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/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 37 * Wallpaper picker for the gallery application. This just redirects to the
40 public class Wallpaper extends Activity {
42 private static final String TAG = "Wallpaper";

Completed in 210 milliseconds