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

/frameworks/base/core/java/android/transition/
H A DChangeBounds.java86 private static final Property<ViewBounds, PointF> TOP_LEFT_PROPERTY =
87 new Property<ViewBounds, PointF>(PointF.class, "topLeft") {
89 public void set(ViewBounds viewBounds, PointF topLeft) {
94 public PointF get(ViewBounds viewBounds) {
99 private static final Property<ViewBounds, PointF> BOTTOM_RIGHT_PROPERTY =
100 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") {
102 public void set(ViewBounds viewBounds, PointF bottomRight) {
107 public PointF get(ViewBounds viewBounds) {
324 final ViewBounds viewBounds = new ViewBounds(vie
469 private static class ViewBounds { class in class:ChangeBounds
478 public ViewBounds(View view) { method in class:ChangeBounds.ViewBounds
[all...]

Completed in 66 milliseconds