Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DConstants.java38 public static final String ACTION_ZOOM_IMAGE = field in Constants
DPhotoFragment.java86 Intent localIntent = new Intent(Constants.ACTION_ZOOM_IMAGE); in onClick()
DDisplayActivity.java209 displayerIntentFilter = new IntentFilter(Constants.ACTION_ZOOM_IMAGE);
487 } else if (intent.getAction().equals(Constants.ACTION_ZOOM_IMAGE)) {