Home
last modified time | relevance | path

Searched defs:setLeftTopRightBottom (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/transition/
DChangeBounds.java500 private void setLeftTopRightBottom() { in setLeftTopRightBottom() method in ChangeBounds.ViewBounds
/frameworks/base/libs/hwui/
DRenderProperties.h476 bool setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() function
/frameworks/base/core/java/android/view/
DRenderNode.java727 public boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() method in RenderNode
DView.java17632 public void setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() method