Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java82 private static final int REVEAL_OPEN_DURATION = 150; field in TaskMenuView
284 mOpenCloseAnimator.setDuration(closing ? REVEAL_CLOSE_DURATION: REVEAL_OPEN_DURATION); in animateOpenOrClosed()