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 357 final TaskAccessInfo thumbs = new TaskAccessInfo(); local
365 thumbs.root = ar;
366 thumbs.rootIndex = j;
369 thumbs.mainThumbnail = holder.lastThumbnail;
378 return thumbs;
382 thumbs.subtasks = subtasks;
390 thumbs.numSubThumbbails++;
399 if (thumbs.numSubThumbbails > 0) {
400 thumbs.retriever = new IThumbnailRetriever.Stub() {
403 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 161 milliseconds