Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityInputMethodSessionWrapper.java53 doUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in updateSelection()
56 mHandler.post(() -> doUpdateSelection(oldSelStart, oldSelEnd, newSelStart, in updateSelection()
61 private void doUpdateSelection(int oldSelStart, int oldSelEnd, in doUpdateSelection() method in AccessibilityInputMethodSessionWrapper