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

/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,
486 setLeftTopRightBottom();
495 setLeftTopRightBottom();
499 private void setLeftTopRightBottom() { method in class:ChangeBounds.ViewBounds
500 mView.setLeftTopRightBottom(mLef
[all...]
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp56 node->mutateStagingProperties().setLeftTopRightBottom(x, y, x + width, y + height);
80 rootNode->mutateStagingProperties().setLeftTopRightBottom(0, 0, width, height);
/frameworks/base/core/java/android/view/
H A DViewOverlay.java137 mRenderNode.setLeftTopRightBottom(0, 0, mRight, mBottom);
H A DRenderNode.java768 public boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { method in class:RenderNode
H A DThreadedRenderer.java214 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
H A DView.java15469 renderNode.setLeftTopRightBottom(bounds.left, bounds.top, bounds.right, bounds.bottom);
15745 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
15781 public void setLeftTopRightBottom(int left, int top, int right, int bottom) { method in class:View
/frameworks/base/libs/hwui/
H A DRenderProperties.h447 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.cpp295 if (renderNode->mutateStagingProperties().setLeftTopRightBottom(left, top, right, bottom)) {
/frameworks/base/core/java/android/widget/
H A DEditor.java1402 blockDisplayList.setLeftTopRightBottom(left, top, right, bottom);

Completed in 281 milliseconds