/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperListAdapter.java | 31 import android.service.wallpaper.WallpaperService; 66 new Intent(WallpaperService.SERVICE_INTERFACE), 188 wallpaper.intent = new Intent(WallpaperService.SERVICE_INTERFACE);
|
/frameworks/base/core/java/android/app/ |
WallpaperInfo.java | 36 import android.service.wallpaper.WallpaperService; 95 parser = si.loadXmlMetaData(pm, WallpaperService.SERVICE_META_DATA); 98 + WallpaperService.SERVICE_META_DATA + " meta-data");
|
WallpaperManager.java | 413 Log.w(TAG, "WallpaperService not running"); 643 Log.w(TAG, "WallpaperService not running"); 720 Log.w(TAG, "WallpaperService not running"); 759 Log.w(TAG, "WallpaperService not running"); 798 Log.w(TAG, "WallpaperService not running"); 836 Log.w(TAG, "WallpaperService not running"); [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/ |
WalkAroundWallpaper.java | 19 import android.service.wallpaper.WallpaperService; 31 public class WalkAroundWallpaper extends WallpaperService {
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/ |
Visualization1.java | 27 import android.service.wallpaper.WallpaperService; 34 public class Visualization1 extends WallpaperService {
|
/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperService.java | 69 public abstract class WallpaperService extends Service { 78 "android.service.wallpaper.WallpaperService"; 81 * Name under which a WallpaperService component publishes information 88 static final String TAG = "WallpaperService"; 119 * instance. You must implement {@link WallpaperService#onCreateEngine()} 611 mLayout.setTitle(WallpaperService.this.getClass().getName()); [all...] |
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
CubeWallpaper1.java | 24 import android.service.wallpaper.WallpaperService; 32 public class CubeWallpaper1 extends WallpaperService {
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
CubeWallpaper2.java | 25 import android.service.wallpaper.WallpaperService; 35 public class CubeWallpaper2 extends WallpaperService {
|
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
methods_index_additions.html | 178 <nobr><A HREF="android.service.wallpaper.WallpaperService.Engine.html#android.service.wallpaper.WallpaperService.Engine.setOffsetNotificationsEnabled_added(boolean)" class="hiddenlink" target="rightframe"><b>setOffsetNotificationsEnabled</b>
|
methods_index_all.html | 182 <nobr><A HREF="android.service.wallpaper.WallpaperService.Engine.html#android.service.wallpaper.WallpaperService.Engine.setOffsetNotificationsEnabled_added(boolean)" class="hiddenlink" target="rightframe"><b>setOffsetNotificationsEnabled</b>
|
alldiffs_index_changes.html | 365 <!-- Class WallpaperService.Engine --> 382 <A HREF="android.service.wallpaper.WallpaperService.Engine.html" class="hiddenlink" target="rightframe">WallpaperService.Engine</A><br>
|
classes_index_changes.html | 289 <A HREF="android.service.wallpaper.WallpaperService.Engine.html" class="hiddenlink" target="rightframe">WallpaperService.Engine</A><br>
|
jdiff_statistics.html | 327 <TD><A HREF="android.service.wallpaper.WallpaperService.Engine.html"> 328 android.service.wallpaper.WallpaperService.Engine</A></TD>
|
alldiffs_index_all.html | [all...] |
classes_index_all.html | 331 <A HREF="android.service.wallpaper.WallpaperService.Engine.html" class="hiddenlink" target="rightframe">WallpaperService.Engine</A><br>
|
alldiffs_index_additions.html | 525 <nobr><A HREF="android.service.wallpaper.WallpaperService.Engine.html#android.service.wallpaper.WallpaperService.Engine.setOffsetNotificationsEnabled_added(boolean)" class="hiddenlink" target="rightframe"><b>setOffsetNotificationsEnabled</b> [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/ |
PolarClockWallpaper.java | 19 import android.service.wallpaper.WallpaperService; 48 public class PolarClockWallpaper extends WallpaperService {
|
/frameworks/base/services/java/com/android/server/ |
WallpaperManagerService.java | 62 import android.service.wallpaper.WallpaperService; 89 static final String TAG = "WallpaperService"; 439 if (DEBUG) Slog.v(TAG, "WallpaperService startup"); [all...] |
SystemServer.java | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ImageWallpaper.java | 37 import android.service.wallpaper.WallpaperService; 59 public class ImageWallpaper extends WallpaperService {
|
/frameworks/base/docs/html/about/versions/ |
android-2.2.jd | 241 <li><code>android.permission.BIND_WALLPAPER</code> — Any {@link android.service.wallpaper.WallpaperService} must require this permission, to ensure that only the system can interact with it.</li>
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
classes_index_changes.html | [all...] |
jdiff_statistics.html | 1045 <TD><A HREF="android.service.wallpaper.WallpaperService.Engine.html"> 1046 android.service.wallpaper.WallpaperService.Engine</A></TD> [all...] |
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
classes_index_changes.html | [all...] |
jdiff_statistics.html | 983 <TD><A HREF="android.service.wallpaper.WallpaperService.Engine.html"> 984 android.service.wallpaper.WallpaperService.Engine</A></TD> [all...] |