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

  /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,
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
PlaybackTransportRowPresenterTest.java 138 void verifyAtHeroIndex(long[] positions, int heroIndex, Bitmap[] thumbs) {
141 if (thumbs != null) {
144 verifyThumbBitmaps(thumbs, start, end,
150 void verifyThumbBitmaps(Bitmap[] thumbs, int start, int end,
154 assertSame(thumbs[i], thumbsBar.getThumbBitmap(childStart + (i - start)));
628 final Bitmap[] thumbs = new Bitmap[101]; local
630 thumbs[i] = Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888);
635 callback.onThumbnailLoaded(thumbs[index], index);
644 verifyAtHeroIndex(positions, 1, thumbs);
  /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);
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 

Completed in 145 milliseconds