Home
last modified time | relevance | path

Searched refs:thumbView (Results 1 – 3 of 3) sorted by relevance

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DZoomActivity.java109 private void zoomImageFromThumb(final View thumbView, int imageResId) { in zoomImageFromThumb() argument
129 thumbView.getGlobalVisibleRect(startBounds); in zoomImageFromThumb()
157 thumbView.setAlpha(0f); in zoomImageFromThumb()
216 thumbView.setAlpha(1f); in zoomImageFromThumb()
223 thumbView.setAlpha(1f); in zoomImageFromThumb()
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DUIAnimation.java78 final ImageView thumbView = mThumbs[index]; in zoomImageFromThumb() local
88 thumbView.getGlobalVisibleRect(startBounds); in zoomImageFromThumb()
180 thumbView.setAlpha(1f); in zoomImageFromThumb()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoThumbnailFragment.java420 View thumbView = layoutView.findViewById(R.id.thumbImage); in newView() local
431 layoutView.setTag(thumbView); in newView()