Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java240 if (child != null && !isPredictedIcon(child)) { in fillGapsWithPrediction()
245 if (isPredictedIcon(child)) { in fillGapsWithPrediction()
251 if (isPredictedIcon(child) && child.isEnabled()) { in fillGapsWithPrediction()
460 if (isPredictedIcon(child)) { in getPredictedIcons()
718 private static boolean isPredictedIcon(View view) { in isPredictedIcon() method in HotseatPredictionController