Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java222 if (child != null && !isPredictedIcon(child)) { in fillGapsWithPrediction()
227 if (isPredictedIcon(child)) { in fillGapsWithPrediction()
234 if (isPredictedIcon(child) && child.isEnabled()) { in fillGapsWithPrediction()
363 if (isPredictedIcon(child)) { in getPredictedIcons()
513 private static boolean isPredictedIcon(View view) { in isPredictedIcon() method