HomeSort by relevance Sort by last modified time
    Searched refs:allAppsNumCols (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 97 public int allAppsNumCols;
276 allAppsNumCols = numAppsCols;
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 336 if (mNumAppsPerRow != grid.allAppsNumCols ||
338 mNumAppsPerRow = grid.allAppsNumCols;

Completed in 260 milliseconds