Home
last modified time | relevance | path

Searched refs:collectionInfo (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAddWidgetInfo.java85 public LauncherAtom.ItemInfo buildProto(@Nullable CollectionInfo collectionInfo) { in buildProto() argument
86 LauncherAtom.ItemInfo info = super.buildProto(collectionInfo); in buildProto()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java383 CollectionInfo collectionInfo = collections.get(id); in findOrMakeFolder() local
384 if (collectionInfo == null) { in findOrMakeFolder()
389 collectionInfo = new FolderInfo(); in findOrMakeFolder()
390 collections.put(id, collectionInfo); in findOrMakeFolder()
392 return collectionInfo; in findOrMakeFolder()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DLauncherAppWidgetInfo.java274 public LauncherAtom.ItemInfo buildProto(@Nullable CollectionInfo collectionInfo) { in buildProto() argument
275 LauncherAtom.ItemInfo info = super.buildProto(collectionInfo); in buildProto()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java364 CollectionInfo collectionInfo = (CollectionInfo) hotseatItemInfo; in updateHotseatItems() local
369 (FolderInfo) collectionInfo); in updateHotseatItems()
375 (AppPairInfo) collectionInfo, DISPLAY_TASKBAR); in updateHotseatItems()
/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.cpp1122 const sp<ProcStatCollectorInterface>& procStatCollector, CollectionInfo* collectionInfo, in processLocked() argument
1124 if (collectionInfo->maxCacheSize == 0) { in processLocked()
1147 if (collectionInfo->records.size() >= collectionInfo->maxCacheSize) { in processLocked()
1148 collectionInfo->records.erase(collectionInfo->records.begin()); // Erase the oldest record. in processLocked()
1150 collectionInfo->records.push_back(record); in processLocked()
DPerformanceProfiler.h355 CollectionInfo* collectionInfo,
/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp1338 auto [collectionInfo, _] = setupFirstCollection(); in setupUserSwitchCollection()
1340 collectionInfo, in setupUserSwitchCollection()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java5366 collectionInfo = AccessibilityNodeInfo.CollectionInfo.obtain( in onInitializeAccessibilityNodeInfo() local
5369 info.setCollectionInfo(collectionInfo); in onInitializeAccessibilityNodeInfo()