/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodSessionWrapper.java | 135 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in InputMethodSessionWrapper 138 mSession.updateSelection( in updateSelection()
|
H A D | InputMethodSession.java | 63 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
H A D | InputMethodManager.java | 2213 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager 2218 fallbackImm.updateSelection(view, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection() 2246 mCurrentInputMethodSession.updateSelection( in updateSelection()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotSelectorView.java | 61 updateSelection((int) event.getX(), (int) event.getY()); in ScreenshotSelectorView() 101 private void updateSelection(int x, int y) { in updateSelection() method in ScreenshotSelectorView
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | IInputMethodSession.aidl | 34 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | MultiClientInputMethodClientCallbackAdaptor.java | 208 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.InputMethodSessionImpl 223 CallbackImpl::updateSelection, mCallbackImpl, args)); in updateSelection() 384 void updateSelection(SomeArgs args) { in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.CallbackImpl
|
H A D | IInputMethodSessionWrapper.java | 105 mInputMethodSession.updateSelection(args.argi1, args.argi2, in executeMessage() 174 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
|
H A D | InputMethodService.java | 1007 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 2005 imm.updateSelection(mTextView, in sendUpdateSelection() 4949 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView 4990 updateSelection(offset); in positionAtCursorOffset() 5744 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView 5853 protected void updateSelection(int offset) { in updateSelection() method in Editor.SelectionHandleView 6667 updateSelection(event); in onTouchEvent() 6685 updateSelection(event); in onTouchEvent() 6701 private void updateSelection(MotionEvent event) { in updateSelection() method in Editor.SelectionHandleView.SelectionModifierCursorController
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 19502 HSPLandroid/view/inputmethod/InputMethodManager;->updateSelection(Landroid/view/View;IIII)V+]Landro… 20008 HSPLandroid/widget/Editor$InsertionHandleView;->updateSelection(I)V 20033 HSPLandroid/widget/Editor$SelectionModifierCursorController;->updateSelection(Landroid/view/MotionE… 22510 HSPLcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V+]Landroid/o…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 70235 Landroid/widget/Editor$HandleView;->updateSelection(I)V 70271 Landroid/widget/Editor$InsertionHandleView;->updateSelection(I)V 70375 Landroid/widget/Editor$SelectionHandleView;->updateSelection(I)V 70412 Landroid/widget/Editor$SelectionModifierCursorController;->updateSelection(Landroid/view/MotionEven… 89169 Lcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V 89191 Lcom/android/internal/view/IInputMethodSession;->updateSelection(IIIIII)V
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 19550 HSPLandroid/view/inputmethod/InputMethodManager;->updateSelection(Landroid/view/View;IIII)V+]Landro… 20056 HSPLandroid/widget/Editor$InsertionHandleView;->updateSelection(I)V 20081 HSPLandroid/widget/Editor$SelectionModifierCursorController;->updateSelection(Landroid/view/MotionE… 22557 HSPLcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V+]Landroid/o…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 19369 method public void updateSelection(int, int, int, int, int, int); 52140 method public void updateSelection(android.view.View, int, int, int, int); 52163 method public void updateSelection(int, int, int, int, int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A 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);
|