Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java431 boolean hasButtonUnderPad) { in InputDevice() argument
445 mHasButtonUnderPad = hasButtonUnderPad; in InputDevice()
834 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.h123 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad() function
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h205 bool hasButtonUnderPad; member
DTouchInputMapper.cpp233 info->setButtonUnderPad(mParameters.hasButtonUnderPad); in populateDeviceInfo()
440 mParameters.hasButtonUnderPad = getDeviceContext().hasInputProperty(INPUT_PROP_BUTTONPAD); in configureParameters()