Searched refs:thumbs (Results 1 – 2 of 2) sorted by relevance
220 ImageView[] thumbs = new ImageView[3]; in start() local222 thumbs[i] = (ImageView) findViewById(thumbResources[i]); in start()227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration, in start()
46 public UIAnimation(View containerView, ImageView[] thumbs, ImageView expandedView, in UIAnimation() argument49 mThumbs = thumbs; in UIAnimation()