Searched refs:mHasButtonUnderPad (Results 1 – 3 of 3) sorted by relevance
105 inline void setButtonUnderPad(bool hasButton) { mHasButtonUnderPad = hasButton; } in setButtonUnderPad()106 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad()123 bool mHasButtonUnderPad; variable
138 mHasButtonUnderPad(other.mHasButtonUnderPad), mMotionRanges(other.mMotionRanges) { in InputDeviceInfo()155 mHasButtonUnderPad = false; in initialize()
57 private final boolean mHasButtonUnderPad; field in InputDevice363 mHasButtonUnderPad = hasButtonUnderPad; in InputDevice()379 mHasButtonUnderPad = in.readInt() != 0; in InputDevice()688 return mHasButtonUnderPad; in hasButtonUnderPad()816 out.writeInt(mHasButtonUnderPad ? 1 : 0); in writeToParcel()