Searched refs:TWO_BUTTONS (Results 1 – 6 of 6) sorted by relevance
21 import static com.android.quickstep.SysUINavigationMode.Mode.TWO_BUTTONS;51 if (SysUINavigationMode.getMode(mLauncher) != TWO_BUTTONS) { in setStateWithAnimation()
26 import static com.android.quickstep.SysUINavigationMode.Mode.TWO_BUTTONS;418 if (SysUINavigationMode.getMode(this) == TWO_BUTTONS) { in onLauncherStateOrFocusChanged()
28 import static com.android.quickstep.SysUINavigationMode.Mode.TWO_BUTTONS;342 return mMode == TWO_BUTTONS; in isTwoButtonNavMode()
46 TWO_BUTTONS(true, 1, LAUNCHER_NAVIGATION_MODE_2_BUTTON), enumConstant
221 mMode != SysUINavigationMode.Mode.TWO_BUTTONS; in enableMultipleRegions()
304 case TWO_BUTTONS: in createTouchControllers()