Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/tests/unit/
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()
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()
DSkiaRenderPropertiesTests.cpp112 properties.setLeftTopRightBottom(10, 10, 110, 110); in TEST()
/frameworks/base/core/java/android/transition/
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()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DMyLittleTextureView.java52 mContent.setLeftTopRightBottom(0, 0, 100, 100); in onCreate()
56 childNode.setLeftTopRightBottom(childRect.left, childRect.top, in onCreate()
DPositionListenerActivity.java68 mNode.setLeftTopRightBottom(left, top, right, bottom); in onLayout()
DMultiProducerActivity.java203 nodeFrame.setLeftTopRightBottom(currentFrameBounds.left, in run()
225 nodeBack.setLeftTopRightBottom(currentBackBounds.left, in run()
/frameworks/base/apct-tests/perftests/core/src/android/text/
DCanvasDrawTextTest.java57 child.setLeftTopRightBottom(50, 50, 100, 100); in drawText_LongText_SmallWindow()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h177 props.setLeftTopRightBottom(left, top, right, bottom); in createNode()
194 props.setLeftTopRightBottom(left, top, right, bottom); in createNode()
221 props.setLeftTopRightBottom(left, top, right, bottom);
DTestListViewSceneBase.cpp66 listItem->mutateStagingProperties().setLeftTopRightBottom( in doFrame()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java328 mFrameAndBackdropNode.setLeftTopRightBottom(left, top, left + width, top + height); in redrawLocked()
360 mSystemBarBackgroundNode.setLeftTopRightBottom(left, top, left + width, top + height); in drawColorViews()
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DCanvasPerfTest.java45 child.setLeftTopRightBottom(50, 50, 100, 100); in testBasicViewGroupDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt139 child.setLeftTopRightBottom(left, top, left + boundsWidth, top + boundsHeight) in applyCurrentState()
206 setLeftTopRightBottom(layoutLeft, layoutTop, layoutLeft + currentState.width, in updateBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt531 mediaFrame.setLeftTopRightBottom( in applyState()
559 mediaFrame.setLeftTopRightBottom( in updateHostAttachment()
/frameworks/base/core/java/android/view/
DViewOverlay.java146 mRenderNode.setLeftTopRightBottom(0, 0, mRight, mBottom); in OverlayViewGroup()
DThreadedRenderer.java477 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
DView.java22640 renderNode.setLeftTopRightBottom(bounds.left, bounds.top, bounds.right, bounds.bottom); in getDrawableRenderNode()
22978 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom); in setFrame()
23027 public final void setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() method
/frameworks/base/core/java/android/widget/
DMagnifier.java1074 mBitmapRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in updateContentFactors()
1078 mOverlayRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in updateContentFactors()
1137 bitmapRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in createRenderNodeForBitmap()
1164 overlayRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in createRenderNodeForOverlay()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java206 actualAnchor.setLeftTopRightBottom( in update()
/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/window/
DOverlayPanelViewControllerTest.java426 mOverlayPanelViewController.getLayout().setLeftTopRightBottom(0, 0, size, size); in mockPanelWithSize()
/frameworks/base/libs/hwui/
DRenderProperties.h413 bool setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() function
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotController.java497 node.setLeftTopRightBottom(0, 0, width, height);
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java1317 public boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() method in RenderNode
DBitmap.java1302 node.setLeftTopRightBottom(0, 0, width, height); in createBitmap()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp316 if (renderNode->mutateStagingProperties().setLeftTopRightBottom(left, top, right, bottom)) { in android_view_RenderNode_setLeftTopRightBottom()

12