Searched refs:left (Results 351 - 375 of 741) sorted by relevance

<<11121314151617181920>>

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java204 nodeFrame.setLeftTopRightBottom(currentFrameBounds.left,
226 nodeBack.setLeftTopRightBottom(currentBackBounds.left,
287 mRect = new Rect(rect.left + BORDER_WIDTH / 2, rect.top + BORDER_WIDTH / 2,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaItemPresenter.java425 * Each media item row can have multiple focusable elements; the details on the left and a set
470 sTempRect.left -= rootView.getHeight() / 2;
472 sTempRect.left -= rootView.getHeight();
476 final int targetLeft = sTempRect.left;
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java259 canvas.translate(mCardBounds.left + inset, mCardBounds.top + inset);
280 canvas.translate(mCardBounds.left + inset, mCardBounds.bottom - inset);
339 mCardBounds.set(bounds.left + mRawMaxShadowSize, bounds.top + verticalOffset,
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h95 uint32_t left,
127 * center relative to the top,left pixel of the produced images (e.g. [0.5, 0.5]
154 * bayerPhase - 0=top-left of image is red, 1=top-left of image is green pixel in red row,
155 * 2=top-left of image is green pixel in blue row, 3=top-left of image is
158 * badRectCount - number of (top, left, bottom, right) tuples are given in
/frameworks/av/media/libstagefright/foundation/
H A DMetaData.cpp82 int32_t left, int32_t top,
85 r.mLeft = left;
171 int32_t *left, int32_t *top,
183 *left = r->mLeft;
80 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
169 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
/frameworks/base/core/java/android/hardware/camera2/params/
H A DMeteringRectangle.java36 * array, with {@code (0,0)} being the top-left pixel in the
137 mX = checkArgumentNonnegative(rect.left, "rect.left must be nonnegative");
145 * Return the X coordinate of the left side of the rectangle.
190 * Convenience method to create the upper-left (X,Y) coordinate as a {@link Point}.
/frameworks/base/core/java/android/text/method/
H A DScrollingMovementMethod.java29 protected boolean left(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java477 crop.left, crop.top, crop.right, crop.bottom);
487 crop.left, crop.top, crop.right, crop.bottom);
639 layerStackRect.left, layerStackRect.top, layerStackRect.right, layerStackRect.bottom,
640 displayRect.left, displayRect.top, displayRect.right, displayRect.bottom);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1012 * @param left
1021 public void getInvalidateRegion(int left, int top, int right, int bottom, argument
1027 invalidate.set(left, top, right, bottom);
1045 * @param left
1052 public void initializeInvalidateRegion(int left, int top, int right, int bottom) { argument
1054 region.set(left, top, right, bottom);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java137 * @param left padding for the left side (in pixels)
142 public void setPadding(int left, int top, int right, int bottom) { argument
143 if ((left | top | right | bottom) == 0) {
149 mShapeState.mPadding.set(left, top, right, bottom);
156 * in the Rect object as: left, top, right, bottom.
247 canvas.translate(r.left, r.top);
/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp39 vertices[0] = { bounds.left, bounds.top, texCoord.left, texCoord.top };
41 vertices[2] = { bounds.left, bounds.bottom, texCoord.left, texCoord.bottom };
140 + op.unmappedBounds.left + 0.5f);
163 const float x = tx + quadBounds.left;
218 const float sx = op.x - texture->left + textShadow.dx;
377 dest.translate(xOffset + texture.left - texture.offset,
409 renderPathTexture(renderer, state, op.unmappedBounds.left, op.unmappedBounds.top,
523 Rect uv(std::max(0.0f, op.src.left / textur
[all...]
H A DLayerBuilder.cpp157 float boundsDelta = mBounds.left - opBounds.left;
267 Vertex::set(currentVert++, rect.left, rect.top);
269 Vertex::set(currentVert++, rect.left, rect.bottom);
H A DRecordedOp.h334 float* left, float* top, float* right, float* bottom, float *rx, float *ry)
336 , left(left)
342 const float* left; member in struct:android::uirenderer::RoundRectPropsOp
333 RoundRectPropsOp(const Matrix4& localMatrix, const ClipBase* localClip, const SkPaint* paint, float* left, float* top, float* right, float* bottom, float *rx, float *ry) argument
H A DTextDropShadowCache.h117 float left; member in struct:android::uirenderer::ShadowTexture
/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 )
350 int left,
578 // C function void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
581 int left,
946 // C function void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
949 float left,
957 // C function void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
960 float left,
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/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DDocumentHolderTest.java87 coords[0].x = rect.left;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationHeaderUtil.java204 View left = null;
218 visible = left != null;
219 left = right;
225 left = child;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DStatsFilter.java114 private native void regionscore(ByteBuffer imageBuffer, int width, int height, float left, argument
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java91 int left = (shadowSize - 1) >> 1;
92 int right = shadowSize - left;
93 int xStart = left;
95 int yStart = left;
236 * @param x the left coordinate of the left hand side of the rectangle
257 * @param x the left coordinate of the left hand side of the rectangle
290 * @param x the left coordinate of the left han
[all...]
/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, righ
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]
73 * [left, top, right, bottom]
394 - rect.displayFrame.left,
397 rect.sourceCrop.left = 0;
487 if (((uint32_t) rect.sourceCrop.left >= rect.sourceDim.width())
494 if ((rect.displayFrame.left >= width)
555 testPrintE(" [left, top, right, bottom]");
564 testPrintE(" sourceCrop: [left, top, right, 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/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java133 ev.offsetLocation(-mStickyRect.left, -mStickyRect.top);
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java447 float left = sharedElementBundle.getFloat(KEY_SCREEN_LEFT);
453 left -= decorLoc[0];
460 tempRect.set(left, top, right, bottom);
463 float leftInParent = tempRect.left;
479 left = leftInParent - tempRect.left;
481 right = left + width;
485 int x = Math.round(left);
739 sharedElementBundle.putFloat(KEY_SCREEN_LEFT, tempBounds.left);
/frameworks/base/media/java/android/media/tv/
H A DTvView.java700 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
702 Log.d(TAG, "onLayout (left=" + left + ", top=" + top + ", right=" + right
709 mSurfaceView.layout(0, 0, right - left, bottom - top);
733 int left = location[0];
735 region.op(left, top, left + width, top + height, Region.Op.UNION);
1244 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { argument
1246 Log.d(TAG, "onLayoutSurface (left=" + left
[all...]

Completed in 663 milliseconds

<<11121314151617181920>>