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

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
IconHelper.java 166 final ThumbnailCache thumbs = DocumentsApplication.getThumbnailsCache( local
168 thumbs.put(mUri, result);
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 220 ImageView[] thumbs = new ImageView[3]; local
222 thumbs[i] = (ImageView) findViewById(thumbResources[i]);
227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration,
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 220 ImageView[] thumbs = new ImageView[3]; local
222 thumbs[i] = (ImageView) findViewById(thumbResources[i]);
227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration,
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java 220 ImageView[] thumbs = new ImageView[3]; local
222 thumbs[i] = (ImageView) findViewById(thumbResources[i]);
227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 358 NodeList thumbs = mDocument.getElementsByTagName(TAG_THUMB); local
359 if (thumbs.getLength() == 0) {
367 for (int i = 0, n = thumbs.getLength(); i < n; i++) {
368 Element thumb = (Element) thumbs.item(i);

Completed in 193 milliseconds