Searched refs:mHotSeatItemsCount (Results 1 – 1 of 1) sorted by relevance
80 private int mHotSeatItemsCount; field in HotseatPredictionController119 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()