OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Wallpaper
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
PickWallpaper.java
20
*
Wallpaper
picker for the camera application.
23
public class PickWallpaper extends
Wallpaper
{
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
26
*
Wallpaper
picker for the gallery application. This just redirects to the
29
public class
Wallpaper
extends Activity {
31
private static final String TAG = "
Wallpaper
";
/frameworks/base/core/java/android/app/
WallpaperInfo.java
36
import android.service.
wallpaper
.WallpaperService;
44
* This class is used to specify meta information of a
wallpaper
service.
50
* The Service that implements this
wallpaper
component.
55
* The
wallpaper
setting activity's name, to
56
* launch the setting activity of this
wallpaper
.
61
* Resource identifier for this
wallpaper
's thumbnail image.
66
* Resource identifier for a string indicating the author of the
wallpaper
.
71
* Resource identifier for a string containing a short description of the
wallpaper
.
78
* @param context The Context in which we are parsing the
wallpaper
.
80
* this
wallpaper
's component
[
all
...]
Completed in 151 milliseconds