Searched refs:oldSelStart (Results 1 – 3 of 3) sorted by relevance
/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/ |
D | SampleInputMethodAccessibilityService.java | 68 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection() argument 70 Log.d(TAG, String.format("onUpdateSelection(%d,%d,%d,%d,%d,%d)", oldSelStart, oldSelEnd, in onUpdateSelection() 72 mEventMonitor.onUpdateSelection(oldSelStart, oldSelEnd, in onUpdateSelection()
|
D | EventMonitor.java | 69 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection() argument
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | SoftKeyboard.java | 314 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, in onUpdateSelection() argument 317 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection()
|