Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationUtil.java347 final GridOccupancy occupied = new GridOccupancy(trgX, trgY); in solveGridPlacement() local
358 occupied.markCells(entry, true); in solveGridPlacement()
368 if (findPlacementForEntry(entry, next, trg, occupied, screenId)) { in solveGridPlacement()
382 @NonNull final GridOccupancy occupied, final int screenId) { in findPlacementForEntry() argument
385 boolean fits = occupied.isRegionVacant(x, y, entry.spanX, entry.spanY); in findPlacementForEntry()
386 boolean minFits = occupied.isRegionVacant(x, y, entry.minSpanX, in findPlacementForEntry()
396 occupied.markCells(entry, true); in findPlacementForEntry()
412 final boolean[] occupied = new boolean[hotseatSize]; in solveHotseatPlacement()
414 occupied[entry.screenId] = true; in solveHotseatPlacement()
417 for (int i = 0; i < occupied.length; i++) { in solveHotseatPlacement()
[all …]
DWorkspaceItemSpaceFinder.java107 GridOccupancy occupied = new GridOccupancy(profile.numColumns, profile.numRows); in findNextAvailableIconSpaceInScreen() local
110 occupied.markCells(r, true); in findNextAvailableIconSpaceInScreen()
113 return occupied.findVacantCell(xy, spanX, spanY); in findNextAvailableIconSpaceInScreen()
/packages/apps/Launcher3/tools/
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/celllayout/
DReorderAlgorithm.java312 private boolean attemptPushInDirection(ArrayList<View> intersectingViews, Rect occupied, in attemptPushInDirection() argument
322 if (pushViewsToTempLocation(intersectingViews, occupied, direction, ignoreView, in attemptPushInDirection()
336 if (pushViewsToTempLocation(intersectingViews, occupied, direction, ignoreView, in attemptPushInDirection()
602 boolean[][] occupied, boolean[][] blockOccupied, int[] result) { in findNearestArea() argument
617 if (occupied[x + i][y + j] && (blockOccupied == null in findNearestArea()
/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java209 public void setOccupied(GridOccupancy occupied) { in setOccupied() argument
210 mOccupied = occupied; in setOccupied()
DCellLayout.java1071 GridOccupancy occupied = permanent ? mOccupied : mTmpOccupied; in animateChildToPosition() local
1072 occupied.markCells(lp.getCellX(), lp.getCellY(), lp.cellHSpan, lp.cellVSpan, false); in animateChildToPosition()
1073 occupied.markCells(cellX, cellY, lp.cellHSpan, lp.cellVSpan, true); in animateChildToPosition()
1380 GridOccupancy occupied = DESTRUCTIVE_REORDER ? mOccupied : mTmpOccupied; in animateItemsToSolution() local
1381 occupied.clear(); in animateItemsToSolution()
1391 occupied.markCells(c, true); in animateItemsToSolution()
1395 occupied.markCells(solution, true); in animateItemsToSolution()
/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.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz