Home
last modified time | relevance | path

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

/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DSampleInputMethodAccessibilityService.java68 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()
DEventMonitor.java69 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection() argument
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java314 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, in onUpdateSelection() argument
317 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection()