Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditorTouchStateTest.java513 assertThat(touchState.getLastUpY(), is(lastUpY)); in assertSingleTap()
526 assertThat(touchState.getLastUpY(), is(lastUpY)); in assertDrag()
541 assertThat(touchState.getLastUpY(), is(lastUpY)); in assertMultiTap()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditorTouchState.java76 public float getLastUpY() { in getLastUpY() method in EditorTouchState
H A DEditor.java1550 return mTouchState.getLastUpY(); in getLastUpPositionY()