Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/transition/
H A DChangeBounds.java505 private void setLeftTopRightBottom() { in setLeftTopRightBottom() method in ChangeBounds.ViewBounds
/aosp12/frameworks/base/libs/hwui/
H A DRenderProperties.h425 bool setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() function
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java1388 public boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() method in RenderNode
/aosp12/frameworks/base/core/java/android/view/
H A DView.java23386 public final void setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() method in View