Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DShelfPeekAnim.java36 public static final Interpolator INTERPOLATOR = OVERSHOOT_1_2; field in ShelfPeekAnim
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java207 mShelfPeekAnim.setShelfState(shelfState, ShelfPeekAnim.INTERPOLATOR, in onMotionPauseChanged()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandlerV2.java453 setShelfState(isPaused ? PEEK : HIDE, ShelfPeekAnim.INTERPOLATOR, ShelfPeekAnim.DURATION); in onMotionPauseChanged()