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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2354 public final static int DISPATCH_GENERIC_MOTION = 1018; field in class:ViewRootImpl
2401 case DISPATCH_GENERIC_MOTION:
2402 return "DISPATCH_GENERIC_MOTION";
2471 case DISPATCH_GENERIC_MOTION:
3918 Message msg = obtainMessage(DISPATCH_GENERIC_MOTION);

Completed in 36 milliseconds