Home
last modified time | relevance | path

Searched refs:NavigationModeSwitch (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DStartLauncherViaGestureTests.java31 import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
70 @NavigationModeSwitch(mode = Mode.TWO_BUTTON)
84 @NavigationModeSwitch
96 @NavigationModeSwitch
H A DTaplTestsQuickstep.java43 import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
91 @NavigationModeSwitch
166 @NavigationModeSwitch
199 @NavigationModeSwitch
209 @NavigationModeSwitch
249 @NavigationModeSwitch
287 @NavigationModeSwitch
H A DViewInflationDuringSwipeUp.java61 import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
116 @NavigationModeSwitch(mode = ZERO_BUTTON)
137 @NavigationModeSwitch(mode = ZERO_BUTTON)
150 @NavigationModeSwitch(mode = ZERO_BUTTON)
H A DNavigationModeSwitchRule.java70 public @interface NavigationModeSwitch { annotation in NavigationModeSwitchRule
86 description.getAnnotation(NavigationModeSwitch.class) != null) { in apply()
87 Mode mode = description.getAnnotation(NavigationModeSwitch.class).mode(); in apply()