Home
last modified time | relevance | path

Searched refs:ViewBounds (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/transition/
H A DChangeBounds.java87 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 …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60374 Landroid/transition/ChangeBounds$ViewBounds;-><init>(Landroid/view/View;)V
60375 Landroid/transition/ChangeBounds$ViewBounds;->mBottom:I
60376 Landroid/transition/ChangeBounds$ViewBounds;->mBottomRightCalls:I
60377 Landroid/transition/ChangeBounds$ViewBounds;->mLeft:I
60378 Landroid/transition/ChangeBounds$ViewBounds;->mRight:I
60379 Landroid/transition/ChangeBounds$ViewBounds;->mTop:I
60380 Landroid/transition/ChangeBounds$ViewBounds;->mTopLeftCalls:I
60381 Landroid/transition/ChangeBounds$ViewBounds;->mView:Landroid/view/View;
60382 Landroid/transition/ChangeBounds$ViewBounds;->setBottomRight(Landroid/graphics/PointF;)V
60383 Landroid/transition/ChangeBounds$ViewBounds;->setLeftTopRightBottom()V
[all …]
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt30729 Landroid/transition/ChangeBounds$ViewBounds;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt40393 Landroid/transition/ChangeBounds$ViewBounds;