Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStashController.java237 private @interface StashAnimation { annotation in TaskbarStashController
691 @StashAnimation int animationType, boolean shouldDelayBackground, String jankTag) { in createAnimToIsStashed()
760 float stashTranslation, @StashAnimation int animationType) { in createAnimToIsStashed()
835 boolean shouldDelayBackground, @StashAnimation int animationType) { in createTransientAnimToIsStashed()
1406 private @StashAnimation int mLastStartedTransitionType = TRANSITION_DEFAULT;
1460 @StashAnimation int animationType = computeTransitionType(changedFlags); in createSetStateAnimator()
1511 private @StashAnimation int computeTransitionType(long changedFlags) { in computeTransitionType()