Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSysUINavigationMode.java41 TWO_BUTTONS(true, 1), enumConstant
135 return getMode(context) != Mode.TWO_BUTTONS; in removeShelfFromOverview()
140 return getMode(context) == Mode.TWO_BUTTONS && in hideShelfInTwoButtonLandscape()
DRecentsAnimationDeviceState.java26 import static com.android.quickstep.SysUINavigationMode.Mode.TWO_BUTTONS;
380 return mMode == TWO_BUTTONS || mMode == NO_BUTTON; in isGesturalNavMode()
DOrientationTouchTransformer.java158 mMode != SysUINavigationMode.Mode.TWO_BUTTONS; in enableMultipleRegions()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java29 import static com.android.quickstep.SysUINavigationMode.Mode.TWO_BUTTONS;
286 currentMode != TWO_BUTTONS; in initFlags()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandlerV2.java41 import static com.android.quickstep.SysUINavigationMode.Mode.TWO_BUTTONS;
317 if (mDeviceState.getNavMode() == TWO_BUTTONS) { in onActivityInit()