Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java553 itemInfo.getContainerInfo().getTaskSwitcherContainer().getOrientationHandler(); in getRecentsOrientationHandler()
735 switch (info.getContainerInfo().getContainerCase()) {
737 return info.getContainerInfo().getPredictedHotseatContainer().getCardinality();
739 return info.getContainerInfo().getTaskBarContainer().getCardinality();
741 return info.getContainerInfo().getSearchResultContainer().getQueryLength();
743 ExtendedContainers extendedCont = info.getContainerInfo().getExtendedContainers();
784 ContainerInfo containerInfo = info.getContainerInfo();
800 if (info.getContainerInfo().getContainerCase() == FOLDER) {
802 return info.getContainerInfo().getFolder().getWorkspace().getGridY();
804 return info.getContainerInfo().getFolder().getGridY();
[all …]
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java251 assertFalse(mAppInfo.getContainerInfo().hasAllAppsContainer()); in testPrivateProfileInstallNotAllAppsContainer()
266 assertTrue(mAppInfo.getContainerInfo().hasAllAppsContainer()); in testPrivateProfileInstallNullPrivateProfileManager()
282 assertTrue(mAppInfo.getContainerInfo().hasAllAppsContainer()); in testPrivateProfileInstallPrivateProfileManagerDisabled()
299 assertTrue(mAppInfo.getContainerInfo().hasAllAppsContainer()); in testPrivateProfileInstallNullPrivateProfileUser()
317 assertTrue(mAppInfo.getContainerInfo().hasAllAppsContainer()); in testPrivateProfileInstallNonNullPrivateProfileUser()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DPredictionHelper.java105 LauncherAtom.ContainerInfo ci = info.getContainerInfo(); in isTrackedForHotseatPrediction()
131 && info.getContainerInfo().getContainerCase() == WORKSPACE; in isTrackedForWidgetPrediction()
DAppEventProducer.java270 ContainerInfo ci = info.getContainerInfo(); in getContainer()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfo.java304 + " container=" + getContainerInfo() in dumpProperties()
428 ContainerInfo containerInfo = getContainerInfo(); in buildProto()
451 public ContainerInfo getContainerInfo() { in getContainerInfo() method in ItemInfo
DAppPairInfo.kt116 .setContainerInfo(getContainerInfo()) in <lambda>()
DFolderInfo.java178 .setContainerInfo(getContainerInfo()) in buildProto()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsViewContainer.java179 if (!itemInfoBuilder.getContainerInfo().hasTaskSwitcherContainer()) { in applyOverwritesToLogItem()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java418 .withContainerInfo(getContainerInfo(targetState)) in logReachedState()
425 private LauncherAtom.ContainerInfo getContainerInfo(LauncherState targetState) { in getContainerInfo() method in AbstractStateChangeTouchController
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java220 || !itemInfo.getContainerInfo().hasAllAppsContainer()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java712 ContainerInfo containerInfo = item.getContainerInfo(); in isInSearchResultContainer()
DTaskbarActivityContext.java855 LauncherAtom.ContainerInfo oldContainer = itemInfoBuilder.getContainerInfo(); in applyOverwritesToLogItem()