Home
last modified time | relevance | path

Searched defs:FADE_OUT_ANIM_POSITION_DURATION_MS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DBarsLocationAnimatorHelper.kt36 const val FADE_OUT_ANIM_POSITION_DURATION_MS: Long = 100L constant
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java83 public static final long FADE_OUT_ANIM_POSITION_DURATION_MS = 100L; field in BubbleBarView