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()
59 import com.android.gallery3d.filtershow.crop.CropActivity;1020 Intent intent = new Intent(CropActivity.CROP_ACTION); in onItemSelected()1021 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;240 .setAction(CropActivity.CROP_ACTION) in singleItemAction()
40 import com.android.gallery3d.filtershow.crop.CropActivity;241 Intent intent = getIntentBySingleSelectedPath(CropActivity.CROP_ACTION); in onMenuClicked()
60 public class CropActivity extends Activity { class