Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java120 public int numAllAppsColumns; field in InvariantDeviceProfile
148 numAllAppsColumns = p.numAllAppsColumns; in InvariantDeviceProfile()
250 numAllAppsColumns = originalIDP.numAllAppsColumns; in initGrid()
292 numAllAppsColumns = numColumns; in initGridOption()
DDeviceProfile.java581 return inv.numAllAppsColumns != inv.numColumns; in allAppsHasDifferentNumColumns()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java132 mNumPredictedAppsPerRow = LauncherAppState.getIDP(context).numAllAppsColumns; in PredictionRowView()
230 mNumPredictedAppsPerRow = dp.inv.numAllAppsColumns; in onDeviceProfileChanged()
DPredictionAppTracker.java143 int count = InvariantDeviceProfile.INSTANCE.get(mContext).numAllAppsColumns; in handleMessage()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java203 setAppsPerRow(mLauncher.getDeviceProfile().inv.numAllAppsColumns); in AllAppsGridAdapter()
DAllAppsContainerView.java325 mAH[i].adapter.setAppsPerRow(grid.inv.numAllAppsColumns); in setInsets()