Home
last modified time | relevance | path

Searched refs:CropActivity (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DWallpaper.java31 import com.android.gallery3d.filtershow.crop.CropActivity;
122 cropAndSetWallpaperIntent = new Intent(CropActivity.CROP_ACTION) in onResume()
123 .setClass(this, CropActivity.class) in onResume()
DAlbumPage.java42 import com.android.gallery3d.filtershow.crop.CropActivity;
321 Intent intent = new Intent(CropActivity.CROP_ACTION, uri) in onGetContent()
DPhotoPage.java62 import com.android.gallery3d.filtershow.crop.CropActivity;
1047 Intent intent = new Intent(CropActivity.CROP_ACTION); in onItemSelected()
1048 intent.setClass(activity, CropActivity.class); in onItemSelected()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetConfigure.java38 import com.android.gallery3d.filtershow.crop.CropActivity;
152 Intent request = new Intent(CropActivity.CROP_ACTION, mPickedItem) in setChoosenPhoto()
/packages/apps/Gallery2/src/com/android/photos/
DMultiChoiceManager.java38 import com.android.gallery3d.filtershow.crop.CropActivity;
243 .setAction(CropActivity.CROP_ACTION) in singleItemAction()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DMenuExecutor.java40 import com.android.gallery3d.filtershow.crop.CropActivity;
243 Intent intent = getIntentBySingleSelectedPath(CropActivity.CROP_ACTION); in onMenuClicked()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java60 public class CropActivity extends Activity { class