Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java88 private final String mKeyboardLayoutType; field in InputDevice
528 mKeyboardLayoutType = keyboardLayoutType; in InputDevice()
554 mKeyboardLayoutType = in.readString8(); in InputDevice()
603 private String mKeyboardLayoutType = null; field in InputDevice.Builder
722 mKeyboardLayoutType = keyboardLayoutType; in setKeyboardLayoutType()
778 mKeyboardLayoutType, in build()
1060 return mKeyboardLayoutType; in getKeyboardLayoutType()
1618 out.writeString8(mKeyboardLayoutType); in writeToParcel()
1689 if (mKeyboardLayoutType != null) { in toString()
1690 description.append(" Keyboard layout type: ").append(mKeyboardLayoutType).append("\n"); in toString()