Searched refs:fromT (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | ClipRectTBAnimation.java | 41 public ClipRectTBAnimation(int fromT, int fromB, int toT, int toB, in ClipRectTBAnimation() argument 43 super(0, fromT, 0, fromB, 0, toT, 0, toB); in ClipRectTBAnimation()
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | ClipRectAnimation.java | 135 public ClipRectAnimation(int fromL, int fromT, int fromR, int fromB, in ClipRectAnimation() argument 137 this(new Rect(fromL, fromT, fromR, fromB), new Rect(toL, toT, toR, toB)); in ClipRectAnimation()
|
H A D | ExtendAnimation.java | 133 public ExtendAnimation(int fromL, int fromT, int fromR, int fromB, in ExtendAnimation() argument 135 this(Insets.of(-fromL, -fromT, -fromR, -fromB), Insets.of(-toL, -toT, -toR, -toB)); in ExtendAnimation()
|