Searched defs:getSelectionStart (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorDisplay.java115 int cursor = editor.getSelectionStart();
151 int getSelectionStart() { method in class:CalculatorDisplay
153 return text.getSelectionStart();

Completed in 63 milliseconds