HomeSort by relevance Sort by last modified time
    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