Home
last modified time | relevance | path

Searched refs:ClipSide (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java20 import static com.android.systemui.statusbar.notification.row.ExpandableView.ClipSide.BOTTOM;
21 import static com.android.systemui.statusbar.notification.row.ExpandableView.ClipSide.TOP;
360 AnimatorListenerAdapter animationListener, ClipSide clipSide) { in performRemoveAnimation()
385 duration, null, null, null, ClipSide.BOTTOM); in performAddAnimation()
391 AnimatorListenerAdapter animationListener, ClipSide clipSide) { in startAppearAnimation()
535 private void updateAppearRect(ClipSide clipSide) { in updateAppearRect()
568 updateAppearRect(ClipSide.BOTTOM); in updateAppearRect()
DStackScrollerDecorView.java255 AnimatorListenerAdapter animationListener, ClipSide clipSide) { in performRemoveAnimation()
DExpandableView.java383 AnimatorListenerAdapter animationListener, ClipSide clipSide); in performRemoveAnimation()
385 public enum ClipSide { enum in ExpandableView
DExpandableNotificationRow.java3091 AnimatorListenerAdapter animationListener, ClipSide clipSide) {
3107 null, onFinishedRunnable, animationListener, ClipSide.BOTTOM);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DMediaContainerView.kt80 clipSide: ClipSide in performRemoveAnimation()
DStackStateAnimator.java465 ExpandableView.ClipSide.BOTTOM); in processAnimationEvents()
593 getGlobalAnimationFinishedListener(), ExpandableView.ClipSide.TOP); in processAnimationEvents()
698 getGlobalAnimationFinishedListener(), ExpandableView.ClipSide.BOTTOM); in processAnimationEvents()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimatorTest.kt138 /* clipSide= */ eq(ExpandableView.ClipSide.BOTTOM), in startAnimationForEvents_startsHeadsUpDisappearAnim()