Searched refs:right (Results 226 - 250 of 501) sorted by relevance

1234567891011>>

/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.java120 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]
395 rect.sourceDim = HwcTestDim(rect.displayFrame.right
401 rect.sourceCrop.right = rect.sourceDim.width();
490 || ((uint32_t) rect.sourceCrop.right > rect.sourceDim.width())
497 || (rect.displayFrame.right > width)
557 testPrintE(" [left, top, right, bottom]");
566 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.cpp450 swap(viewport.right, viewport.bottom);
506 mViewport.left, mViewport.top, mViewport.right, mViewport.bottom,
507 mFrame.left, mFrame.top, mFrame.right, mFrame.bottom,
508 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/scriptc/
H A Drs_graphics.rsh394 * Any of left, right, top, bottom could be NULL
397 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
402 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
H A Drs_matrix.rsh35 * right argument. E.g. to create a transformation matrix that applies the
238 * \warning Prior to version 21, storing the result back into right matrix is not supported and
245 * @param rhs The right matrix of the product.
270 * @param rhs The right matrix of the product.
343 * identified by the six clipping planes <em>left, right, bottom, top,
354 * @param right
361 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
367 * identified by the six clipping planes <em>left, right, bottom, top,
375 * @param right
382 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, floa
[all...]
/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/widget/
H A DTextView.java347 // First reset "left" and "right" drawables to their initial values
358 // Use "end" drawable as "right" drawable if the "right" drawable was not defined
365 // JB-MR1+ normal case: "start" / "end" drawables are overriding "left" / "right"
1244 // This call will save the initial left/right drawables
1821 * Returns the right padding of the view, plus space for the right
1946 * Returns the total right padding of the view, including the right
1989 * right o
2001 setCompoundDrawables(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2142 setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) argument
2164 setCompoundDrawablesWithIntrinsicBounds(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2449 setPadding(int left, int top, int right, int bottom) argument
6877 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
H A DScrollBarDrawable.java117 if (canvas.quickReject(r.left, r.top, r.right, r.bottom, Canvas.EdgeType.AA)) {
171 bounds.right, bounds.top + offset + length);
/frameworks/base/core/java/android/text/
H A DTextUtils.java1134 int right = len;
1138 right = len - mt.breakText(len, false, avail);
1142 right = len - mt.breakText(len, false, avail / 2);
1143 avail -= mt.measure(right, len);
1144 left = mt.breakText(right, true, avail);
1148 callback.ellipsized(left, right);
1154 int remaining = len - (right - left);
1159 for (int i = left; i < right; i++) {
1179 sb.append(buf, right, len - right);
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java126 * Drawable used to draw the shadow between panes to support RTL (right to left language).
361 final int right;
366 right = panel.getRight();
370 left = right = top = bottom = 0;
389 clampedChildRight <= right && clampedChildBottom <= bottom) {
1004 mTmpRect.right = Math.min(mTmpRect.right, mSlideableView.getLeft());
1088 * right language) and {@link #setShadowDrawableRight(Drawable d)} to support RTL (right to left
1099 * Set a drawable to use as a shadow cast by the right pan
[all...]
/frameworks/base/core/java/android/view/
H A DView.java325 * right of the left edge of its direct parent.
331 * These methods return the coordinates of the right and bottom edges of the
363 * is expressed in pixels for the left, top, right and bottom parts of the view.
366 * 2 pixels to the right of the left edge. Padding can be set using the
1135 * Use with {@link #focusSearch(int)}. Move focus to the right.
1938 * right-to-left direction.
2310 * Flag indicating that start/end padding has been resolved into left/right padding
2319 * Flag indicating that the start/end drawables has been resolved into left/right ones.
3019 * to the right edge of this view.
3062 * The right paddin
9913 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
10838 setRight(int right) argument
12202 postInvalidate(int left, int top, int right, int bottom) argument
12246 postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom) argument
12297 postInvalidateOnAnimation(int left, int top, int right, int bottom) argument
15624 setOpticalFrame(int left, int top, int right, int bottom) argument
15702 onLayout(boolean changed, int left, int top, int right, int bottom) argument
15718 setFrame(int left, int top, int right, int bottom) argument
15781 setLeftTopRightBottom(int left, int top, int right, int bottom) argument
16461 setPadding(int left, int top, int right, int bottom) argument
16479 internalSetPadding(int left, int top, int right, int bottom) argument
20208 int right; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp136 /*right*/activeAreaWidth - 1,
154 /*right*/activeAreaWidth - 1,
172 /*right*/activeAreaWidth - 1,
190 /*right*/activeAreaWidth - 1,
209 uint32_t right,
251 right,
206 addGainMap(uint32_t top, uint32_t left, uint32_t bottom, uint32_t right, uint32_t plane, uint32_t planes, uint32_t rowPitch, uint32_t colPitch, uint32_t mapPointsV, uint32_t mapPointsH, double mapSpacingV, double mapSpacingH, double mapOriginV, double mapOriginH, uint32_t mapPlanes, const float* mapGains) argument
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp155 // NOTE: native window uses extended right-bottom coordinate
159 crop.right = mCropRight + 1;
162 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight);
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java68 bx.right = p.x;
89 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.java63 int right = left + view.getWidth();
65 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
/frameworks/base/core/java/com/android/internal/view/menu/
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

Completed in 5889 milliseconds

1234567891011>>