Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DDismissView.kt49 private val DISMISS_SCRIM_FADE_MS = 200 constant
71 (getBackground() as TransitionDrawable).startTransition(DISMISS_SCRIM_FADE_MS) in show()
85 (getBackground() as TransitionDrawable).reverseTransition(DISMISS_SCRIM_FADE_MS) in hide()