/packages/apps/Gallery/src/com/android/camera/gallery/ |
D | ImageListUber.java | 66 MergeSlot slot = new MergeSlot(list, i); in ImageListUber() local 67 if (slot.next()) mQueue.add(slot); in ImageListUber() 132 MergeSlot slot = nextMergeSlot(); in getImageAt() local 133 if (slot == null) return null; in getImageAt() 135 IImage result = slot.mImage; in getImageAt() 136 if (slot.next()) mQueue.add(slot); in getImageAt() 139 if (slot.next()) mQueue.add(slot); in getImageAt() 144 MergeSlot slot = mQueue.poll(); in nextMergeSlot() local 145 if (slot == null) return null; in nextMergeSlot() 146 if (slot.mListIndex == mLastListIndex) { in nextMergeSlot() [all …]
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoTable.java | 199 for (int slot = 0; slot < mOnDeck.length; slot++) { in clearSelection() 200 if (mOnDeck[slot] != null) { in clearSelection() 201 fadeAway(mOnDeck[slot], false); in clearSelection() 202 mOnDeck[slot] = null; in clearSelection() 204 if (mLoadOnDeckTasks[slot] != null && in clearSelection() 205 mLoadOnDeckTasks[slot].getStatus() != AsyncTask.Status.FINISHED) { in clearSelection() 206 mLoadOnDeckTasks[slot].cancel(true); in clearSelection() 207 mLoadOnDeckTasks[slot] = null; in clearSelection() 259 for (int slot = 0; slot < mOnDeck.length; slot++) { in promoteSelection() 260 if (mLoadOnDeckTasks[slot] != null && in promoteSelection() [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/ |
D | ClipStorage.java | 150 private Writer createWriter(int slot) throws IOException { in createWriter() argument 151 File file = toSlotDataFile(slot); in createWriter() 156 public synchronized File getFile(int slot) throws IOException { in getFile() argument 157 createSlotFileObject(slot); in getFile() 159 File primary = toSlotDataFile(slot); in getFile() 161 String linkFileName = Integer.toString(mSlots[slot].list().length); in getFile() 162 File link = new File(mSlots[slot], linkFileName); in getFile() 238 int slot = claimStorageSlot(); in persistUris() local 239 persistUris(uris, slot); in persistUris() 240 return slot; in persistUris() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalMergeAlbum.java | 126 MediaItem[] slot = new MediaItem[mSources.length]; in getMediaItem() local 132 slot[i] = mFetcher[i].getItem(subPos[i]); in getMediaItem() 140 if (slot[j] != null) { in getMediaItem() 141 if (k == -1 || mComparator.compare(slot[j], slot[k]) < 0) { in getMediaItem() 153 result.add(slot[k]); in getMediaItem() 155 slot[k] = mFetcher[k].getItem(subPos[k]); in getMediaItem()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BlobCache.java | 551 int slot = (int) (key % mMaxEntries); in lookupInternal() local 552 if (slot < 0) slot += mMaxEntries; in lookupInternal() 553 int slotBegin = slot; in lookupInternal() 555 int offset = hashStart + slot * 12; in lookupInternal() 566 if (++slot >= mMaxEntries) { in lookupInternal() 567 slot = 0; in lookupInternal() 569 if (slot == slotBegin) { in lookupInternal() 571 mIndexBuffer.putInt(hashStart + slot * 12 + 8, 0); in lookupInternal()
|
/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
D | MappedButtonConfig.java | 88 public List<Integer> getButtonsForSlot(int slot) { in getButtonsForSlot() argument 91 if (entry.getValue().getSlot() == slot) { in getButtonsForSlot() 174 static Builder builder(int slot) { 176 .setSlot(slot) 184 public abstract Builder setSlot(int slot);
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/ |
D | ClipStorageTest.java | 104 int slot = mStorage.claimStorageSlot(); in testClaimStorageSlot_NoAvailableSlot() local 105 writeAll(slot, TEST_URIS); in testClaimStorageSlot_NoAvailableSlot() 106 mStorage.getFile(slot); in testClaimStorageSlot_NoAvailableSlot() 146 private void writeAll(int slot, List<Uri> uris) { in writeAll() argument 147 mStorage.persistUris(uris, slot); in writeAll()
|
/packages/apps/Dialer/java/com/android/dialer/app/ |
D | SpecialCharSequenceMgr.java | 305 for (int slot = 0; slot < telephonyManager.getPhoneCount(); slot++) { in handleDeviceIdDisplay() 306 String deviceId = telephonyManager.getDeviceId(slot); in handleDeviceIdDisplay()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 576 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) { in handleMessage() 577 checkForSetupEvent(LANGUAGE_SELECTION_EVENT, (Bundle) msg.obj, slot); in handleMessage() 586 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage() 587 if (mStkContext[slot] != null) { in handleMessage() 588 handleIdleScreen(slot); in handleMessage()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | cs_wordlist.combined.gz |
|
D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |