Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java360 KeyCharacterMap keyCharacterMap, boolean hasVibrator, boolean hasButtonUnderPad) { in InputDevice()
723 public boolean hasButtonUnderPad() { in hasButtonUnderPad() method in InputDevice
/frameworks/native/include/input/
DInputDevice.h111 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad() function
/frameworks/native/services/inputflinger/
DInputReader.h1245 bool hasButtonUnderPad; member