Searched refs:mHasButtonUnderPad (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/input/
H A DInputDevice.h105 inline void setButtonUnderPad(bool hasButton) { mHasButtonUnderPad = hasButton; }
106 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; }
123 bool mHasButtonUnderPad; member in class:android::InputDeviceInfo
/frameworks/native/libs/input/
H A DInputDevice.cpp138 mHasButtonUnderPad(other.mHasButtonUnderPad), mMotionRanges(other.mMotionRanges) {
155 mHasButtonUnderPad = false;
/frameworks/base/core/java/android/view/
H A DInputDevice.java57 private final boolean mHasButtonUnderPad; field in class:InputDevice
363 mHasButtonUnderPad = hasButtonUnderPad;
379 mHasButtonUnderPad = in.readInt() != 0;
688 return mHasButtonUnderPad;
816 out.writeInt(mHasButtonUnderPad ? 1 : 0);

Completed in 385 milliseconds