OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:previousselectionend
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java
115
final int
previousSelectionEnd
= Selection.getSelectionEnd(buffer);
121
if (Selection.getSelectionEnd(buffer) ==
previousSelectionEnd
) {
139
final int
previousSelectionEnd
= Selection.getSelectionEnd(buffer);
145
if (Selection.getSelectionEnd(buffer) ==
previousSelectionEnd
) {
Completed in 43 milliseconds