/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
H A D | Utilities.java | 27 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 D | StubIme.java | 19 import android.inputmethodservice.InputMethodService; 24 public class StubIme extends InputMethodService {
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/ |
H A D | HandwritingImeService.java | 20 import android.inputmethodservice.InputMethodService; 22 public class HandwritingImeService extends InputMethodService {
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | NavigationBarController.java | 19 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 D | ExtractEditText.java | 30 private InputMethodService mIME; 49 void setIME(InputMethodService ime) { in setIME()
|
H A D | SoftInputWindow.java | 49 private final InputMethodService mService; 139 SoftInputWindow(InputMethodService service, int theme, in SoftInputWindow()
|
H A D | InputMethodService.java | 329 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 D | InkWindow.java | 90 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 D | InputMethodServiceWrapper.java | 20 import android.inputmethodservice.InputMethodService; 27 public class InputMethodServiceWrapper extends InputMethodService {
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
H A D | KeyButtonView.java | 29 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 D | ImePlatformCompatUtils.java | 19 import static android.inputmethodservice.InputMethodService.FINISH_INPUT_NO_FALLBACK_CONNECTION;
|
H A D | InputMethodManagerInternal.java | 22 import android.inputmethodservice.InputMethodService;
|
H A D | InputMethodManagerService.java | 87 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 D | InsetsControlTarget.java | 20 import android.inputmethodservice.InputMethodService;
|
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
H A D | InputMethodBindingControllerTest.java | 34 import android.inputmethodservice.InputMethodService; 71 public static class EmptyInputMethodService extends InputMethodService {}
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodSession.java | 20 import android.inputmethodservice.InputMethodService;
|
H A D | HandwritingGesture.java | 24 import android.inputmethodservice.InputMethodService;
|
H A D | InputMethod.java | 26 import android.inputmethodservice.InputMethodService;
|
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/ |
H A D | SimpleInputMethodService.java | 19 import android.inputmethodservice.InputMethodService;
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowInsetsController.java | 23 import android.inputmethodservice.InputMethodService;
|
/aosp14/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/ |
H A D | HandwritingIme.java | 22 import android.inputmethodservice.InputMethodService; 48 public class HandwritingIme extends InputMethodService {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | WMShell.java | 34 import android.inputmethodservice.InputMethodService; 331 && (vis & InputMethodService.IME_VISIBLE) != 0) { in initOneHanded()
|
/aosp14/frameworks/base/core/proto/android/view/inputmethod/ |
H A D | inputmethodeditortrace.proto | 84 * 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 D | NavigationBarTest.java | 22 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 D | ImePerfTest.java | 31 import android.inputmethodservice.InputMethodService; 186 public static class BaselineIme extends InputMethodService {
|