Home
last modified time | relevance | path

Searched refs:descriptions (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentTasksLoader.java253 private void loadThumbnailsInBackground(final ArrayList<TaskDescription> descriptions) { in loadThumbnailsInBackground() argument
254 if (descriptions.size() > 0) { in loadThumbnailsInBackground()
255 if (DEBUG) Log.v(TAG, "Showing " + descriptions.size() + " tasks"); in loadThumbnailsInBackground()
256 loadThumbnail(descriptions.get(0)); in loadThumbnailsInBackground()
257 if (descriptions.size() > 1) { in loadThumbnailsInBackground()
261 final TaskDescription td = descriptions.get(values[0]); in loadThumbnailsInBackground()
281 for (int i=1; i<descriptions.size(); i++) { in loadThumbnailsInBackground()
282 TaskDescription td = descriptions.get(i); in loadThumbnailsInBackground()
/frameworks/base/drm/java/android/drm/
DDrmManagerClient.java302 ArrayList<String> descriptions = new ArrayList<String>(); in getAvailableDrmEngines() local
305 descriptions.add(supportInfos[i].getDescriprition()); in getAvailableDrmEngines()
308 String[] drmEngines = new String[descriptions.size()]; in getAvailableDrmEngines()
309 return descriptions.toArray(drmEngines); in getAvailableDrmEngines()
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd71 For more information on these types of patterns, see the descriptions of
Dpath-permission-element.jd67 For more information on these types of patterns, see the descriptions of
Ddata-element.jd120 For more information on these three types of patterns, see the descriptions of
/frameworks/base/core/java/android/os/
DBatteryStats.java1952 … void printBitDescriptions(PrintWriter pw, int oldval, int newval, BitDescription[] descriptions) { in printBitDescriptions() argument
1955 for (int i=0; i<descriptions.length; i++) { in printBitDescriptions()
1956 BitDescription bd = descriptions[i]; in printBitDescriptions()
/frameworks/base/docs/html/videos/
Dindex.jd223 /* Reveal and hide the long/short descriptions for a video in the playlist
/frameworks/base/docs/html/guide/topics/ui/
Ddeclaring-layout.jd59 …of your application from the code that controls its behavior. Your UI descriptions are external to…
/frameworks/base/docs/html/guide/practices/design/
Daccessibility.jd11 using a directional controller and your widgets provide content descriptions</li>
/frameworks/base/docs/html/sdk/
Declipse-adt.jd935 render on different devices. Default device descriptions include ADP1
936 and Google Ion, while SDK add-ons can also provide new descriptions.
937 A new UI allows you to create custom descriptions.</li>
Dandroid-4.0.jd796 screen to hear voice descriptions of the content. Because the explore-by-touch mode works like a
/frameworks/base/docs/html/resources/articles/
Dcontacts.jd323 descriptions.</li>
/frameworks/base/docs/html/guide/topics/clipboard/
Dcopy-paste.jd690 provide file streams. The descriptions assume that you are familiar with the general principles
/frameworks/base/docs/html/guide/topics/intents/
Dintents-filters.jd232 that should handle the intent. Any number of category descriptions can be