Searched refs:mHasButtonUnderPad (Results 1 – 3 of 3) sorted by relevance
110 inline void setButtonUnderPad(bool hasButton) { mHasButtonUnderPad = hasButton; } in setButtonUnderPad()111 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad()128 bool mHasButtonUnderPad; variable
138 mHasButtonUnderPad(other.mHasButtonUnderPad), mMotionRanges(other.mMotionRanges) { in InputDeviceInfo()155 mHasButtonUnderPad = false; in initialize()
59 private final boolean mHasButtonUnderPad; field in InputDevice373 mHasButtonUnderPad = hasButtonUnderPad; in InputDevice()390 mHasButtonUnderPad = in.readInt() != 0; in InputDevice()724 return mHasButtonUnderPad; in hasButtonUnderPad()852 out.writeInt(mHasButtonUnderPad ? 1 : 0); in writeToParcel()