Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationTaskV2.java444 Context context, int hotseatSize, List<DbEntry> placedHotseatItems, in HotseatPlacementSolution() argument
450 mOccupied = new HotseatOccupancy(hotseatSize); in HotseatPlacementSolution()
477 private HotseatOccupancy(int hotseatSize) { in HotseatOccupancy() argument
478 mCells = new boolean[hotseatSize]; in HotseatOccupancy()
502 HashSet<String> validPackages, int hotseatSize) { in DbReader() argument
507 mHotseatSize = hotseatSize; in DbReader()
DGridBackupTable.java77 public GridBackupTable(Context context, SQLiteDatabase db, int hotseatSize, int gridX, in GridBackupTable() argument
82 mOldHotseatSize = hotseatSize; in GridBackupTable()
DGridSizeMigrationTask.java881 Context context, int gridX, int gridY, int hotseatSize) {
884 .putInt(KEY_MIGRATION_SRC_HOTSEAT_COUNT, hotseatSize)
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java181 int hotseatSize = dp.hotseatBarSizePx + dp.getInsets().bottom in reInitUi() local
184 Math.min(hotseatSize, LayoutUtils.getDefaultSwipeHeight(context, dp)); in reInitUi()