Searched defs:isPreview (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java358 public boolean isPreview() { method in class:WallpaperService.Engine
963 int windowType, boolean isPreview, int reqWidth, int reqHeight) {
968 mIsPreview = isPreview;
1104 int windowType, boolean isPreview, int reqWidth, int reqHeight) {
1106 windowType, isPreview, reqWidth, reqHeight);
961 IWallpaperEngineWrapper(WallpaperService context, IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight) argument
1103 attach(IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight) argument

Completed in 272 milliseconds