Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java105 private static final int FLAG_SWIPE_UP_NOT_RUNNING = 1 << 8; field in RecentsOrientedState
118 | FLAG_SWIPE_UP_NOT_RUNNING;
159 mFlags |= FLAG_SWIPE_UP_NOT_RUNNING; in RecentsOrientedState()
208 return setFlag(FLAG_SWIPE_UP_NOT_RUNNING, !isGestureActive); in setGestureActive()