HomeSort by relevance Sort by last modified time
    Searched defs:Wallpaper (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
Wallpaper.java 24 * Wallpaper picker for the camera application. This just redirects to the
27 public class Wallpaper extends NoSearchActivity {
29 private static final String TAG = "Wallpaper";
  /development/samples/Home/src/com/example/android/home/
Wallpaper.java 37 * Wallpaper picker for the Home application. User can choose from
40 public class Wallpaper extends Activity implements
65 setContentView(R.layout.wallpaper);
89 * the onTouchEvent causing the wallpaper to be set twice. Synchronize this
90 * method and ensure we only set the wallpaper once.
103 Log.e(LOG_TAG, "Failed to set wallpaper " + e);
  /packages/apps/Gallery3D/src/com/cooliris/media/
Wallpaper.java 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 th
    [all...]

Completed in 156 milliseconds