Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskMenuViewWithArrow.kt80 CLOSE_FADE_START_DELAY = CLOSE_CHILD_FADE_START_DELAY
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DArrowPopup.java87 protected int CLOSE_FADE_START_DELAY = 140; field in ArrowPopup
779 mOpenCloseAnimator = getOpenCloseAnimator(false, CLOSE_DURATION, CLOSE_FADE_START_DELAY, in animateClose()