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/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java61 public void updateSelection(int oldSelStart, int oldSelEnd, method in interface:InputMethodSession
H A DInputMethodManager.java1556 public void updateSelection(View view, int selStart, int selEnd, method in class:InputMethodManager
1569 if (DEBUG) Log.d(TAG, "updateSelection");
1575 // Update internal values before sending updateSelection to the IME, because
1582 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.java513 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java233 public void updateSelection(Selection selection) { method in class:MultiSelectManager
1622 updateSelection(computeBounds());
1643 private void updateSelection(Rect rect) { method in class:MultiSelectManager.GridModel
1666 updateSelection(columnStart, columnEnd, rowStart, rowEnd);
1673 private void updateSelection( method in class:MultiSelectManager.GridModel
1675 if (DEBUG) Log.d(TAG, String.format("updateSelection: %d, %d, %d, %d",
/frameworks/base/core/java/android/widget/
H A DEditor.java263 // - SelectionSpans, for which we need to call updateSelection if an IME is attached
1617 // InputMethodManager#updateSelection skips sending the message if
1619 imm.updateSelection(mTextView,
4227 protected abstract void updateSelection(int offset); method in class:Editor.HandleView
4262 updateSelection(offset);
4588 public void updateSelection(int offset) { method in class:Editor.InsertionHandleView
4682 protected void updateSelection(int offset) { method in class:Editor.SelectionHandleView
5303 updateSelection(event);
5310 updateSelection(event);
5325 private void updateSelection(MotionEven method in class:Editor.SelectionModifierCursorController
[all...]

Completed in 526 milliseconds