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

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java108 private static final int MSG_VISIBILITY_CHANGED = 10010; field in class:WallpaperService
329 Message msg = mCaller.obtainMessageI(MSG_VISIBILITY_CHANGED,
1280 Message msg = mCaller.obtainMessageI(MSG_VISIBILITY_CHANGED,
1366 case MSG_VISIBILITY_CHANGED:

Completed in 187 milliseconds