[go: nahoru, domu]

Searched defs:right (Results 276 - 300 of 301) sorted by relevance

<<111213

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1244 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1245 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java359 mRect.right = 0;
806 - backgroundPadding.right - indicatorPadding);
814 + iconWidth + backgroundPadding.left + backgroundPadding.right + indicatorPadding);
836 width - backgroundPadding.right - mChipTextEndPadding - textWidth -
844 : width - backgroundPadding.right - indicatorIcon.getBounds().width()
852 int iconX = shouldPositionAvatarOnRight() ? width - backgroundPadding.right - iconWidth :
856 result.right = iconX + iconWidth;
868 final RectF dst = new RectF(bitMapResult.left, bitMapResult.top, bitMapResult.right,
874 * Returns true if the avatar should be positioned at the right edge of the chip.
1182 if (getWidth() > 0 && bounds.right
3285 float right; field in class:RecipientEditTextView.ChipBitmapContainer
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1032 void rsgMeasureText(const char *text, int *left, int *right, argument
1035 rsrMeasureText(rsc, text, left, right, top, bottom);
1038 void rsgMeasureText(::rs_allocation a, int *left, int *right, argument
1041 rsrMeasureTextAlloc(rsc, (Allocation *)a.p, left, right, top, bottom);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java127 * GridLayout's algorithms favour rows and columns that are closer to its <em>right</em>
192 * {@link android.view.View#getRight() right} properties.
1007 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1010 int targetWidth = right - left;
1940 int left, int top, int right, int bottom,
1943 setMargins(left, top, right, bottom);
2798 * Indicates that a view should be aligned with the <em>right</em>
1938 LayoutParams( int width, int height, int left, int top, int right, int bottom, Spec rowSpec, Spec columnSpec) argument
/frameworks/base/core/java/android/webkit/
H A DWebView.java2180 public boolean super_setFrame(int left, int top, int right, int bottom) { argument
2181 return WebView.super.setFrame(left, top, right, bottom);
2580 protected boolean setFrame(int left, int top, int right, int bottom) { argument
2581 return mProvider.getViewDelegate().setFrame(left, top, right, bottom);
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1237 visibleRectArray[j].right,
1251 visibleRectArray[j].right,
1271 int childRight = paddingTop + mRectArray[i].right;
1274 "child layout bottom: %d left: %d right: %d top: %d",
1985 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
1987 int width = right - left;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java615 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
619 float right,
626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
630 int right,
974 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
978 float right,
985 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
989 int right,
617 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
628 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
976 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
987 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
H A DGLLogWrapper.java1666 public void glFrustumf(float left, float right, float bottom, float top, argument
1670 arg("right", right);
1677 mgl.glFrustumf(left, right, bottom, top, near, far);
1681 public void glFrustumx(int left, int right, int bottom, int top, int near, argument
1685 arg("right", right);
1692 mgl.glFrustumx(left, right, bottom, top, near, far);
2158 public void glOrthof(float left, float right, float bottom, float top, argument
2162 arg("right", righ
2173 glOrthox(int left, int right, int bottom, int top, int near, int far) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java498 float right,
507 int right,
747 float right,
756 int right,
496 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
505 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
745 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
754 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java250 public void onLayoutChange(View v, int left, int top, int right, int bottom,
304 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
305 super.onLayout(changed, left, top, right, bottom);
H A DPhoneStatusBar.java1710 // Oops, wrong notification at this position. Put the right one
3614 // that, right? Riiiight.
3718 public void setBounds(int left, int top, int right, int bottom) { argument
/frameworks/av/media/libstagefright/
H A DACodec.cpp3001 // eCompressionFormat does not seem right.
3007 // eColorFormat does not seem right.
5222 // NOTE: native window uses extended right-bottom coordinate
5223 int32_t left, top, right, bottom; local
5224 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
5225 notify->setRect("crop", left, top, right + 1, bottom + 1);
6128 if (msg->findRect("crop", &crop.left, &crop.top, &crop.right, &crop.bottom)
7694 // We're already doing this right now.
/frameworks/av/services/audioflinger/
H A DThreads.cpp871 if (mask & AUDIO_CHANNEL_OUT_FRONT_RIGHT) s.append("front-right, ");
875 if (mask & AUDIO_CHANNEL_OUT_BACK_RIGHT) s.append("back-right, ");
877 if (mask & AUDIO_CHANNEL_OUT_FRONT_RIGHT_OF_CENTER) s.append("front-right-of-center, ");
880 if (mask & AUDIO_CHANNEL_OUT_SIDE_RIGHT) s.append("side-right, ");
884 if (mask & AUDIO_CHANNEL_OUT_TOP_FRONT_RIGHT) s.append("top-front-right, ");
887 if (mask & AUDIO_CHANNEL_OUT_TOP_BACK_RIGHT) s.append("top-back-right, " );
891 if (mask & AUDIO_CHANNEL_IN_RIGHT) s.append("right, ");
895 if (mask & AUDIO_CHANNEL_IN_RIGHT_PROCESSED) s.append("right-processed, ");
4141 ALOGV("Track right volume out of range: %.3g", vrf);
4614 float left, right; local
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java91 * feature key for selecting a software defined function shown on the bottom right
331 * or the top right trigger button. */
339 * or the bottom right trigger button. */
346 * On a game controller, the right thumb button indicates that the right
931 * <p>This mask is used to check whether the right the ALT meta key is pressed.</p>
959 * <p>This mask is used to check whether the right SHIFT meta key is pressed.</p>
1003 * <p>This mask is used to check whether the right CTRL meta key is pressed.</p>
1031 * <p>This mask is used to check whether the right META meta key is pressed.</p>
2046 * The meta state is normalized such that if either the left or right modifie
2163 metaStateFilterDirectionalModifiers(int metaState, int modifiers, int basic, int left, int right) argument
[all...]
H A DViewGroup.java86 * children in left and right gutters.</p>
429 * {@link #getRight() right} and {@link #getBottom() bottom}.
3231 protected void internalSetPadding(int left, int top, int right, int bottom) { argument
3232 super.internalSetPadding(left, top, right, bottom);
3349 int right = 0;
3357 right = Math.max(right, insets.right);
3361 return Insets.of(left, top, right, bottom);
3445 c.getRight() - insets.right
7368 setMargins(int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java339 * The selection's right padding
2129 listPadding.right = mSelectionRightPadding + mPaddingRight;
2176 protected boolean setFrame(int left, int top, int right, int bottom) { argument
2177 final boolean changed = super.setFrame(left, top, right, bottom);
2311 * @return The right list padding.
2314 return mListPadding.right;
2591 selectorRect.right += mSelectionRightPadding;
2682 protected void internalSetPadding(int left, int top, int right, int bottom) { argument
2683 super.internalSetPadding(left, top, right, bottom);
2788 mSelectionRightPadding = padding.right;
[all...]
H A DTextView.java413 // First reset "left" and "right" drawables to their initial values
424 // Use "end" drawable as "right" drawable if the "right" drawable was not defined
431 // JB-MR1+ normal case: "start" / "end" drawables are overriding "left" / "right"
1366 // This call will save the initial left/right drawables
1988 * Returns the right padding of the view, plus space for the right
2113 * Returns the total right padding of the view, including the right
2156 * right o
2168 setCompoundDrawables(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2308 setCompoundDrawablesWithIntrinsicBounds(@rawableRes int left, @DrawableRes int top, @DrawableRes int right, @DrawableRes int bottom) argument
2332 setCompoundDrawablesWithIntrinsicBounds(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2740 setPadding(int left, int top, int right, int bottom) argument
7369 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1068 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1071 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
1074 (GLfloat)right,
1082 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1085 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1088 (GLfixed)right,
3256 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3259 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
3262 (GLfloat)right,
3270 /* void glOrthox ( GLfixed left, GLfixed right, GLfixe
1070 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1084 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
3258 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3272 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2434 protected boolean right(TextView widget, Spannable buffer) { method in class:EditStyledText.StyledTextArrowKeyMethod
2436 Log.d(LOG_TAG, "--- right:");
2462 handled |= right(widget, buffer);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp4840 float left, top, right, bottom; local
4847 right = float(rawBottom- mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
4859 right = float(mRawPointerAxes.x.maxValue - rawLeft) * mXScale + mXTranslate;
4871 right = float(mRawPointerAxes.y.maxValue - rawTop) * mYScale + mYTranslate;
4883 right = float(rawRight - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
4904 out.setAxisValue(AMOTION_EVENT_AXIS_GENERIC_3, right);
6299 "left=%d, top=%d, right=%d, bottom=%d",
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java359 boolean mNavigationBarOnBottom = true; // is the navigation bar on the bottom *right now*?
1902 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) { argument
1906 mOverscanRight = right;
2071 // XXX right now the app process has complete control over
2614 // focus, so we want to get the IME window up on top of us right away.
2785 // This can be on either the bottom or the right.
2835 final boolean offscreenLandscape = landscape && (frame.right - insets <= 0
2836 || frame.left + insets >= win.getDisplayFrameLw().right);
3057 // right now to interact with applications.
3832 outOutsets.right
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java869 // Some of the information reported for a display is dependent on resources to do the right
1662 // at the right position. Child windows should be rare and
2689 int left, int top, int right, int bottom,
2708 win.mAttrs.width = right - left;
2819 || win.mAttrs.surfaceInsets.right != 0
2993 // can destroy the surface right away.
6124 crop.top = dw - crop.right;
6125 crop.right = crop.bottom;
6132 tmp = crop.right;
6133 crop.right
2688 repositionChild(Session session, IWindow client, int left, int top, int right, int bottom, long frameNumber, Rect outFrame) argument
9050 setOverscan(int displayId, int left, int top, int right, int bottom) argument
9070 setOverscanLocked(DisplayContent displayContent, int left, int top, int right, int bottom) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2217 return (mTempRect.right > mTempRect2.right
2218 || mTempRect.left >= mTempRect2.right)
2222 || mTempRect.right <= mTempRect2.left)
2223 && mTempRect.right < mTempRect2.right;
2251 mTempRect.right += insets.right;
4202 insets.right += mTempRect.right;
7977 layoutDecorated(View child, int left, int top, int right, int bottom) argument
8012 layoutDecoratedWithMargins(View child, int left, int top, int right, int bottom) argument
11435 public int right; field in class:RecyclerView.ItemAnimator.ItemHolderInfo
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2155 milliseconds

<<111213