Home
last modified time | relevance | path

Searched refs:mHasButtonUnderPad (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DInputDevice.java91 private final boolean mHasButtonUnderPad; field in InputDevice
531 mHasButtonUnderPad = hasButtonUnderPad; in InputDevice()
557 mHasButtonUnderPad = in.readInt() != 0; in InputDevice()
599 private boolean mHasButtonUnderPad = false; field in InputDevice.Builder
698 mHasButtonUnderPad = hasButtonUnderPad; in setHasButtonUnderPad()
781 mHasButtonUnderPad, in build()
1375 return mHasButtonUnderPad; in hasButtonUnderPad()
1621 out.writeInt(mHasButtonUnderPad ? 1 : 0); in writeToParcel()
/frameworks/native/libs/input/
DInputDevice.cpp192 mHasButtonUnderPad(other.mHasButtonUnderPad), in InputDeviceInfo()
220 mHasButtonUnderPad = false; in initialize()
/frameworks/native/include/input/
DInputDevice.h332 inline void setButtonUnderPad(bool hasButton) { mHasButtonUnderPad = hasButton; } in setButtonUnderPad()
333 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad()
374 bool mHasButtonUnderPad; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59582 Landroid/view/InputDevice;->mHasButtonUnderPad:Z