/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A 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()
|
H A 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()
|
H A D | SkiaRenderPropertiesTests.cpp | 112 properties.setLeftTopRightBottom(10, 10, 110, 110); in TEST()
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A 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()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | MyLittleTextureView.java | 52 mContent.setLeftTopRightBottom(0, 0, 100, 100); in onCreate() 56 childNode.setLeftTopRightBottom(childRect.left, childRect.top, in onCreate()
|
H A D | MultiProducerActivity.java | 203 nodeFrame.setLeftTopRightBottom(currentFrameBounds.left, in run() 225 nodeBack.setLeftTopRightBottom(currentBackBounds.left, in run()
|
H A D | PositionListenerActivity.java | 118 mNode.setLeftTopRightBottom(left, top, right, bottom); in onLayout()
|
/aosp12/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.h | 167 props.setLeftTopRightBottom(left, top, right, bottom); in createNode() 184 props.setLeftTopRightBottom(left, top, right, bottom); in createNode() 212 props.setLeftTopRightBottom(left, top, right, bottom);
|
H A D | TestListViewSceneBase.cpp | 66 listItem->mutateStagingProperties().setLeftTopRightBottom( in doFrame()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | BackdropFrameRenderer.java | 328 mFrameAndBackdropNode.setLeftTopRightBottom(left, top, left + width, top + height); in redrawLocked() 360 mSystemBarBackgroundNode.setLeftTopRightBottom(left, top, left + width, top + height); in drawColorViews()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/view/ |
H A D | ScrollCaptureViewSupportTest.java | 67 target.setLeftTopRightBottom(0, 0, 200, 200); in testComputeScrollBounds()
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
H A D | CanvasPerfTest.java | 45 child.setLeftTopRightBottom(50, 50, 100, 100); in testBasicViewGroupDraw()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayout.kt | 158 child.setLeftTopRightBottom(left, top, left + boundsWidth, top + boundsHeight) 237 setLeftTopRightBottom(layoutLeft, layoutTop, layoutLeft + currentState.width,
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewOverlay.java | 147 mRenderNode.setLeftTopRightBottom(0, 0, mRight, mBottom); in OverlayViewGroup()
|
H A D | ThreadedRenderer.java | 452 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Magnifier.java | 1093 mBitmapRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in updateContentFactors() 1097 mOverlayRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in updateContentFactors() 1156 bitmapRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in createRenderNodeForBitmap() 1183 overlayRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in createRenderNodeForOverlay()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaHierarchyManager.kt | 849 mediaFrame.setLeftTopRightBottom( 888 mediaFrame.setLeftTopRightBottom(
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | TileLayout.java | 239 record.tileView.setLeftTopRightBottom(left, top, right, bottom); in layoutTileRecords()
|
H A D | QSPanel.java | 269 child.setLeftTopRightBottom(child.getLeft(), top + tileHeightOffset, in updateViewPositions()
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillPopupWindow.java | 206 actualAnchor.setLeftTopRightBottom( in update()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | RenderProperties.h | 425 bool setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() function
|
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/ |
H A D | OverlayPanelViewControllerTest.java | 422 mOverlayPanelViewController.getLayout().setLeftTopRightBottom(0, 0, size, size); in mockPanelWithSize()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | RenderNode.java | 1388 public boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() method in RenderNode
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskSnapshotController.java | 568 node.setLeftTopRightBottom(0, 0, width, height);
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_RenderNode.cpp | 344 if (renderNode->mutateStagingProperties().setLeftTopRightBottom(left, top, right, bottom)) { in android_view_RenderNode_setLeftTopRightBottom()
|