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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3096 private final static int MSG_DISPATCH_DRAG_EVENT = 15; field in class:ViewRootImpl
3138 case MSG_DISPATCH_DRAG_EVENT:
3139 return "MSG_DISPATCH_DRAG_EVENT";
3359 case MSG_DISPATCH_DRAG_EVENT:
6123 what = MSG_DISPATCH_DRAG_EVENT;

Completed in 21 milliseconds