Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestProtocol.java29 public static final int NORMAL_STATE_ORDINAL = 0; field in TestProtocol
46 case NORMAL_STATE_ORDINAL: in stateOrdinalToString()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherState.java25 import static com.android.launcher3.testing.TestProtocol.NORMAL_STATE_ORDINAL;
99 public static final LauncherState NORMAL = new LauncherState(NORMAL_STATE_ORDINAL,
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DWorkspace.java20 import static com.android.launcher3.testing.TestProtocol.NORMAL_STATE_ORDINAL;
293 NORMAL_STATE_ORDINAL, in dropDraggedIcon()
H A DLauncherInstrumentation.java26 import static com.android.launcher3.testing.TestProtocol.NORMAL_STATE_ORDINAL;
863 ZERO_BUTTON_STEPS_FROM_BACKGROUND_TO_HOME, NORMAL_STATE_ORDINAL, in pressHome()
882 NORMAL_STATE_ORDINAL, in pressHome()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java550 ordinal == TestProtocol.NORMAL_STATE_ORDINAL); in checkLauncherIntegrity()
572 ordinal == TestProtocol.NORMAL_STATE_ORDINAL); in checkLauncherIntegrity()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsFullSheet.java22 import static com.android.launcher3.testing.TestProtocol.NORMAL_STATE_ORDINAL;
636 AccessibilityManagerCompat.sendStateEventToTest(getContext(), NORMAL_STATE_ORDINAL); in onCloseComplete() local