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.java211 private @interface StashAnimation { annotation in TaskbarStashController
588 @StashAnimation int animationType, String jankTag) { in createAnimToIsStashed()
657 float stashTranslation, @StashAnimation int animationType) { in createAnimToIsStashed()
732 @StashAnimation int animationType) { in createTransientAnimToIsStashed()
1252 private @StashAnimation int mLastStartedTransitionType = TRANSITION_DEFAULT;
1299 @StashAnimation int animationType = computeTransitionType(changedFlags); in createSetStateAnimator()
1349 private @StashAnimation int computeTransitionType(long changedFlags) { in computeTransitionType()