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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3097 private final static int MSG_DISPATCH_DRAG_LOCATION_EVENT = 16; field in class:ViewRootImpl
3140 case MSG_DISPATCH_DRAG_LOCATION_EVENT:
3141 return "MSG_DISPATCH_DRAG_LOCATION_EVENT";
3360 case MSG_DISPATCH_DRAG_LOCATION_EVENT: {
6120 what = MSG_DISPATCH_DRAG_LOCATION_EVENT;

Completed in 386 milliseconds