OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_ZOOM_IMAGE
(Results
1 - 3
of
3
) sorted by null
/development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java
38
public static final String
ACTION_ZOOM_IMAGE
=
39
"com.example.android.threadsample.
ACTION_ZOOM_IMAGE
";
PhotoFragment.java
86
Intent localIntent = new Intent(Constants.
ACTION_ZOOM_IMAGE
);
DisplayActivity.java
208
// Creates a second filter for
ACTION_ZOOM_IMAGE
209
displayerIntentFilter = new IntentFilter(Constants.
ACTION_ZOOM_IMAGE
);
487
} else if (intent.getAction().equals(Constants.
ACTION_ZOOM_IMAGE
)) {
Completed in 83 milliseconds