Searched refs:ViewBounds (Results 1 – 4 of 4) sorted by relevance
87 private static final Property<ViewBounds, PointF> TOP_LEFT_PROPERTY =88 new Property<ViewBounds, PointF>(PointF.class, "topLeft") {90 public void set(ViewBounds viewBounds, PointF topLeft) {95 public PointF get(ViewBounds viewBounds) {100 private static final Property<ViewBounds, PointF> BOTTOM_RIGHT_PROPERTY =101 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") {103 public void set(ViewBounds viewBounds, PointF bottomRight) {108 public PointF get(ViewBounds viewBounds) {360 final ViewBounds viewBounds = new ViewBounds(view); in createAnimator()474 private static class ViewBounds { class in ChangeBounds[all …]
60374 Landroid/transition/ChangeBounds$ViewBounds;-><init>(Landroid/view/View;)V60375 Landroid/transition/ChangeBounds$ViewBounds;->mBottom:I60376 Landroid/transition/ChangeBounds$ViewBounds;->mBottomRightCalls:I60377 Landroid/transition/ChangeBounds$ViewBounds;->mLeft:I60378 Landroid/transition/ChangeBounds$ViewBounds;->mRight:I60379 Landroid/transition/ChangeBounds$ViewBounds;->mTop:I60380 Landroid/transition/ChangeBounds$ViewBounds;->mTopLeftCalls:I60381 Landroid/transition/ChangeBounds$ViewBounds;->mView:Landroid/view/View;60382 Landroid/transition/ChangeBounds$ViewBounds;->setBottomRight(Landroid/graphics/PointF;)V60383 Landroid/transition/ChangeBounds$ViewBounds;->setLeftTopRightBottom()V[all …]
30729 Landroid/transition/ChangeBounds$ViewBounds;
40393 Landroid/transition/ChangeBounds$ViewBounds;