Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java100 private FixedContainerItems mAllAppsPredictions; field in QuickstepLauncher
121 if (mAllAppsPredictions != null in logAppLaunch()
125 int count = mAllAppsPredictions.items.size(); in logAppLaunch()
127 ItemInfo targetInfo = mAllAppsPredictions.items.get(i); in logAppLaunch()
223 mAllAppsPredictions = item; in bindExtraContainerItems()