Home
last modified time | relevance | path

Searched refs:cropAndSetWallpaperIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DWallpaper.java102 Intent cropAndSetWallpaperIntent; in onResume() local
106 cropAndSetWallpaperIntent = wpm.getCropAndSetWallpaperIntent(mPickedItem); in onResume()
107 startActivity(cropAndSetWallpaperIntent); in onResume()
122 cropAndSetWallpaperIntent = new Intent(CropActivity.CROP_ACTION) in onResume()
135 startActivity(cropAndSetWallpaperIntent); in onResume()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DStandalonePreviewActivity.java55 Intent cropAndSetWallpaperIntent = getIntent(); in onCreate() local
56 Uri imageUri = cropAndSetWallpaperIntent.getData(); in onCreate()