OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumbView
(Results
1 - 7
of
7
) sorted by null
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java
106
* @param
thumbView
The thumbnail view to zoom in.
109
private void zoomImageFromThumb(final View
thumbView
, int imageResId) {
129
thumbView
.getGlobalVisibleRect(startBounds);
157
thumbView
.setAlpha(0f);
216
thumbView
.setAlpha(1f);
223
thumbView
.setAlpha(1f);
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectBrowser.java
98
ImageView
thumbView
= (ImageView)view.findViewById(R.id.thumbnail);
99
thumbView
.setImageBitmap(bitmap);
ObjectViewer.java
156
ImageView
thumbView
= (ImageView)findViewById(R.id.thumbnail);
157
thumbView
.setImageBitmap(bitmap);
/developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java
78
final ImageView
thumbView
= mThumbs[index];
88
thumbView
.getGlobalVisibleRect(startBounds);
180
thumbView
.setAlpha(1f);
/developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java
78
final ImageView
thumbView
= mThumbs[index];
88
thumbView
.getGlobalVisibleRect(startBounds);
180
thumbView
.setAlpha(1f);
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
UIAnimation.java
78
final ImageView
thumbView
= mThumbs[index];
88
thumbView
.getGlobalVisibleRect(startBounds);
180
thumbView
.setAlpha(1f);
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java
420
View
thumbView
= layoutView.findViewById(R.id.thumbImage);
431
layoutView.setTag(
thumbView
);
Completed in 481 milliseconds