Home
last modified time | relevance | path

Searched refs:thumbs (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DMainActivity.java220 ImageView[] thumbs = new ImageView[3]; in start() local
222 thumbs[i] = (ImageView) findViewById(thumbResources[i]); in start()
227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration, in start()
DUIAnimation.java46 public UIAnimation(View containerView, ImageView[] thumbs, ImageView expandedView, in UIAnimation() argument
49 mThumbs = thumbs; in UIAnimation()