Home
last modified time | relevance | path

Searched refs:WallpaperService (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wallpaper/
DWallpaperServiceTests.java26 import android.service.wallpaper.WallpaperService;
57 WallpaperService service = new WallpaperService() { in testNotifyColorsChanged_rateLimit()
60 return new WallpaperService.Engine(clockFunction, handler) { in testNotifyColorsChanged_rateLimit()
69 WallpaperService.Engine engine = service.onCreateEngine(); in testNotifyColorsChanged_rateLimit()
/frameworks/base/tests/Internal/src/android/service/wallpaper/
DWallpaperServiceTest.java36 WallpaperService service = new WallpaperService() { in testDeliversAmbientModeChanged()
47 WallpaperService.Engine engine = service.onCreateEngine(); in testDeliversAmbientModeChanged()
/frameworks/base/tests/Internal/src/stub/
DDummyWallpaperService.java19 import android.service.wallpaper.WallpaperService;
24 public class DummyWallpaperService extends WallpaperService {
/frameworks/base/tests/Internal/src/android/app/
DWallpaperInfoTest.java28 import android.service.wallpaper.WallpaperService;
50 Intent intent = new Intent(WallpaperService.SERVICE_INTERFACE); in testSupportsAmbientMode()
74 Intent intent = new Intent(WallpaperService.SERVICE_INTERFACE); in testGetSettingsSliceUri()
/frameworks/base/core/java/android/app/
DWallpaperInfo.java37 import android.service.wallpaper.WallpaperService;
102 parser = si.loadXmlMetaData(pm, WallpaperService.SERVICE_META_DATA); in WallpaperInfo()
105 + WallpaperService.SERVICE_META_DATA + " meta-data"); in WallpaperInfo()
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java19 import android.service.wallpaper.WallpaperService;
34 public class TestWallpaper extends WallpaperService {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java25 import android.service.wallpaper.WallpaperService;
47 public class ImageWallpaper extends WallpaperService {
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java87 public abstract class WallpaperService extends Service { class
819 mLayout.setTitle(WallpaperService.this.getClass().getName()); in updateSurface()
1317 IWallpaperEngineWrapper(WallpaperService context, in IWallpaperEngineWrapper()
1515 private final WallpaperService mTarget;
1518 public IWallpaperServiceWrapper(WallpaperService context) { in IWallpaperServiceWrapper()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java84 import android.service.wallpaper.WallpaperService;
2644 Intent intent = new Intent(WallpaperService.SERVICE_INTERFACE); in bindWallpaperComponentLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64764 Landroid/service/wallpaper/WallpaperService$Engine$WallpaperInputEventReceiver;->onInputEvent(Landr…
64765 Landroid/service/wallpaper/WallpaperService$Engine;->attach(Landroid/service/wallpaper/WallpaperSer…
64766 Landroid/service/wallpaper/WallpaperService$Engine;->detach()V
64767 Landroid/service/wallpaper/WallpaperService$Engine;->dispatchPointer(Landroid/view/MotionEvent;)V
64768 Landroid/service/wallpaper/WallpaperService$Engine;->doAmbientModeChanged(ZZ)V
64769 Landroid/service/wallpaper/WallpaperService$Engine;->doCommand(Landroid/service/wallpaper/Wallpaper…
64770 Landroid/service/wallpaper/WallpaperService$Engine;->doDesiredSizeChanged(II)V
64771 Landroid/service/wallpaper/WallpaperService$Engine;->doDisplayPaddingChanged(Landroid/graphics/Rect…
64772 Landroid/service/wallpaper/WallpaperService$Engine;->doOffsetsChanged(Z)V
64773 Landroid/service/wallpaper/WallpaperService$Engine;->doVisibilityChanged(Z)V
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27210 public abstract class WallpaperService extends android.app.Service {
27211 ctor public WallpaperService();
27213 method public abstract android.service.wallpaper.WallpaperService.Engine onCreateEngine();
27214 …lic static final java.lang.String SERVICE_INTERFACE = "android.service.wallpaper.WallpaperService";
27218 public class WallpaperService.Engine {
27219 ctor public WallpaperService.Engine();
/frameworks/base/api/
Dsystem-current.txt7637 public class WallpaperService.Engine {
Dcurrent.txt42520 public abstract class WallpaperService extends android.app.Service {
42521 ctor public WallpaperService();
42523 method public abstract android.service.wallpaper.WallpaperService.Engine onCreateEngine();
42524 … field public static final String SERVICE_INTERFACE = "android.service.wallpaper.WallpaperService";
42528 public class WallpaperService.Engine {
42529 ctor public WallpaperService.Engine();
/frameworks/base/non-updatable-api/
Dsystem-current.txt7535 public class WallpaperService.Engine {
Dcurrent.txt42376 public abstract class WallpaperService extends android.app.Service {
42377 ctor public WallpaperService();
42379 method public abstract android.service.wallpaper.WallpaperService.Engine onCreateEngine();
42380 … field public static final String SERVICE_INTERFACE = "android.service.wallpaper.WallpaperService";
42384 public class WallpaperService.Engine {
42385 ctor public WallpaperService.Engine();