Searched refs:ContainerType (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | AbstractQuickStepTest.java | 25 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/ |
D | Overview.java | 23 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType; 37 protected ContainerType getContainerType() { in getContainerType() 38 return LauncherInstrumentation.ContainerType.OVERVIEW; in getContainerType()
|
D | Home.java | 37 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 38 return LauncherInstrumentation.ContainerType.WORKSPACE; in getContainerType()
|
D | BaseOverview.java | 41 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 42 return LauncherInstrumentation.ContainerType.FALLBACK_OVERVIEW; in getContainerType()
|
D | Widgets.java | 90 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 91 return LauncherInstrumentation.ContainerType.WIDGETS; in getContainerType()
|
D | Background.java | 48 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 49 return LauncherInstrumentation.ContainerType.BACKGROUND; in getContainerType()
|
D | AllApps.java | 59 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 60 return LauncherInstrumentation.ContainerType.ALL_APPS; in getContainerType()
|
D | LauncherInstrumentation.java | 114 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/ |
D | AbstractLauncherUiTest.java | 59 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/ |
D | ShortcutAndWidgetContainer.java | 31 import com.android.launcher3.CellLayout.ContainerType; 45 @ContainerType 59 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) { in ShortcutAndWidgetContainer()
|
D | DeviceProfile.java | 42 import com.android.launcher3.CellLayout.ContainerType; 880 public int getCellContentHeight(@ContainerType int containerType) { in getCellContentHeight()
|
D | CellLayout.java | 168 public @interface ContainerType{} annotation in CellLayout 173 @ContainerType private final int mContainerType;
|