Home
last modified time | relevance | path

Searched refs:InputMethodService (Results 1 – 25 of 52) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DUtilities.java27 import android.inputmethodservice.InputMethodService;
111 case InputMethodService.BACK_DISPOSITION_DEFAULT: in calculateBackDispositionHints()
112 case InputMethodService.BACK_DISPOSITION_WILL_NOT_DISMISS: in calculateBackDispositionHints()
113 case InputMethodService.BACK_DISPOSITION_WILL_DISMISS: in calculateBackDispositionHints()
120 case InputMethodService.BACK_DISPOSITION_ADJUST_NOTHING: in calculateBackDispositionHints()
/aosp14/frameworks/base/tests/utils/StubIME/src/com/android/testing/stubime/
H A DStubIme.java19 import android.inputmethodservice.InputMethodService;
24 public class StubIme extends InputMethodService {
/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingImeService.java20 import android.inputmethodservice.InputMethodService;
22 public class HandwritingImeService extends InputMethodService {
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DNavigationBarController.java19 import static android.inputmethodservice.InputMethodService.ENABLE_HIDE_IME_CAPTION_BAR;
61 default void updateTouchableInsets(@NonNull InputMethodService.Insets originalInsets, in updateTouchableInsets()
90 NavigationBarController(@NonNull InputMethodService inputMethodService) { in NavigationBarController()
91 mImpl = InputMethodService.canImeRenderGesturalNavButtons() in NavigationBarController()
95 void updateTouchableInsets(@NonNull InputMethodService.Insets originalInsets, in updateTouchableInsets()
132 private final InputMethodService mService;
159 Impl(@NonNull InputMethodService inputMethodService) { in Impl()
262 public void updateTouchableInsets(@NonNull InputMethodService.Insets originalInsets, in updateTouchableInsets()
H A DExtractEditText.java30 private InputMethodService mIME;
49 void setIME(InputMethodService ime) { in setIME()
H A DSoftInputWindow.java49 private final InputMethodService mService;
139 SoftInputWindow(InputMethodService service, int theme, in SoftInputWindow()
H A DInputMethodService.java329 public class InputMethodService extends AbstractInputMethodService { class
1113 InputMethodService.this.finishStylusHandwriting(); in finishStylusHandwriting()
1306 InputMethodService.this.onViewClicked(focusChanged); in viewClicked()
1317 InputMethodService.this.onUpdateCursor(newCursor); in updateCursor()
1353 InputMethodService.this.onUpdateCursorAnchorInfo(info); in updateCursorAnchorInfo()
1361 InputMethodService.this.scheduleImeSurfaceRemoval(); in removeImeSurface()
1489 private final InputMethodService mService;
1491 private SettingsObserver(InputMethodService service) { in SettingsObserver()
4009 return InputMethodService.this;
4069 InputMethodService.this.dump(fd, fout, args);
[all …]
H A DInkWindow.java90 Slog.i(InputMethodService.TAG, "DecorView is not set for InkWindow. show() failed."); in show()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/ims/
H A DInputMethodServiceWrapper.java20 import android.inputmethodservice.InputMethodService;
27 public class InputMethodServiceWrapper extends InputMethodService {
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DKeyButtonView.java29 import android.inputmethodservice.InputMethodService;
293 if (mContext instanceof InputMethodService) { in sendEvent()
308 final InputMethodService ims = (InputMethodService) mContext; in sendEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImePlatformCompatUtils.java19 import static android.inputmethodservice.InputMethodService.FINISH_INPUT_NO_FALLBACK_CONNECTION;
H A DInputMethodManagerInternal.java22 import android.inputmethodservice.InputMethodService;
H A DInputMethodManagerService.java87 import android.inputmethodservice.InputMethodService;
756 int mBackDisposition = InputMethodService.BACK_DISPOSITION_DEFAULT;
3082 InputMethodService.IME_ACTIVE | InputMethodService.IME_VISIBLE); in getInputMethodNavButtonFlagsLocked()
3101 if ((visibility & InputMethodService.IME_ACTIVE) == 0 in shouldShowImeSwitcherLocked()
3183 case InputMethodService.BACK_DISPOSITION_WILL_DISMISS: in setImeWindowStatus()
3186 case InputMethodService.BACK_DISPOSITION_WILL_NOT_DISMISS: in setImeWindowStatus()
3190 case InputMethodService.BACK_DISPOSITION_DEFAULT: in setImeWindowStatus()
3244 if ((vis & InputMethodService.IME_VISIBLE) != 0) { in updateSystemUiLocked()
3245 vis &= ~InputMethodService.IME_VISIBLE; in updateSystemUiLocked()
3249 vis &= ~InputMethodService.IME_VISIBLE_IMPERCEPTIBLE; in updateSystemUiLocked()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsControlTarget.java20 import android.inputmethodservice.InputMethodService;
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodBindingControllerTest.java34 import android.inputmethodservice.InputMethodService;
71 public static class EmptyInputMethodService extends InputMethodService {}
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java20 import android.inputmethodservice.InputMethodService;
H A DHandwritingGesture.java24 import android.inputmethodservice.InputMethodService;
H A DInputMethod.java26 import android.inputmethodservice.InputMethodService;
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
H A DSimpleInputMethodService.java19 import android.inputmethodservice.InputMethodService;
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsetsController.java23 import android.inputmethodservice.InputMethodService;
/aosp14/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
H A DHandwritingIme.java22 import android.inputmethodservice.InputMethodService;
48 public class HandwritingIme extends InputMethodService {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java34 import android.inputmethodservice.InputMethodService;
331 && (vis & InputMethodService.IME_VISIBLE) != 0) { in initOneHanded()
/aosp14/frameworks/base/core/proto/android/view/inputmethod/
H A Dinputmethodeditortrace.proto84 * Represents a file full of InputMethodService trace entries.
109 /* One dump entry for InputMethodService. */
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java22 import static android.inputmethodservice.InputMethodService.BACK_DISPOSITION_DEFAULT;
23 import static android.inputmethodservice.InputMethodService.IME_INVISIBLE;
24 import static android.inputmethodservice.InputMethodService.IME_VISIBLE;
/aosp14/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
H A DImePerfTest.java31 import android.inputmethodservice.InputMethodService;
186 public static class BaselineIme extends InputMethodService {

123