Searched refs:mNumPredictedAppsPerRow (Results 1 – 1 of 1) sorted by relevance
56 private int mNumPredictedAppsPerRow; field in PredictionRowView85 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()