Searched refs:CropActivity (Results 1 – 7 of 7) sorted by relevance
31 import com.android.gallery3d.filtershow.crop.CropActivity;122 cropAndSetWallpaperIntent = new Intent(CropActivity.CROP_ACTION) in onResume()123 .setClass(this, CropActivity.class) in onResume()
42 import com.android.gallery3d.filtershow.crop.CropActivity;321 Intent intent = new Intent(CropActivity.CROP_ACTION, uri) in onGetContent()
62 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()
38 import com.android.gallery3d.filtershow.crop.CropActivity;152 Intent request = new Intent(CropActivity.CROP_ACTION, mPickedItem) in setChoosenPhoto()
38 import com.android.gallery3d.filtershow.crop.CropActivity;243 .setAction(CropActivity.CROP_ACTION) in singleItemAction()
40 import com.android.gallery3d.filtershow.crop.CropActivity;243 Intent intent = getIntentBySingleSelectedPath(CropActivity.CROP_ACTION); in onMenuClicked()
60 public class CropActivity extends Activity { class