Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java110 private boolean mIsHomeScreenVisible = true; field in NoButtonQuickSwitchTouchController
282 boolean wasHomeScreenVisible = mIsHomeScreenVisible; in onDrag()
286 mIsHomeScreenVisible = FADE_OUT_INTERPOLATOR.getInterpolation(xProgress) in onDrag()
289 if (wasHomeScreenVisible && !mIsHomeScreenVisible) { in onDrag()
296 mMotionPauseDetector.setDisallowPause(mIsHomeScreenVisible in onDrag()
300 if (mIsHomeScreenVisible) { in onDrag()
397 if (flingUpToNormal && !mIsHomeScreenVisible) { in onDragEnd()
470 mIsHomeScreenVisible = true; in clearState()