Searched defs:updateSelection (Results 1 - 7 of 7) 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/android/support/text/emoji/widget/
H A DEmojiInputFilter.java117 updateSelection((Spannable) result, selectionStart, selectionEnd);
123 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.java1590 public void updateSelection(View view, int selStart, int selEnd, method in class:InputMethodManager
1603 if (DEBUG) Log.d(TAG, "updateSelection");
1609 // Update internal values before sending updateSelection to the IME, because
1616 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.java544 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
H A DEditor.java287 // - SelectionSpans, for which we need to call updateSelection if an IME is attached
1632 // InputMethodManager#updateSelection skips sending the message if
1634 imm.updateSelection(mTextView,
4352 protected abstract void updateSelection(int offset); method in class:Editor.HandleView
4390 updateSelection(offset);
4720 public void updateSelection(int offset) { method in class:Editor.InsertionHandleView
4814 protected void updateSelection(int offset) { method in class:Editor.SelectionHandleView
5437 updateSelection(event);
5444 updateSelection(event);
5460 private void updateSelection(MotionEven method in class:Editor.SelectionModifierCursorController
[all...]

Completed in 237 milliseconds