Home
last modified time | relevance | path

Searched refs:setLeftTopRightBottom (Results 1 – 25 of 32) 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.cpp111 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/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskViewTransform.java44 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()
DTaskViewThumbnail.java131 setLeftTopRightBottom(0, 0, width, height); in onTaskViewSizeChanged()
DTaskViewHeader.java353 setLeftTopRightBottom(0, 0, width, getMeasuredHeight()); in onTaskViewSizeChanged()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h176 props.setLeftTopRightBottom(left, top, right, bottom); in createNode()
193 props.setLeftTopRightBottom(left, top, right, bottom); in createNode()
220 props.setLeftTopRightBottom(left, top, right, bottom);
DTestListViewSceneBase.cpp66 listItem->mutateStagingProperties().setLeftTopRightBottom( in doFrame()
/frameworks/base/apct-tests/perftests/core/src/android/text/
DCanvasDrawTextTest.java57 child.setLeftTopRightBottom(50, 50, 100, 100); in drawText_LongText_SmallWindow()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java339 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/
DCanvasPerfTest.java45 child.setLeftTopRightBottom(50, 50, 100, 100); in testBasicViewGroupDraw()
/frameworks/base/core/java/android/view/
DViewOverlay.java146 mRenderNode.setLeftTopRightBottom(0, 0, mRight, mBottom); in OverlayViewGroup()
DThreadedRenderer.java499 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java204 actualAnchor.setLeftTopRightBottom( in update()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/
DUtilities.java210 v.setLeftTopRightBottom((int) taskViewRect.left, (int) taskViewRect.top, in setViewFrameFromTranslation()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotController.java393 node.setLeftTopRightBottom(0, 0, width, height); in drawAppThemeSnapshot()
/frameworks/base/libs/hwui/
DRenderProperties.h410 bool setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() function
/frameworks/base/core/java/android/widget/
DMagnifier.java911 bitmapRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in createRenderNodeForBitmap()
938 overlayRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in createRenderNodeForOverlay()
/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/core/jni/
Dandroid_view_RenderNode.cpp318 if (renderNode->mutateStagingProperties().setLeftTopRightBottom(left, top, right, bottom)) { in android_view_RenderNode_setLeftTopRightBottom()

12