Home
last modified time | relevance | path

Searched refs:mKeyboardLayoutType (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DInputDevice.java82 private final String mKeyboardLayoutType; field in InputDevice
496 mKeyboardLayoutType = keyboardLayoutType; in InputDevice()
520 mKeyboardLayoutType = in.readString8(); in InputDevice()
565 private String mKeyboardLayoutType = null; field in InputDevice.Builder
675 mKeyboardLayoutType = keyboardLayoutType; in setKeyboardLayoutType()
714 mKeyboardLayoutType, in build()
975 return mKeyboardLayoutType; in getKeyboardLayoutType()
1452 out.writeString8(mKeyboardLayoutType); in writeToParcel()
1519 if (mKeyboardLayoutType != null) { in toString()
1520 description.append(" Keyboard layout type: ").append(mKeyboardLayoutType).append("\n"); in toString()