Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java72 private final int mKeyboardType; field in InputDevice
475 mKeyboardType = keyboardType; in InputDevice()
496 mKeyboardType = in.readInt(); in InputDevice()
680 && mKeyboardType == KEYBOARD_TYPE_ALPHABETIC; in isFullKeyboard()
716 return mKeyboardType; in getKeyboardType()
1098 out.writeInt(mKeyboardType); in writeToParcel()
1133 switch (mKeyboardType) { in toString()
/aosp12/frameworks/native/libs/input/
H A DInputDevice.cpp168 mKeyboardType(other.mKeyboardType), in InputDeviceInfo()
192 mKeyboardType = AINPUT_KEYBOARD_TYPE_NONE; in initialize()
/aosp12/frameworks/native/include/input/
H A DInputDevice.h233 inline void setKeyboardType(int32_t keyboardType) { mKeyboardType = keyboardType; } in setKeyboardType()
234 inline int32_t getKeyboardType() const { return mKeyboardType; } in getKeyboardType()
273 int32_t mKeyboardType; variable
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp94 : InputMapper(deviceContext), mSource(source), mKeyboardType(keyboardType) {} in KeyboardInputMapper()
119 info->setKeyboardType(mKeyboardType); in populateDeviceInfo()
126 dump += StringPrintf(INDENT3 "KeyboardType: %d\n", mKeyboardType); in dump()
H A DKeyboardInputMapper.h57 int32_t mKeyboardType; variable
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp992 int32_t mKeyboardType; member in android::FakeInputMapper
1011 mKeyboardType(AINPUT_KEYBOARD_TYPE_NONE), in FakeInputMapper()
1020 mKeyboardType = keyboardType; in setKeyboardType()
1091 if (mKeyboardType != AINPUT_KEYBOARD_TYPE_NONE) { in populateDeviceInfo()
1092 deviceInfo->setKeyboardType(mKeyboardType); in populateDeviceInfo()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63553 Landroid/view/InputDevice;->mKeyboardType:I