OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_VIEW_IMAGE
(Results
1 - 3
of
3
) sorted by null
/development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java
35
public static final String
ACTION_VIEW_IMAGE
=
36
"com.example.android.threadsample.
ACTION_VIEW_IMAGE
";
DisplayActivity.java
196
// One filter is for the action
ACTION_VIEW_IMAGE
198
Constants.
ACTION_VIEW_IMAGE
);
416
if (intent.getAction().equals(Constants.
ACTION_VIEW_IMAGE
)) {
PhotoThumbnailFragment.java
291
new Intent(Constants.
ACTION_VIEW_IMAGE
)
Completed in 95 milliseconds