Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java769 transition.collect(mFindResults.mTopWallpaper.mTopShowWhenLockedWallpaper.mToken); in collectTopWallpapers()
771 transition.collect(mFindResults.mTopWallpaper.mTopShowWhenLockedWallpaper); in collectTopWallpapers()
1193 WindowState mTopShowWhenLockedWallpaper = null; field in WallpaperController.FindWallpaperTargetResult.TopWallpaper
1197 mTopShowWhenLockedWallpaper = null; in reset()
1216 if (mTopWallpaper.mTopShowWhenLockedWallpaper != win) { in setTopShowWhenLockedWallpaper()
1218 win, mTopWallpaper.mTopShowWhenLockedWallpaper); in setTopShowWhenLockedWallpaper()
1220 mTopWallpaper.mTopShowWhenLockedWallpaper = win; in setTopShowWhenLockedWallpaper()
1228 return mTopWallpaper.mTopShowWhenLockedWallpaper != null; in hasTopShowWhenLockedWallpaper()
1235 return mTopWallpaper.mTopShowWhenLockedWallpaper; in getTopWallpaper()