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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotSelectorView.java56 public void updateSelection(int x, int y) { method in class:ScreenshotSelectorView
/frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
H A DEmojiInputFilter.java119 updateSelection((Spannable) result, selectionStart, selectionEnd);
125 static void updateSelection(Spannable spannable, final int start, final int end) { method in class:EmojiInputFilter
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java61 public void updateSelection(int oldSelStart, int oldSelEnd, method in interface:InputMethodSession
H A DInputMethodManager.java1627 public void updateSelection(View view, int selStart, int selEnd, method in class:InputMethodManager
1640 if (DEBUG) Log.d(TAG, "updateSelection");
1646 // Update internal values before sending updateSelection to the IME, because
1653 mCurMethod.updateSelection(oldSelStart, oldSelEnd,
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java104 mInputMethodSession.updateSelection(args.argi1, args.argi2,
170 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:IInputMethodSessionWrapper
H A DInputMethodService.java643 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:InputMethodService.InputMethodSessionImpl
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DGridModel.java274 updateSelection(computeBounds());
295 private void updateSelection(Rect rect) { method in class:GridModel
320 updateSelection(columnStart, columnEnd, rowStart, rowEnd);
327 private void updateSelection( method in class:GridModel
332 "updateSelection: %d, %d, %d, %d",
/frameworks/base/core/java/android/widget/
H A DEditor.java339 // - SelectionSpans, for which we need to call updateSelection if an IME is attached
1747 // InputMethodManager#updateSelection skips sending the message if
1749 imm.updateSelection(mTextView,
4635 protected abstract void updateSelection(int offset); method in class:Editor.HandleView
4676 updateSelection(offset);
5171 public void updateSelection(int offset) { method in class:Editor.InsertionHandleView
5276 protected void updateSelection(int offset) { method in class:Editor.SelectionHandleView
5920 updateSelection(event);
5927 updateSelection(event);
5943 private void updateSelection(MotionEven method in class:Editor.SelectionModifierCursorController
[all...]

Completed in 77 milliseconds