Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DRecentsOrientedStateTest.java57 mR1.setGestureActive(true); in stateId_changesWithFlags()
58 mR2.setGestureActive(false); in stateId_changesWithFlags()
61 mR2.setGestureActive(true); in stateId_changesWithFlags()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java207 public boolean setGestureActive(boolean isGestureActive) { in setGestureActive() method in RecentsOrientedState
DTaskViewSimulator.java132 mOrientationState.setGestureActive(true); in TaskViewSimulator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2534 if (mOrientationState.setGestureActive(false)) { in reset()
2647 if (mOrientationState.setGestureActive(true)) { in onGestureAnimationStart()
2782 if (mOrientationState.setGestureActive(false)) { in onGestureAnimationEnd()