Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
H A DPredictionRowView.java210 int predictionCount = mPredictedApps.size(); in applyPredictionApps() local
215 if (predictionCount > i) { in applyPredictionApps()
219 icon.setVisibility(predictionCount == 0 ? GONE : INVISIBLE); in applyPredictionApps()
223 boolean predictionsEnabled = predictionCount > 0; in applyPredictionApps()