Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java99 private int mHotSeatItemsCount; field in HotseatPredictionController
146 mHotSeatItemsCount = mLauncher.getDeviceProfile().inv.numHotseatIcons; in HotseatPredictionController()
165 } else if (getPredictedIcons().size() >= (mHotSeatItemsCount + 1) / 2) { in showEdu()
235 for (int rank = 0; rank < mHotSeatItemsCount; rank++) { in fillGapsWithPrediction()
327 .setPredictedTargetCount(mHotSeatItemsCount) in createPredictor()
398 mHotSeatItemsCount); in updateDependencies()
448 if (predictedApps.size() == mHotSeatItemsCount) { in mapToWorkspaceItemInfo()
608 this.mHotSeatItemsCount = profile.numHotseatIcons; in onIdpChanged()