Home
last modified time | relevance | path

Searched refs:MSG_POINTER_CAPTURE_CHANGED (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java4336 private static final int MSG_POINTER_CAPTURE_CHANGED = 28; field in ViewRootImpl
4392 case MSG_POINTER_CAPTURE_CHANGED: in getMessageName()
4627 case MSG_POINTER_CAPTURE_CHANGED: { in handleMessage()
7910 final int what = MSG_POINTER_CAPTURE_CHANGED; in dispatchPointerCaptureChanged()