Searched refs:right (Results 251 - 275 of 554) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1005 * @param right
1012 public void getInvalidateRegion(int left, int top, int right, int bottom, argument
1018 invalidate.set(left, top, right, bottom);
1038 * @param right
1043 public void initializeInvalidateRegion(int left, int top, int right, int bottom) { argument
1045 region.set(left, top, right, bottom);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java367 childLayoutParams.right = (int) (itemLeft + itemWidth);
388 // Last child on each row should extend to very right edge
390 childLayoutParams.right = menuWidth;
439 child.layout(childLayoutParams.left, childLayoutParams.top, childLayoutParams.right,
744 * Layout parameters specific to IconMenuView (stores the left, top, right, bottom from the
749 int left, top, right, bottom; field in class:IconMenuView.LayoutParams
H A DIconMenuItemView.java241 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
242 super.onLayout(changed, left, top, right, bottom);
304 * Shortcut has changed and we're showing it right now, need to
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java347 // C function void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
351 int right,
578 // C function void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
582 int right,
946 // C function void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
950 float right,
957 // C function void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
961 float right,
349 glFrustumxOES( int left, int right, int bottom, int top, int zNear, int zFar ) argument
580 glOrthoxOES( int left, int right, int bottom, int top, int zNear, int zFar ) argument
948 glFrustumfOES( float left, float right, float bottom, float top, float zNear, float zFar ) argument
959 glOrthofOES( float left, float right, float bottom, float top, float zNear, float zFar ) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDismissViewButton.java116 outRect.right += translationX;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DStatsFilter.java115 float top, float right, float bottom, float[] statsArray);
114 regionscore(ByteBuffer imageBuffer, int width, int height, float left, float top, float right, float bottom, float[] statsArray) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java86 padding.right = paddingArray[2];
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp811 GLfloat left, GLfloat right,
816 if (cmpf(left,right) ||
825 const GLfloat r_width = reciprocalf(right - left);
830 const GLfloat A = mul2f((right + left) * r_width);
853 GLfloat left, GLfloat right,
858 if (cmpf(left,right) ||
865 const GLfloat r_width = reciprocalf(right - left);
871 const GLfloat tx = -(right + left) * r_width;
995 GLfloat left, GLfloat right,
1000 frustumf(left, right, botto
810 frustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar, ogles_context_t* c) argument
852 orthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar, ogles_context_t* c) argument
994 glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
1003 glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
1015 glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
1024 glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp37 * [left, top, right, bottom]
45 * sourceCrop: [left, top, right, bottom]
70 * specified as follows, with the right and bottom coordinates being
73 * [left, top, right, bottom]
393 rect.sourceDim = HwcTestDim(rect.displayFrame.right
399 rect.sourceCrop.right = rect.sourceDim.width();
488 || ((uint32_t) rect.sourceCrop.right > rect.sourceDim.width())
495 || (rect.displayFrame.right > width)
555 testPrintE(" [left, top, right, bottom]");
564 testPrintE(" sourceCrop: [left, top, right, botto
[all...]
H A DhwcStress.cpp442 layer->sourceCrop.right = layer->sourceCrop.left
448 layer->displayFrame.right = layer->displayFrame.left
461 int sourceWidth = layer->sourceCrop.right
467 layer->displayFrame.right = layer->displayFrame.left
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp456 swap(viewport.right, viewport.bottom);
512 mViewport.left, mViewport.top, mViewport.right, mViewport.bottom,
513 mFrame.left, mFrame.top, mFrame.right, mFrame.bottom,
514 mScissor.left, mScissor.top, mScissor.right, mScissor.bottom,
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h76 void setScissor(uint32_t left, uint32_t bottom, uint32_t right, uint32_t top);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DViewMatrix.java185 double[] right = zv;
187 m[0] = right[0] * scale;
188 m[4] = right[1] * scale;
189 m[8] = right[2] * scale;
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java78 mBoundsF.set(bounds.left, bounds.top, bounds.right, bounds.bottom);
/frameworks/base/core/java/android/view/
H A DView.java338 * right of the left edge of its direct parent.
344 * These methods return the coordinates of the right and bottom edges of the
376 * is expressed in pixels for the left, top, right and bottom parts of the view.
379 * 2 pixels to the right of the left edge. Padding can be set using the
1001 * context click (e.g. a primary stylus button press or right mouse click) by notifying the
1165 * Use with {@link #focusSearch(int)}. Move focus to the right.
1925 * right-to-left direction.
2313 * Flag indicating that start/end padding has been resolved into left/right padding
2322 * Flag indicating that the start/end drawables has been resolved into left/right ones.
2430 * Flag indicating that the right scrol
10791 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
11742 setRight(int right) argument
13114 postInvalidate(int left, int top, int right, int bottom) argument
13158 postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom) argument
13209 postInvalidateOnAnimation(int left, int top, int right, int bottom) argument
16583 setOpticalFrame(int left, int top, int right, int bottom) argument
16661 onLayout(boolean changed, int left, int top, int right, int bottom) argument
16677 setFrame(int left, int top, int right, int bottom) argument
16743 setLeftTopRightBottom(int left, int top, int right, int bottom) argument
17700 setPadding(int left, int top, int right, int bottom) argument
17718 internalSetPadding(int left, int top, int right, int bottom) argument
21511 int right; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java385 // First reset "left" and "right" drawables to their initial values
396 // Use "end" drawable as "right" drawable if the "right" drawable was not defined
403 // JB-MR1+ normal case: "start" / "end" drawables are overriding "left" / "right"
1325 // This call will save the initial left/right drawables
1930 * Returns the right padding of the view, plus space for the right
2055 * Returns the total right padding of the view, including the right
2098 * right o
2110 setCompoundDrawables(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2250 setCompoundDrawablesWithIntrinsicBounds(@rawableRes int left, @DrawableRes int top, @DrawableRes int right, @DrawableRes int bottom) argument
2274 setCompoundDrawablesWithIntrinsicBounds(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2682 setPadding(int left, int top, int right, int bottom) argument
7178 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
H A DScrollBarDrawable.java129 if (canvas.quickReject(r.left, r.top, r.right, r.bottom, Canvas.EdgeType.AA)) {
214 bounds.right, bounds.top + offset + length);
/frameworks/base/core/java/android/text/
H A DTextUtils.java1139 int right = len;
1143 right = len - mt.breakText(len, false, avail);
1147 right = len - mt.breakText(len, false, avail / 2);
1148 avail -= mt.measure(right, len);
1149 left = mt.breakText(right, true, avail);
1153 callback.ellipsized(left, right);
1159 int remaining = len - (right - left);
1164 for (int i = left; i < right; i++) {
1184 sb.append(buf, right, len - right);
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java127 * Drawable used to draw the shadow between panes to support RTL (right to left language).
364 final int right;
369 right = panel.getRight();
373 left = right = top = bottom = 0;
392 clampedChildRight <= right && clampedChildBottom <= bottom) {
1007 mTmpRect.right = Math.min(mTmpRect.right, mSlideableView.getLeft());
1091 * right language) and {@link #setShadowDrawableRight(Drawable d)} to support RTL (right to left
1102 * Set a drawable to use as a shadow cast by the right pan
[all...]
/frameworks/base/cmds/wm/src/com/android/commands/wm/
H A DWm.java227 rect.right = Integer.parseInt(matcher.group(3));
232 mWm.setOverscan(Display.DEFAULT_DISPLAY, rect.left, rect.top, rect.right, rect.bottom);
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java68 bx.right = p.x;
88 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom);
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java88 protected boolean right(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
93 return super.right(widget, buffer);
/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java93 int right = view.getRight();
96 Rect bounds = new Rect(left, top, right, bottom);
H A DExplode.java62 int right = left + view.getWidth();
64 transitionValues.values.put(PROPNAME_SCREEN_BOUNDS, new Rect(left, top, right, bottom));
/frameworks/base/core/java/android/view/inputmethod/
H A DSparseRectFArray.java46 * {@code rects[mKeys[0]].right}, {@code rects[mKeys[0]].bottom},
48 * {@code rects[mKeys[1]].right}, {@code rects[mKeys[1]].bottom},
196 * @param right right of the rectangle.
203 final float left, final float top, final float right, final float bottom,
210 mCoordinates[baseCoordinatesIndex + 2] = right;
202 append(final int key, final float left, final float top, final float right, final float bottom, final int flags) argument

Completed in 8446 milliseconds

<<11121314151617181920>>