Searched defs:hasButtonUnderPad (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/input/
H A DInputDevice.h113 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DInputDevice.java391 boolean hasButtonUnderPad) {
405 mHasButtonUnderPad = hasButtonUnderPad;
764 public boolean hasButtonUnderPad() { method in class:InputDevice
388 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 DInputReader.h1306 bool hasButtonUnderPad; member in struct:android::TouchInputMapper::Parameters

Completed in 96 milliseconds