Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java474 boolean hasButtonUnderPad, boolean hasSensor, boolean hasBattery, int usiVersionMajor, in InputDevice()
650 public Builder setHasButtonUnderPad(boolean hasButtonUnderPad) { in setHasButtonUnderPad()
1268 public boolean hasButtonUnderPad() { in hasButtonUnderPad() method in InputDevice
/frameworks/native/include/input/
DInputDevice.h316 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad() function
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h226 bool hasButtonUnderPad; member