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 680 Intent cropAndSetWallpaperIntent =
682 cropAndSetWallpaperIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
689 cropAndSetWallpaperIntent.setPackage(resolvedHome.activityInfo.packageName);
692 cropAndSetWallpaperIntent, 0);
694 return cropAndSetWallpaperIntent;
699 cropAndSetWallpaperIntent.setPackage("com.android.wallpapercropper");
701 cropAndSetWallpaperIntent, 0);
703 return cropAndSetWallpaperIntent;
    [all...]

Completed in 572 milliseconds