Home | History | Annotate | Download | only in media

Lines Matching defs:Wallpaper

41  * Wallpaper picker for the camera application. This just redirects to the
44 public class Wallpaper extends Activity {
45 private static final String LOG_TAG = "Wallpaper";
64 CharSequence c = getText(Res.string.wallpaper);
65 mProgressDialog = ProgressDialog.show(Wallpaper.this, "", c, true, false);
96 Log.e(LOG_TAG, "Failed to set wallpaper.", e);
156 // The CropImage intent should be able to set the wallpaper directly
158 // it again as the final wallpaper, this is silly
159 mTempFile = getFileStreamPath("temp-wallpaper");
173 // to set the cropped image as a wallpaper directly. This means the
185 Log.e(LOG_TAG, "Failed to set wallpaper. " + "Couldn't get bitmap for path " + mTempFile);