HomeSort by relevance Sort by last modified time
    Searched refs:cropAndSetWallpaperIntent (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 102 Intent cropAndSetWallpaperIntent;
106 cropAndSetWallpaperIntent = wpm.getCropAndSetWallpaperIntent(mPickedItem);
107 startActivity(cropAndSetWallpaperIntent);
122 cropAndSetWallpaperIntent = new Intent(CropActivity.CROP_ACTION)
135 startActivity(cropAndSetWallpaperIntent);
  /frameworks/base/core/java/android/app/
WallpaperManager.java     [all...]

Completed in 75 milliseconds