Searched defs:hasButtonUnderPad (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/include/input/ |
H A D | InputDevice.h | 113 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } function in class:android::InputDeviceInfo
|
/frameworks/base/core/java/android/view/ |
H A D | InputDevice.java | 411 boolean hasButtonUnderPad) { 425 mHasButtonUnderPad = hasButtonUnderPad; 815 public boolean hasButtonUnderPad() { method in class:InputDevice 408 InputDevice(int id, int generation, int controllerNumber, String name, int vendorId, int productId, String descriptor, boolean isExternal, int sources, int keyboardType, KeyCharacterMap keyCharacterMap, boolean hasVibrator, boolean hasMicrophone, boolean hasButtonUnderPad) argument
|
/frameworks/native/services/inputflinger/ |
H A D | InputReader.h | 1307 bool hasButtonUnderPad; member in struct:android::TouchInputMapper::Parameters
|
Completed in 25 milliseconds