Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java26 import static com.android.quickstep.GestureState.DEFAULT_STATE;
286 private GestureState mGestureState = DEFAULT_STATE;
751 mGestureState = DEFAULT_STATE; in reset()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DGestureState.java74 public static final GestureState DEFAULT_STATE = new GestureState(); field in GestureState