/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | GridSizeMigrationUtil.java | 347 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 …]
|
D | WorkspaceItemSpaceFinder.java | 107 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/ |
D | print_db.py | 107 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/ |
D | VoicemailStatus.java | 76 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/ |
D | ReorderAlgorithm.java | 312 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/ |
D | MultipageCellLayout.java | 209 public void setOccupied(GridOccupancy occupied) { in setOccupied() argument 210 mOccupied = occupied; in setOccupied()
|
D | CellLayout.java | 1071 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/ |
D | ImapFolder.java | 749 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/ |
D | OmtpVvmSyncService.java | 159 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/ |
D | ImapHelper.java | 504 + quota.occupied in setQuota() 507 VoicemailStatus.edit(context, phoneAccount).setQuota(quota.occupied, quota.total).apply(); in setQuota()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|