Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java105 private ShelfPeekAnim mShelfPeekAnim; field in NoButtonQuickSwitchTouchController
168 mShelfPeekAnim = ((QuickstepAppTransitionManagerImpl) mLauncher in onDragStart()
199 mShelfPeekAnim.setShelfState(shelfState, ShelfPeekAnim.INTERPOLATOR, in onMotionPauseChanged()
299 mShelfPeekAnim.setShelfState(HIDE, LINEAR, 0); in onDrag()
310 mShelfPeekAnim.setShelfState(CANCEL, LINEAR, 0); in onDrag()
461 mShelfPeekAnim.setShelfState(ShelfAnimState.CANCEL, LINEAR, 0); in cancelAnimations()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java154 private final ShelfPeekAnim mShelfPeekAnim; field in QuickstepAppTransitionManagerImpl
184 mShelfPeekAnim = new ShelfPeekAnim(mLauncher); in QuickstepAppTransitionManagerImpl()
188 return mShelfPeekAnim; in getShelfPeekAnim()