Home
last modified time | relevance | path

Searched refs:fromB (Results 1 – 4 of 4) 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/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java222 private int getTransition(boolean fromB, boolean isMajorAState, boolean isMajor) {
224 if (fromB) {
238 if (fromB) {
/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()