Home
last modified time | relevance | path

Searched refs:fromT (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DClipRectTBAnimation.java41 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 DClipRectAnimation.java135 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 DExtendAnimation.java133 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()