Searched refs:ContainerType (Results 1 – 18 of 18) sorted by relevance
32 template <typename ContainerType>33 void benchmarkFunctionForVector(std::vector<ContainerType>& vec, int capacity) { in benchmarkFunctionForVector()34 ContainerType result = false; in benchmarkFunctionForVector()50 template <typename ContainerType>51 void benchmarkStdFillForVector(std::vector<ContainerType>& vec, int capacity) { in benchmarkStdFillForVector()63 template <typename ContainerType>67 ContainerType matcherStats; in benchmarkUpdateKeyValueContainer()
19 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType;32 protected ContainerType getContainerType() { in getContainerType()33 return ContainerType.SPLIT_SCREEN_SELECT; in getContainerType()
19 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType;34 protected ContainerType getContainerType() { in getContainerType()35 return ContainerType.OVERVIEW; in getContainerType()
37 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()38 return LauncherInstrumentation.ContainerType.WORKSPACE; in getContainerType()
33 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()34 return LauncherInstrumentation.ContainerType.TASKBAR_ALL_APPS; in getContainerType()
73 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()74 return LauncherInstrumentation.ContainerType.HOME_ALL_APPS; in getContainerType()
56 public LauncherInstrumentation.ContainerType getStartingContainerType() { in getStartingContainerType()110 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()111 return LauncherInstrumentation.ContainerType.WIDGETS; in getContainerType()
54 private final LauncherInstrumentation.ContainerType mStartingContainerType;59 LauncherInstrumentation.ContainerType startingContainerType, in KeyboardQuickSwitch()
54 LauncherInstrumentation.ContainerType getStartingContainerType(); in getStartingContainerType()
70 protected LauncherInstrumentation.ContainerType getContainerType() {71 return LauncherInstrumentation.ContainerType.LAUNCHED_APP;
84 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()85 return LauncherInstrumentation.ContainerType.FALLBACK_OVERVIEW; in getContainerType()
57 public LauncherInstrumentation.ContainerType getStartingContainerType() { in getStartingContainerType()
253 == LauncherInstrumentation.ContainerType.SPLIT_SCREEN_SELECT) { in open()
84 public LauncherInstrumentation.ContainerType getStartingContainerType() { in getStartingContainerType()
127 public enum ContainerType { enum in LauncherInstrumentation156 protected abstract ContainerType getContainerType(); in getContainerType()904 UiObject2 verifyContainerType(ContainerType containerType) { in verifyContainerType()922 private UiObject2 verifyVisibleObjects(ContainerType containerType) { in verifyVisibleObjects()
39 import com.android.launcher3.CellLayout.ContainerType;54 @ContainerType72 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) { in ShortcutAndWidgetContainer()
183 public @interface ContainerType{} annotation in CellLayout188 @ContainerType private final int mContainerType;
53 import com.android.launcher3.CellLayout.ContainerType;2201 public int getCellContentHeight(@ContainerType int containerType) {