Home
last modified time | relevance | path

Searched refs:ContainerType (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DAbstractQuickStepTest.java25 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType;
52 protected void checkLauncherState(Launcher launcher, ContainerType expectedContainerType, in checkLauncherState()
64 ContainerType expectedContainerType, boolean isStarted, boolean isResumed) { in checkLauncherStateInOverview()
77 LauncherInstrumentation.ContainerType expectedContainerType) { in isInLiveTileMode()
79 || expectedContainerType != LauncherInstrumentation.ContainerType.OVERVIEW) { in isInLiveTileMode()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DOverview.java23 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType;
37 protected ContainerType getContainerType() { in getContainerType()
38 return LauncherInstrumentation.ContainerType.OVERVIEW; in getContainerType()
DHome.java37 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()
38 return LauncherInstrumentation.ContainerType.WORKSPACE; in getContainerType()
DBaseOverview.java41 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()
42 return LauncherInstrumentation.ContainerType.FALLBACK_OVERVIEW; in getContainerType()
DWidgets.java90 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()
91 return LauncherInstrumentation.ContainerType.WIDGETS; in getContainerType()
DBackground.java48 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()
49 return LauncherInstrumentation.ContainerType.BACKGROUND; in getContainerType()
DAllApps.java59 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()
60 return LauncherInstrumentation.ContainerType.ALL_APPS; in getContainerType()
DLauncherInstrumentation.java114 public enum ContainerType { enum in LauncherInstrumentation
137 protected abstract ContainerType getContainerType(); in getContainerType()
173 private Consumer<ContainerType> mOnSettledStateAction;
424 public void setOnSettledStateAction(Consumer<ContainerType> onSettledStateAction) { in setOnSettledStateAction()
580 private UiObject2 verifyContainerType(ContainerType containerType) { in verifyContainerType()
598 private UiObject2 verifyVisibleObjects(ContainerType containerType) { in verifyVisibleObjects()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java59 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType;
553 Launcher launcher, ContainerType expectedContainerType) { in checkLauncherIntegrity()
608 expectedContainerType == ContainerType.BACKGROUND || in checkLauncherIntegrity()
609 expectedContainerType == ContainerType.FALLBACK_OVERVIEW); in checkLauncherIntegrity()
613 protected void checkLauncherState(Launcher launcher, ContainerType expectedContainerType, in checkLauncherState()
622 ContainerType expectedContainerType, boolean isStarted, boolean isResumed) { in checkLauncherStateInOverview()
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java31 import com.android.launcher3.CellLayout.ContainerType;
45 @ContainerType
59 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) { in ShortcutAndWidgetContainer()
DDeviceProfile.java42 import com.android.launcher3.CellLayout.ContainerType;
880 public int getCellContentHeight(@ContainerType int containerType) { in getCellContentHeight()
DCellLayout.java168 public @interface ContainerType{} annotation in CellLayout
173 @ContainerType private final int mContainerType;