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

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java110 private static final int MSG_WINDOW_MOVED = 10035; field in class:WallpaperService
276 Message msg = mCaller.obtainMessageII(MSG_WINDOW_MOVED, newX, newY);
1199 case MSG_WINDOW_MOVED: {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3104 private final static int MSG_WINDOW_MOVED = 24; field in class:ViewRootImpl
3152 case MSG_WINDOW_MOVED:
3153 return "MSG_WINDOW_MOVED";
3223 case MSG_WINDOW_MOVED:
5620 Message msg = mHandler.obtainMessage(MSG_WINDOW_MOVED, newX, newY);

Completed in 518 milliseconds