Home
last modified time | relevance | path

Searched refs:occupied (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationTask.java333 GridOccupancy occupied = new GridOccupancy(mTrgX, mTrgY);
334 occupied.markCells(0, 0, mTrgX, startY, true);
336 occupied.markCells(item, true);
339 OptimalPlacementSolution placement = new OptimalPlacementSolution(occupied,
373 GridOccupancy occupied = new GridOccupancy(mTrgX, mTrgY);
374 occupied.markCells(0, 0, mTrgX, startY, true);
392 occupied.markCells(item, true);
397 new OptimalPlacementSolution(occupied, removedItems, startY);
407 private final GridOccupancy occupied;
421 GridOccupancy occupied, ArrayList<DbEntry> itemsToPlace, int startY) {
[all …]
DLoaderCursor.java73 private final IntSparseArrayMap<GridOccupancy> occupied = new IntSparseArrayMap<>(); field in LoaderCursor
397 occupied.get(LauncherSettings.Favorites.CONTAINER_HOTSEAT); in checkItemPlacement()
420 occupied.put(LauncherSettings.Favorites.CONTAINER_HOTSEAT, occupancy); in checkItemPlacement()
440 if (!occupied.containsKey(item.screenId)) { in checkItemPlacement()
447 occupied.put(item.screenId, screen); in checkItemPlacement()
449 final GridOccupancy occupancy = occupied.get(item.screenId); in checkItemPlacement()
DAddWorkspaceItemsTask.java323 GridOccupancy occupied = new GridOccupancy(profile.numColumns, profile.numRows); in findNextAvailableIconSpaceInScreen() local
326 occupied.markCells(r, true); in findNextAvailableIconSpaceInScreen()
329 return occupied.findVacantCell(xy, spanX, spanY); in findNextAvailableIconSpaceInScreen()
/packages/apps/Launcher3/
Dprint_db.py107 def render_cell_info(out, cell, occupied): argument
111 elif cell == occupied:
257 occupied = "occupied"
269 screen[j][k] = occupied
278 render_cell_info(out, cell, occupied)
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVoicemailStatus.java76 public Editor setQuota(int occupied, int total) { in setQuota() argument
77 if (occupied == VoicemailContract.Status.QUOTA_UNAVAILABLE in setQuota()
82 values.put(Status.QUOTA_OCCUPIED, occupied); in setQuota()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java886 GridOccupancy occupied = permanent ? mOccupied : mTmpOccupied; in animateChildToPosition() local
887 occupied.markCells(lp.cellX, lp.cellY, lp.cellHSpan, lp.cellVSpan, false); in animateChildToPosition()
888 occupied.markCells(cellX, cellY, lp.cellHSpan, lp.cellVSpan, true); in animateChildToPosition()
1233 boolean[][] occupied, boolean blockOccupied[][], int[] result) { in findNearestArea() argument
1248 … if (occupied[x + i][y + j] && (blockOccupied == null || blockOccupied[i][j])) { in findNearestArea()
1633 private boolean attemptPushInDirection(ArrayList<View> intersectingViews, Rect occupied, in attemptPushInDirection() argument
1641 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
1649 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
1661 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
1669 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapFolder.java749 public final int occupied; field in ImapFolder.Quota
752 public Quota(int occupied, int total) { in Quota() argument
753 this.occupied = occupied; in Quota()
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DOmtpVvmSyncService.java159 if ((float) quotaOnServer.occupied / (float) quotaOnServer.total in autoDeleteAndArchiveVM()
196 quotaOnServer.occupied - (int) (AUTO_DELETE_ARCHIVE_VM_THRESHOLD * quotaOnServer.total); in deleteAndArchiveVM()
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java504 + quota.occupied in setQuota()
507 VoicemailStatus.edit(context, phoneAccount).setQuota(quota.occupied, quota.total).apply(); in setQuota()
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...