Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java465 boolean hasButtonUnderPad, boolean hasSensor, boolean hasBattery) { in InputDevice()
993 public boolean hasButtonUnderPad() { in hasButtonUnderPad() method in InputDevice
/frameworks/native/include/input/
DInputDevice.h256 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad() function
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h222 bool hasButtonUnderPad; member