/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodSession.aidl | 34 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSession.java | 61 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
D | InputMethodManager.java | 2075 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager 2080 fallbackImm.updateSelection(view, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection() 2108 mCurMethod.updateSelection(oldSelStart, oldSelEnd, in updateSelection()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 103 mInputMethodSession.updateSelection(args.argi1, args.argi2, in executeMessage() 168 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
|
D | MultiClientInputMethodClientCallbackAdaptor.java | 206 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.InputMethodSessionImpl 221 CallbackImpl::updateSelection, mCallbackImpl, args)); in updateSelection() 382 void updateSelection(SomeArgs args) { in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.CallbackImpl
|
D | InputMethodService.java | 714 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotSelectorView.java | 56 public void updateSelection(int x, int y) { in updateSelection() method in ScreenshotSelectorView
|
D | GlobalScreenshot.java | 761 view.updateSelection((int) event.getX(), (int) event.getY()); in takeScreenshotPartial()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 1771 imm.updateSelection(mTextView, in sendUpdateSelection() 4668 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView 4709 updateSelection(offset); in positionAtCursorOffset() 5266 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView 5371 protected void updateSelection(int offset) { in updateSelection() method in Editor.SelectionHandleView 6026 updateSelection(event); 6033 updateSelection(event); 6049 private void updateSelection(MotionEvent event) {
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 9027 HSPLandroid/inputmethodservice/IInputMethodSessionWrapper;->updateSelection(IIIIII)V 9049 HSPLandroid/inputmethodservice/InputMethodService$InputMethodSessionImpl;->updateSelection(IIIIII)V 18187 HSPLandroid/view/inputmethod/InputMethodManager;->updateSelection(Landroid/view/View;IIII)V 24516 HSPLcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V
|
D | hiddenapi-greylist-max-o.txt | 81341 Landroid/widget/Editor$HandleView;->updateSelection(I)V 81377 Landroid/widget/Editor$InsertionHandleView;->updateSelection(I)V 81481 Landroid/widget/Editor$SelectionHandleView;->updateSelection(I)V 81518 Landroid/widget/Editor$SelectionModifierCursorController;->updateSelection(Landroid/view/MotionEven… 100279 Lcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V 100301 Lcom/android/internal/view/IInputMethodSession;->updateSelection(IIIIII)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13536 method public void updateSelection(int, int, int, int, int, int); 35808 method public void updateSelection(android.view.View, int, int, int, int); 35831 method public abstract void updateSelection(int, int, int, int, int, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 22729 method public void updateSelection(int, int, int, int, int, int); 54596 method public void updateSelection(android.view.View, int, int, int, int); 54619 method public void updateSelection(int, int, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 22729 method public void updateSelection(int, int, int, int, int, int); 54740 method public void updateSelection(android.view.View, int, int, int, int); 54763 method public void updateSelection(int, int, int, int, int, int);
|