Searched refs:viewBounds (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 90 public void set(ViewBounds viewBounds, PointF topLeft) { 91 viewBounds.setTopLeft(topLeft); 95 public PointF get(ViewBounds viewBounds) { 103 public void set(ViewBounds viewBounds, PointF bottomRight) { 104 viewBounds.setBottomRight(bottomRight); 108 public PointF get(ViewBounds viewBounds) { 360 final ViewBounds viewBounds = new ViewBounds(view); in createAnimator() local 364 .ofObject(viewBounds, TOP_LEFT_PROPERTY, null, topLeftPath); in createAnimator() 368 ObjectAnimator bottomRightAnimator = ObjectAnimator.ofObject(viewBounds, in createAnimator() 376 private ViewBounds mViewBounds = viewBounds; in createAnimator()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | Illustration.java | 49 private final Rect viewBounds = new Rect(); field in Illustration 157 viewBounds.set(0, 0, layoutWidth, layoutHeight); in onLayout() 167 viewBounds, in onLayout()
|