Home
last modified time | relevance | path

Searched defs:oldSelStart (Results 1 – 25 of 180) sorted by relevance

12345678

/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DStubImeAccessibilityService.java37 public int oldSelStart = -1; field in StubImeAccessibilityService
56 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()
85 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection()
H A DAccessibilityImeTest.java216 sStubImeAccessibilityService.setOnUpdateSelectionCallback((oldSelStart, oldSelEnd, in testOnUpdateSelectionForInProcessA11yIme() argument
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/inprocime/
H A DInProcIme.java53 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()
67 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()
/aosp_15_r20/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityInputMethodSessionWrapper.java50 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection()
61 private void doUpdateSelection(int oldSelStart, int oldSelEnd, in doUpdateSelection()
H A DInputMethod.java134 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection()
509 public void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in updateSelection()
H A DAccessibilityInputMethodSession.java26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection()
/aosp_15_r20/frameworks/base/core/java/android/view/inputmethod/
H A DIAccessibilityInputMethodSessionInvoker.java111 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection()
123 private void updateSelectionInternal(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelectionInternal()
H A DIInputMethodSessionInvoker.java227 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection()
239 private void updateSelectionInternal(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelectionInternal()
H A DInputMethodSession.java65 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection()
/aosp_15_r20/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
H A DMockA11yIme.java173 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection()
460 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIAccessibilityInputMethodSession.aidl27 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection()
H A DIInputMethodSession.aidl37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection()
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DInProcessImeTest.java150 inProcIme.setOnUpdateSelectionListener((oldSelStart, oldSelEnd, newSelStart, newSelEnd, in testOnUpdateSelectionForInProcessIme() argument
/aosp_15_r20/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
H A DEventMonitor.java69 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection()
H A DSampleInputMethodAccessibilityService.java68 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection()
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java190 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection()
H A DInputMethodService.java1457 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection()
/aosp_15_r20/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
H A DSoftKeyboard.java314 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, in onUpdateSelection()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java872 public boolean isBelatedExpectedUpdate(final int oldSelStart, final int newSelStart, in isBelatedExpectedUpdate()
DLatinIME.java1138 public void onUpdateSelection(final int oldSelStart, final int oldSelEnd, in onUpdateSelection()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java353 public boolean onUpdateSelection(final int oldSelStart, final int oldSelEnd, in onUpdateSelection()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar0META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dframework.jar19META-INF/ META-INF/MANIFEST.MF android/ android/view/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-0/
Dframework.jarcom/android/internal/annotations/WeaklyReferencedCallback.class WeaklyReferencedCallback.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-19/
Dframework.jarandroid/webkit/LegacyErrorStrings.class LegacyErrorStrings.java package android.webkit android.webkit.LegacyErrorStrings ...

12345678