Searched defs:setLeftTopRightBottom (Results 1 - 4 of 4) sorted by last modified time

/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/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/core/java/android/view/
H A DRenderNode.java727 public boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { method in class:RenderNode
H A DView.java17434 renderNode.setLeftTopRightBottom(bounds.left, bounds.top, bounds.right, bounds.bottom);
17720 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
17759 public void setLeftTopRightBottom(int left, int top, int right, int bottom) { method in class:View

Completed in 136 milliseconds