/frameworks/base/libs/hwui/tests/unit/ |
D | RenderPropertiesTests.cpp | 32 props.setLeftTopRightBottom(0, 0, 100, 100); in TEST() 34 props.setLeftTopRightBottom(100, 2000, 300, 4000); in TEST() 36 props.setLeftTopRightBottom(-10, -10, 510, 512); in TEST() 40 props.setLeftTopRightBottom(0, 0, maxTextureSize + 1, maxTextureSize + 1); in TEST() 44 props.setLeftTopRightBottom(0, 0, 100, 0); in TEST()
|
D | DamageAccumulatorTests.cpp | 87 node1.animatorProperties().setLeftTopRightBottom(50, 50, 500, 500); in TEST() 92 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100); in TEST() 107 node1.animatorProperties().setLeftTopRightBottom(50, 50, 500, 500); in TEST() 113 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100); in TEST()
|
D | SkiaRenderPropertiesTests.cpp | 111 properties.setLeftTopRightBottom(10, 10, 110, 110); in TEST()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 122 view.setLeftTopRightBottom(left, top, right, bottom); 139 view.setLeftTopRightBottom(left, top, right, bottom); 157 view.setLeftTopRightBottom(left, top, right, bottom); 352 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom); in createAnimator() 394 view.setLeftTopRightBottom(startLeft, startTop, startLeft + maxWidth, in createAnimator() 428 view.setLeftTopRightBottom(endLeft, endTop, endRight, in createAnimator() 492 setLeftTopRightBottom(); in setTopLeft() 501 setLeftTopRightBottom(); in setBottomRight() 505 private void setLeftTopRightBottom() { in setLeftTopRightBottom() method in ChangeBounds.ViewBounds 506 mView.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom); in setLeftTopRightBottom()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MyLittleTextureView.java | 52 mContent.setLeftTopRightBottom(0, 0, 100, 100); in onCreate() 56 childNode.setLeftTopRightBottom(childRect.left, childRect.top, in onCreate()
|
D | PositionListenerActivity.java | 68 mNode.setLeftTopRightBottom(left, top, right, bottom); in onLayout()
|
D | MultiProducerActivity.java | 203 nodeFrame.setLeftTopRightBottom(currentFrameBounds.left, in run() 225 nodeBack.setLeftTopRightBottom(currentBackBounds.left, in run()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskViewTransform.java | 44 v.setLeftTopRightBottom(ltrb.left, ltrb.top, ltrb.right, ltrb.bottom); 156 v.setLeftTopRightBottom((int) rect.left, (int) rect.top, (int) rect.right, in applyToTaskView() 196 v.setLeftTopRightBottom(0, 0, 0, 0); in reset()
|
D | TaskViewThumbnail.java | 131 setLeftTopRightBottom(0, 0, width, height); in onTaskViewSizeChanged()
|
D | TaskViewHeader.java | 353 setLeftTopRightBottom(0, 0, width, getMeasuredHeight()); in onTaskViewSizeChanged()
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestUtils.h | 176 props.setLeftTopRightBottom(left, top, right, bottom); in createNode() 193 props.setLeftTopRightBottom(left, top, right, bottom); in createNode() 220 props.setLeftTopRightBottom(left, top, right, bottom);
|
D | TestListViewSceneBase.cpp | 66 listItem->mutateStagingProperties().setLeftTopRightBottom( in doFrame()
|
/frameworks/base/apct-tests/perftests/core/src/android/text/ |
D | CanvasDrawTextTest.java | 57 child.setLeftTopRightBottom(50, 50, 100, 100); in drawText_LongText_SmallWindow()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 339 mFrameAndBackdropNode.setLeftTopRightBottom(left, top, left + width, top + height); in redrawLocked() 372 mSystemBarBackgroundNode.setLeftTopRightBottom(left, top, left + width, top + height); in drawColorViews()
|
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | CanvasPerfTest.java | 45 child.setLeftTopRightBottom(50, 50, 100, 100); in testBasicViewGroupDraw()
|
/frameworks/base/core/java/android/view/ |
D | ViewOverlay.java | 146 mRenderNode.setLeftTopRightBottom(0, 0, mRight, mBottom); in OverlayViewGroup()
|
D | ThreadedRenderer.java | 499 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillPopupWindow.java | 204 actualAnchor.setLeftTopRightBottom( in update()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/ |
D | Utilities.java | 210 v.setLeftTopRightBottom((int) taskViewRect.left, (int) taskViewRect.top, in setViewFrameFromTranslation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotController.java | 393 node.setLeftTopRightBottom(0, 0, width, height); in drawAppThemeSnapshot()
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.h | 410 bool setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() function
|
/frameworks/base/core/java/android/widget/ |
D | Magnifier.java | 911 bitmapRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in createRenderNodeForBitmap() 938 overlayRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in createRenderNodeForOverlay()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 1317 public boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() method in RenderNode
|
D | Bitmap.java | 1302 node.setLeftTopRightBottom(0, 0, width, height); in createBitmap()
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 318 if (renderNode->mutateStagingProperties().setLeftTopRightBottom(left, top, right, bottom)) { in android_view_RenderNode_setLeftTopRightBottom()
|