Searched refs:mHotseatSize (Results 1 – 2 of 2) sorted by relevance
75 private int mHotseatSize; field in ImportDataTask87 mHotseatSize = mMaxGridSizeX = mMaxGridSizeY = 0; in importWorkspace()89 … GridSizeMigrationTask.markForMigration(mContext, mMaxGridSizeX, mMaxGridSizeY, mHotseatSize); in importWorkspace()197 mHotseatSize = Math.max(mHotseatSize, screen + 1); in importWorkspaceItems()296 mHotseatSize = hotseatItems.keyAt(hotseatItems.size() - 1) + 1; in importWorkspaceItems()
494 private final int mHotseatSize; field in GridSizeMigrationTaskV2.DbReader508 mHotseatSize = hotseatSize; in DbReader()533 if (entry.screenId >= mHotseatSize) { in loadHotseatEntries()