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

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java100 private static final int MSG_WINDOW_MOVED = 10035; field in class:WallpaperService
265 Message msg = mCaller.obtainMessageII(MSG_WINDOW_MOVED, newX, newY);
1069 case MSG_WINDOW_MOVED: {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2748 private final static int MSG_WINDOW_MOVED = 25; field in class:ViewRootImpl
2800 case MSG_WINDOW_MOVED:
2801 return "MSG_WINDOW_MOVED";
2866 case MSG_WINDOW_MOVED:
4193 Message msg = mHandler.obtainMessage(MSG_WINDOW_MOVED, newX, newY);

Completed in 94 milliseconds