Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DArrowKeyMovementMethod.java116 final int previousSelectionEnd = Selection.getSelectionEnd(buffer); in pageUp() local
122 if (Selection.getSelectionEnd(buffer) == previousSelectionEnd) { in pageUp()
140 final int previousSelectionEnd = Selection.getSelectionEnd(buffer); in pageDown() local
146 if (Selection.getSelectionEnd(buffer) == previousSelectionEnd) { in pageDown()