Home
last modified time | relevance | path

Searched defs:imeLayoutType (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardMetricsCollector.java551 int imeLayoutType = KeyboardLayout.LayoutType.getLayoutTypeEnumValue( in build() local
578 public final int imeLayoutType; field in KeyboardMetricsCollector.LayoutConfiguration
583 int imeLayoutType, String imeLanguageTag) { in LayoutConfiguration()