Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java670 LauncherAtom.PredictedHotseatContainer predictedHotseat = in applyOverwritesToLogItem() local
673 if (predictedHotseat.hasIndex()) { in applyOverwritesToLogItem()
674 taskbarBuilder.setIndex(predictedHotseat.getIndex()); in applyOverwritesToLogItem()
676 if (predictedHotseat.hasCardinality()) { in applyOverwritesToLogItem()
677 taskbarBuilder.setCardinality(predictedHotseat.getCardinality()); in applyOverwritesToLogItem()