Home
last modified time | relevance | path

Searched refs:cropAndSetWallpaperIntent (Results 1 – 1 of 1) 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()