Searched refs:subtypeHandle (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerInternal.java | 164 @Nullable InputMethodSubtypeHandle subtypeHandle, in onInputMethodSubtypeChangedForKeyboardLayoutMapping() argument
|
H A D | KeyboardLayoutManager.java | 814 InputMethodSubtypeHandle subtypeHandle = InputMethodSubtypeHandle.of(imeInfo, imeSubtype); in getKeyboardLayoutForInputDevice() local 816 new ImeInfo(userId, subtypeHandle, imeSubtype)); in getKeyboardLayoutForInputDevice() 819 + userId + ", subtypeHandle = " + subtypeHandle + " -> " + layoutInfo); in getKeyboardLayoutForInputDevice() 921 @Nullable InputMethodSubtypeHandle subtypeHandle, in onInputMethodSubtypeChanged() argument 927 if (subtypeHandle == null) { in onInputMethodSubtypeChanged() 934 if (mCurrentImeInfo == null || !subtypeHandle.equals(mCurrentImeInfo.mImeSubtypeHandle) in onInputMethodSubtypeChanged() 936 mCurrentImeInfo = new ImeInfo(userId, subtypeHandle, subtype); in onInputMethodSubtypeChanged() 940 + " subtypeHandle=" + subtypeHandle); in onInputMethodSubtypeChanged()
|
H A D | InputManagerService.java | 3275 @Nullable InputMethodSubtypeHandle subtypeHandle, in onInputMethodSubtypeChangedForKeyboardLayoutMapping() argument 3277 mKeyboardLayoutManager.onInputMethodSubtypeChanged(userId, subtypeHandle, subtype); in onInputMethodSubtypeChangedForKeyboardLayoutMapping()
|