Home
last modified time | relevance | path

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

/aosp12/system/chre/util/include/chre/util/
H A Dheap_impl.h30 template <typename ContainerType, typename CompareFunction>
31 void siftUp(ContainerType &container, size_t index, in siftUp()
46 template <typename ContainerType, typename CompareFunction>
47 void siftDown(ContainerType &container, size_t index, in siftDown()
77 template <typename ContainerType, typename CompareFunction>
78 void push_heap(ContainerType &container, const CompareFunction &compare) { in push_heap()
85 template <typename ContainerType, typename CompareFunction>
86 void pop_heap(ContainerType &container, const CompareFunction &compare) { in pop_heap()
94 template <typename ContainerType, typename CompareFunction>
95 void remove_heap(ContainerType &container, size_t index, in remove_heap()
H A Dheap.h38 template <typename ContainerType, typename CompareFunction>
39 void push_heap(ContainerType &container, const CompareFunction &compare);
49 template <typename ContainerType, typename CompareFunction>
50 void pop_heap(ContainerType &container, const CompareFunction &compare);
62 template <typename ContainerType, typename CompareFunction>
63 void remove_heap(ContainerType &container, size_t index,
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A 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()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DOverview.java23 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType;
36 protected ContainerType getContainerType() { in getContainerType()
37 return LauncherInstrumentation.ContainerType.OVERVIEW; in getContainerType()
H A DHome.java37 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()
38 return LauncherInstrumentation.ContainerType.WORKSPACE; in getContainerType()
H A DBaseOverview.java43 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()
44 return LauncherInstrumentation.ContainerType.FALLBACK_OVERVIEW; in getContainerType()
H A DWidgets.java91 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()
92 return LauncherInstrumentation.ContainerType.WIDGETS; in getContainerType()
H A DAllApps.java59 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()
60 return LauncherInstrumentation.ContainerType.ALL_APPS; in getContainerType()
H A DBackground.java49 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType()
50 return LauncherInstrumentation.ContainerType.BACKGROUND; in getContainerType()
H A DLauncherInstrumentation.java123 public enum ContainerType { enum in LauncherInstrumentation
145 protected abstract ContainerType getContainerType(); in getContainerType()
181 private Consumer<ContainerType> mOnSettledStateAction;
521 public void setOnSettledStateAction(Consumer<ContainerType> onSettledStateAction) { in setOnSettledStateAction()
680 private UiObject2 verifyContainerType(ContainerType containerType) { in verifyContainerType()
698 private UiObject2 verifyVisibleObjects(ContainerType containerType) { in verifyVisibleObjects()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java58 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType;
528 Launcher launcher, ContainerType expectedContainerType) { in checkLauncherIntegrity()
583 expectedContainerType == ContainerType.BACKGROUND || in checkLauncherIntegrity()
584 expectedContainerType == ContainerType.FALLBACK_OVERVIEW); in checkLauncherIntegrity()
588 protected void checkLauncherState(Launcher launcher, ContainerType expectedContainerType, in checkLauncherState()
597 ContainerType expectedContainerType, boolean isStarted, boolean isResumed) { in checkLauncherStateInOverview()
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dpayload.h119 using ContainerType =
121 using BufferType = typename ContainerType::BufferType;
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java32 import com.android.launcher3.CellLayout.ContainerType;
46 @ContainerType
60 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) { in ShortcutAndWidgetContainer()
H A DDeviceProfile.java35 import com.android.launcher3.CellLayout.ContainerType;
1020 public int getCellContentHeight(@ContainerType int containerType) { in getCellContentHeight()
H A DCellLayout.java169 public @interface ContainerType{} annotation in CellLayout
174 @ContainerType private final int mContainerType;
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dmake_cow_from_ab_ota.cpp473 template <typename ContainerType>
476 ExtentIter(const ContainerType& container) in ExtentIter()
496 typename ContainerType::const_iterator iter_;
497 typename ContainerType::const_iterator end_;
/aosp12/packages/apps/TV/libs/m2/
H A Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...