/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
H A D | KeyboardLayoutManagerTests.kt | 490 val imeSubtype = createImeSubtype() regex 492 keyboardDevice.identifier, USER_ID, imeInfo, imeSubtype, 497 keyboardDevice.identifier, USER_ID, imeInfo, imeSubtype 509 val imeSubtype = createImeSubtype() regex 512 keyboardDevice.identifier, USER_ID, imeInfo, imeSubtype, 525 keyboardDevice.identifier, USER_ID, imeInfo, imeSubtype, 594 val imeSubtype = createImeSubtypeForLanguageTag("hi") regex 596 keyboardDevice.identifier, USER_ID, imeInfo, imeSubtype, 602 imeSubtype 823 imeSubtype: InputMethodSubtype, [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | KeyboardMetricsCollector.java | 513 public Builder addLayoutSelection(@NonNull InputMethodSubtype imeSubtype, in addLayoutSelection() argument 516 Objects.requireNonNull(imeSubtype, "IME subtype provided should not be null"); in addLayoutSelection() 520 mImeSubtypeList.add(imeSubtype); in addLayoutSelection() 539 InputMethodSubtype imeSubtype = mImeSubtypeList.get(i); in build() local 546 ULocale pkLocale = imeSubtype.getPhysicalKeyboardHintLanguageTag(); in build() 548 : imeSubtype.getCanonicalizedLanguageTag(); in build() 552 imeSubtype.getPhysicalKeyboardHintLayoutType()); in build()
|
H A D | KeyboardLayoutManager.java | 809 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutForInputDevice() argument 816 new ImeInfo(userId, subtypeHandle, imeSubtype)); in getKeyboardLayoutForInputDevice() 827 @Nullable InputMethodSubtype imeSubtype, in setKeyboardLayoutForInputDevice() argument 836 new ImeInfo(userId, InputMethodSubtypeHandle.of(imeInfo, imeSubtype), imeSubtype)); in setKeyboardLayoutForInputDevice() 858 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutListForInputDevice() argument 864 InputMethodSubtypeHandle.of(imeInfo, imeSubtype), imeSubtype)); in getKeyboardLayoutListForInputDevice() 1341 for (InputMethodSubtype imeSubtype : in getImeInfoListForLayoutMapping() 1344 if (!imeSubtype.isSuitableForPhysicalKeyboardLayoutMapping()) { in getImeInfoListForLayoutMapping() 1349 imeSubtype)); in getImeInfoListForLayoutMapping() 1449 @Nullable InputMethodSubtype imeSubtype) { in ImeInfo() argument [all …]
|
H A D | InputManagerService.java | 1234 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutForInputDevice() argument 1236 imeInfo, imeSubtype); in getKeyboardLayoutForInputDevice() 1243 @Nullable InputMethodSubtype imeSubtype, String keyboardLayoutDescriptor) { in setKeyboardLayoutForInputDevice() argument 1246 imeSubtype, keyboardLayoutDescriptor); in setKeyboardLayoutForInputDevice() 1252 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutListForInputDevice() argument 1254 imeInfo, imeSubtype); in getKeyboardLayoutListForInputDevice()
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | InputManager.java | 767 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutForInputDevice() argument 769 return mIm.getKeyboardLayoutForInputDevice(identifier, userId, imeInfo, imeSubtype); in getKeyboardLayoutForInputDevice() 795 @Nullable InputMethodSubtype imeSubtype, @NonNull String keyboardLayoutDescriptor) { in setKeyboardLayoutForInputDevice() argument 804 mIm.setKeyboardLayoutForInputDevice(identifier, userId, imeInfo, imeSubtype, in setKeyboardLayoutForInputDevice() 825 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutListForInputDevice() argument 831 return mIm.getKeyboardLayoutListForInputDevice(identifier, userId, imeInfo, imeSubtype); in getKeyboardLayoutListForInputDevice()
|
H A D | IInputManager.aidl | 117 in InputMethodInfo imeInfo, in InputMethodSubtype imeSubtype); in getKeyboardLayoutForInputDevice() argument 123 in InputMethodInfo imeInfo, in InputMethodSubtype imeSubtype, in setKeyboardLayoutForInputDevice() argument 127 int userId, in InputMethodInfo imeInfo, in InputMethodSubtype imeSubtype); in getKeyboardLayoutListForInputDevice() argument
|