Searched refs:mHasButtonUnderPad (Results 1 – 4 of 4) sorted by relevance
122 inline void setButtonUnderPad(bool hasButton) { mHasButtonUnderPad = hasButton; } in setButtonUnderPad()123 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad()141 bool mHasButtonUnderPad; variable
161 mHasVibrator(other.mHasVibrator), mHasButtonUnderPad(other.mHasButtonUnderPad), in InputDeviceInfo()181 mHasButtonUnderPad = false; in initialize()
65 private final boolean mHasButtonUnderPad; field in InputDevice429 mHasButtonUnderPad = hasButtonUnderPad; in InputDevice()447 mHasButtonUnderPad = in.readInt() != 0; in InputDevice()819 return mHasButtonUnderPad; in hasButtonUnderPad()966 out.writeInt(mHasButtonUnderPad ? 1 : 0); in writeToParcel()
79986 Landroid/view/InputDevice;->mHasButtonUnderPad:Z