/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 139 final Collection<DownloadInfo> cluster = clustered.get(tag); in updateWithLocked() local 169 getDownloadIds(cluster)); in updateWithLocked() 175 final DownloadInfo info = cluster.iterator().next(); in updateWithLocked() 193 getDownloadIds(cluster)); in updateWithLocked() 210 for (DownloadInfo info : cluster) { in updateWithLocked() 237 if (cluster.size() == 1) { in updateWithLocked() 238 final DownloadInfo info = cluster.iterator().next(); in updateWithLocked() 268 for (DownloadInfo info : cluster) { in updateWithLocked() 274 R.plurals.notif_summary_active, cluster.size(), cluster.size())); in updateWithLocked() 281 R.plurals.notif_summary_waiting, cluster.size(), cluster.size())); in updateWithLocked()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | FaceClustering.java | 106 FaceCluster cluster = map.get(face); in run() 107 if (cluster == null) { in run() 108 cluster = new FaceCluster(face.getName()); in run() 109 map.put(face, cluster); in run() 111 cluster.add(item, j); in run()
|
D | LocationClustering.java | 123 for (ArrayList<SmallItem> cluster : clusters) { in run() 124 String name = generateName(cluster, geocoder); in run() 127 mClusters.add(cluster); in run() 130 withoutLatLong.addAll(cluster); in run()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 1826 ViewCluster cluster = new ViewCluster(views, currentState); in pushViewsToTempLocation() local 1827 Rect clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() 1867 cluster.sortConfigurationForEdgePush(whichEdge); in pushViewsToTempLocation() 1874 if (!cluster.views.contains(v) && v != dragView) { in pushViewsToTempLocation() 1875 if (cluster.isViewTouchingEdge(v, whichEdge)) { in pushViewsToTempLocation() 1882 cluster.addView(v); in pushViewsToTempLocation() 1894 cluster.shift(whichEdge, 1); in pushViewsToTempLocation() 1898 clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() 1910 for (View v: cluster.views) { in pushViewsToTempLocation()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz |
|
D | cs_wordlist.combined.gz |
|
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | nl_wordlist.combined.gz |
|
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1355802836, ... |
D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1357618222, ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1355802836, ... |
D | de_wordlist.combined.gz |
|