Home
last modified time | relevance | path

Searched defs:hasGestures (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSysUINavigationMode.java44 public final boolean hasGestures; field in SysUINavigationMode.Mode
47 Mode(boolean hasGestures, int resValue) { in Mode()