Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DBackButtonAlphaHandler.java21 import static com.android.quickstep.SysUINavigationMode.Mode.TWO_BUTTONS;
51 if (SysUINavigationMode.getMode(mLauncher) != TWO_BUTTONS) { in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java26 import static com.android.quickstep.SysUINavigationMode.Mode.TWO_BUTTONS;
418 if (SysUINavigationMode.getMode(this) == TWO_BUTTONS) { in onLauncherStateOrFocusChanged()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java28 import static com.android.quickstep.SysUINavigationMode.Mode.TWO_BUTTONS;
342 return mMode == TWO_BUTTONS; in isTwoButtonNavMode()
DSysUINavigationMode.java46 TWO_BUTTONS(true, 1, LAUNCHER_NAVIGATION_MODE_2_BUTTON), enumConstant
DOrientationTouchTransformer.java221 mMode != SysUINavigationMode.Mode.TWO_BUTTONS; in enableMultipleRegions()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java304 case TWO_BUTTONS: in createTouchControllers()