Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInputDevice.cpp172 mHasButtonUnderPad(other.mHasButtonUnderPad), in InputDeviceInfo()
195 mHasButtonUnderPad = false; in initialize()
/aosp12/frameworks/native/include/input/
H A DInputDevice.h250 inline void setButtonUnderPad(bool hasButton) { mHasButtonUnderPad = hasButton; } in setButtonUnderPad()
251 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad()
277 bool mHasButtonUnderPad; variable
/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java76 private final boolean mHasButtonUnderPad; field in InputDevice
479 mHasButtonUnderPad = hasButtonUnderPad; in InputDevice()
499 mHasButtonUnderPad = in.readInt() != 0; in InputDevice()
945 return mHasButtonUnderPad; in hasButtonUnderPad()
1101 out.writeInt(mHasButtonUnderPad ? 1 : 0); in writeToParcel()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63548 Landroid/view/InputDevice;->mHasButtonUnderPad:Z