HomeSort by relevance Sort by last modified time
    Searched refs:thumbs (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/java/com/android/server/am/
TaskRecord.java 372 final TaskAccessInfo thumbs = new TaskAccessInfo(); local
380 thumbs.root = ar;
381 thumbs.rootIndex = j;
384 thumbs.mainThumbnail = holder.lastThumbnail;
393 return thumbs;
397 thumbs.subtasks = subtasks;
405 thumbs.numSubThumbbails++;
414 if (thumbs.numSubThumbbails > 0) {
415 thumbs.retriever = new IThumbnailRetriever.Stub() {
418 if (index < 0 || index >= thumbs.subtasks.size())
    [all...]
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 75 final ActivityManager.TaskThumbnails thumbs, final int subIndex) {
88 if (task.id >= 0 && thumbs != null) {
89 if (subIndex < (thumbs.numSubThumbbails-1)) {
106 if (task.id >= 0 && thumbs != null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 323 NodeList thumbs = mDocument.getElementsByTagName(TAG_THUMB); local
324 if (thumbs.getLength() == 0) {
332 for (int i = 0, n = thumbs.getLength(); i < n; i++) {
333 Element thumb = (Element) thumbs.item(i);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 740 final ThumbnailCache thumbs = DocumentsApplication.getThumbnailsCache( local
1027 final ThumbnailCache thumbs = DocumentsApplication.getThumbnailsCache( local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css     [all...]

Completed in 137 milliseconds