Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java1249 private MotionEvent mPointerIconEvent = null; field in ViewRootImpl
7193 if (mPointerIconEvent == null) { in handleMessageImpl()
7196 updatePointerIcon(mPointerIconEvent); in handleMessageImpl()
8302 if (mPointerIconEvent != null) { in maybeUpdatePointerIcon()
8303 mPointerIconEvent.recycle(); in maybeUpdatePointerIcon()
8305 mPointerIconEvent = null; in maybeUpdatePointerIcon()
8308 mPointerIconEvent = MotionEvent.obtain(event); in maybeUpdatePointerIcon()