HomeSort by relevance Sort by last modified time
    Searched refs:ViewBounds (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 86 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) {
90 viewBounds.setTopLeft(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)
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 50 milliseconds