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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3382 private final static int MSG_DISPATCH_DRAG_LOCATION_EVENT = 16; field in class:ViewRootImpl
3424 case MSG_DISPATCH_DRAG_LOCATION_EVENT:
3425 return "MSG_DISPATCH_DRAG_LOCATION_EVENT";
3665 case MSG_DISPATCH_DRAG_LOCATION_EVENT: {
6572 what = MSG_DISPATCH_DRAG_LOCATION_EVENT;

Completed in 24 milliseconds