Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java4198 final float xCursorPosition = getXCursorPosition(); in getXDispatchLocation() local
4199 if (xCursorPosition != INVALID_CURSOR_POSITION) { in getXDispatchLocation()
4200 return xCursorPosition; in getXDispatchLocation()