Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java80 private int mHotSeatItemsCount; field in HotseatPredictionController
119 mHotSeatItemsCount = mLauncher.getDeviceProfile().numShownHotseatIcons; in HotseatPredictionController()
160 } else if (getPredictedIcons().size() >= (mHotSeatItemsCount + 1) / 2) { in showEdu()
217 for (int rank = 0; rank < mHotSeatItemsCount; rank++) { in fillGapsWithPrediction()
307 || mHotseat.getShortcutsAndWidgets().getChildCount() < mHotSeatItemsCount; in setPredictedItems()
451 this.mHotSeatItemsCount = profile.numShownHotseatIcons; in onDeviceProfileChanged()