Home
last modified time | relevance | path

Searched refs:hasButtonUnderPad (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DInputDevice.java409 boolean hasButtonUnderPad) { in InputDevice() argument
423 mHasButtonUnderPad = hasButtonUnderPad; in InputDevice()
783 public boolean hasButtonUnderPad() { in hasButtonUnderPad() method in InputDevice
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp69 hasMic, deviceInfo.hasButtonUnderPad())); in android_view_InputDevice_create()
/frameworks/native/include/input/
DInputDevice.h113 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad() function
/frameworks/native/services/inputflinger/
DInputReader.h1287 bool hasButtonUnderPad; member
DInputReader.cpp3027 info->setButtonUnderPad(mParameters.hasButtonUnderPad); in populateDeviceInfo()
3236 mParameters.hasButtonUnderPad= in configureParameters()