Searched refs:setLeftTopRightBottom (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DRenderPropertiesTests.cpp34 props.setLeftTopRightBottom(0, 0, 100, 100);
36 props.setLeftTopRightBottom(100, 2000, 300, 4000);
38 props.setLeftTopRightBottom(-10, -10, 510, 512);
42 props.setLeftTopRightBottom(0, 0, maxTextureSize + 1, maxTextureSize + 1);
46 props.setLeftTopRightBottom(0, 0, 100, 0);
H A DDamageAccumulatorTests.cpp87 node1.animatorProperties().setLeftTopRightBottom(50, 50, 500, 500);
92 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100);
107 node1.animatorProperties().setLeftTopRightBottom(50, 50, 500, 500);
113 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100);
H A DFrameBuilderTests.cpp2026 properties.setLeftTopRightBottom(10, 10, 110, 110);
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java120 view.setLeftTopRightBottom(left, top, right, bottom);
137 view.setLeftTopRightBottom(left, top, right, bottom);
154 view.setLeftTopRightBottom(left, top, right, bottom);
316 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom);
358 view.setLeftTopRightBottom(startLeft, startTop, startLeft + maxWidth,
392 view.setLeftTopRightBottom(endLeft, endTop, endRight,
487 setLeftTopRightBottom();
496 setLeftTopRightBottom();
500 private void setLeftTopRightBottom() { method in class:ChangeBounds.ViewBounds
501 mView.setLeftTopRightBottom(mLef
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java44 v.setLeftTopRightBottom(ltrb.left, ltrb.top, ltrb.right, ltrb.bottom);
156 v.setLeftTopRightBottom((int) rect.left, (int) rect.top, (int) rect.right,
196 v.setLeftTopRightBottom(0, 0, 0, 0);
H A DTaskViewThumbnail.java120 setLeftTopRightBottom(0, 0, width, height);
H A DRecentsView.java496 mStackActionButton.setLeftTopRightBottom(buttonBounds.left, buttonBounds.top,
H A DTaskViewHeader.java354 setLeftTopRightBottom(0, 0, width, getMeasuredHeight());
/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java335 mFrameAndBackdropNode.setLeftTopRightBottom(left, top, left + width, top + height);
368 mSystemBarBackgroundNode.setLeftTopRightBottom(left, top, left + width, top + height);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java204 nodeFrame.setLeftTopRightBottom(currentFrameBounds.left,
226 nodeBack.setLeftTopRightBottom(currentBackBounds.left,
/frameworks/base/core/java/android/view/
H A DViewOverlay.java143 mRenderNode.setLeftTopRightBottom(0, 0, mRight, mBottom);
H A DRenderNode.java727 public boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { method in class:RenderNode
H A DThreadedRenderer.java568 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
H A DView.java17316 renderNode.setLeftTopRightBottom(bounds.left, bounds.top, bounds.right, bounds.bottom);
17593 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
17632 public void setLeftTopRightBottom(int left, int top, int right, int bottom) { method in class:View
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h167 props.setLeftTopRightBottom(left, top, right, bottom);
/frameworks/base/libs/hwui/tests/common/scenes/
H A DListViewAnimation.cpp72 card->mutateStagingProperties().setLeftTopRightBottom(
/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.cpp76 mRootNode->mutateStagingProperties().setLeftTopRightBottom
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DUtilities.java237 v.setLeftTopRightBottom((int) taskViewRect.left, (int) taskViewRect.top,
/frameworks/base/libs/hwui/
H A DRenderProperties.h476 bool setLeftTopRightBottom(int left, int top, int right, int bottom) { function in class:android::uirenderer::RenderProperties
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp357 if (renderNode->mutateStagingProperties().setLeftTopRightBottom(left, top, right, bottom)) {
/frameworks/base/core/java/android/widget/
H A DEditor.java1748 blockDisplayList.setLeftTopRightBottom(left, top, right, bottom);

Completed in 7847 milliseconds