Searched refs:mWallpaperConnection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java169 WallpaperConnection mWallpaperConnection; field in class:WallpaperManagerService
186 if (mWallpaperConnection == this) {
203 if (mWallpaperConnection == this) {
220 if (mWallpaperConnection == this) {
401 if (mWallpaperConnection != null) {
402 if (mWallpaperConnection.mEngine != null) {
404 mWallpaperConnection.mEngine.setDesiredSize(
451 if (mWallpaperConnection != null) {
452 return mWallpaperConnection.mInfo;
515 if (mWallpaperConnection !
[all...]

Completed in 48 milliseconds