Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java178 private static final int MSG_REFRESH_VISIBILITY = 10011; field in WallpaperService
2148 mCaller.removeMessages(MSG_REFRESH_VISIBILITY); in handleDisplaySwitch()
2149 mCaller.sendMessageDelayed(mCaller.obtainMessage(MSG_REFRESH_VISIBILITY), in handleDisplaySwitch()
2154 mCaller.removeMessages(MSG_REFRESH_VISIBILITY); in handleDisplaySwitch()
2705 case MSG_REFRESH_VISIBILITY: in executeMessage()