Home
last modified time | relevance | path

Searched refs:setLeftTopRightBottom (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DRenderPropertiesTests.cpp32 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 DDamageAccumulatorTests.cpp87 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 DSkiaRenderPropertiesTests.cpp112 properties.setLeftTopRightBottom(10, 10, 110, 110); in TEST()
/aosp12/frameworks/base/core/java/android/transition/
H A DChangeBounds.java122 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 DMyLittleTextureView.java52 mContent.setLeftTopRightBottom(0, 0, 100, 100); in onCreate()
56 childNode.setLeftTopRightBottom(childRect.left, childRect.top, in onCreate()
H A DMultiProducerActivity.java203 nodeFrame.setLeftTopRightBottom(currentFrameBounds.left, in run()
225 nodeBack.setLeftTopRightBottom(currentBackBounds.left, in run()
H A DPositionListenerActivity.java118 mNode.setLeftTopRightBottom(left, top, right, bottom); in onLayout()
/aosp12/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h167 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 DTestListViewSceneBase.cpp66 listItem->mutateStagingProperties().setLeftTopRightBottom( in doFrame()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java328 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 DScrollCaptureViewSupportTest.java67 target.setLeftTopRightBottom(0, 0, 200, 200); in testComputeScrollBounds()
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DCanvasPerfTest.java45 child.setLeftTopRightBottom(50, 50, 100, 100); in testBasicViewGroupDraw()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt158 child.setLeftTopRightBottom(left, top, left + boundsWidth, top + boundsHeight)
237 setLeftTopRightBottom(layoutLeft, layoutTop, layoutLeft + currentState.width,
/aosp12/frameworks/base/core/java/android/view/
H A DViewOverlay.java147 mRenderNode.setLeftTopRightBottom(0, 0, mRight, mBottom); in OverlayViewGroup()
H A DThreadedRenderer.java452 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java1093 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 DMediaHierarchyManager.kt849 mediaFrame.setLeftTopRightBottom(
888 mediaFrame.setLeftTopRightBottom(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTileLayout.java239 record.tileView.setLeftTopRightBottom(left, top, right, bottom); in layoutTileRecords()
H A DQSPanel.java269 child.setLeftTopRightBottom(child.getLeft(), top + tileHeightOffset, in updateViewPositions()
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java206 actualAnchor.setLeftTopRightBottom( in update()
/aosp12/frameworks/base/libs/hwui/
H A DRenderProperties.h425 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 DOverlayPanelViewControllerTest.java422 mOverlayPanelViewController.getLayout().setLeftTopRightBottom(0, 0, size, size); in mockPanelWithSize()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java1388 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 DTaskSnapshotController.java568 node.setLeftTopRightBottom(0, 0, width, height);
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp344 if (renderNode->mutateStagingProperties().setLeftTopRightBottom(left, top, right, bottom)) { in android_view_RenderNode_setLeftTopRightBottom()

12