Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DShelfPeekAnim.java57 mIsPeeking = mShelfState == ShelfAnimState.PEEK || mShelfState == ShelfAnimState.HIDE; in setShelfState()
68 float toProgress = mShelfState == ShelfAnimState.HIDE in setShelfState()
97 HIDE(true), PEEK(true), OVERVIEW(false), CANCEL(false); enumConstant
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java46 import static com.android.quickstep.util.ShelfPeekAnim.ShelfAnimState.HIDE;
195 ShelfAnimState shelfState = isPaused ? PEEK : HIDE; in onMotionPauseChanged()
291 mShelfPeekAnim.setShelfState(HIDE, LINEAR, 0); in onDrag()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandlerV2.java42 import static com.android.quickstep.util.ShelfPeekAnim.ShelfAnimState.HIDE;
453 setShelfState(isPaused ? PEEK : HIDE, ShelfPeekAnim.INTERPOLATOR, ShelfPeekAnim.DURATION); in onMotionPauseChanged()