Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java1229 private MotionEvent mPointerIconEvent = null; field in ViewRootImpl
6937 if (mPointerIconEvent == null) { in handleMessageImpl()
6940 updatePointerIcon(mPointerIconEvent); in handleMessageImpl()
8011 if (mPointerIconEvent != null) { in maybeUpdatePointerIcon()
8012 mPointerIconEvent.recycle(); in maybeUpdatePointerIcon()
8014 mPointerIconEvent = null; in maybeUpdatePointerIcon()
8017 mPointerIconEvent = MotionEvent.obtain(event); in maybeUpdatePointerIcon()