Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java56 private int mNumPredictedAppsPerRow; field in PredictionRowView
85 mNumPredictedAppsPerRow = mActivityContext.getDeviceProfile().numShownAllAppsColumns; in PredictionRowView()
193 mNumPredictedAppsPerRow = dp.numShownAllAppsColumns; in onDeviceProfileChanged()
210 if (getChildCount() != mNumPredictedAppsPerRow) { in applyPredictionApps()
211 while (getChildCount() > mNumPredictedAppsPerRow) { in applyPredictionApps()
215 while (getChildCount() < mNumPredictedAppsPerRow) { in applyPredictionApps()
292 writer.println(prefix + "\tmNumPredictedAppsPerRow: " + mNumPredictedAppsPerRow); in dump()