Searched refs:mHasButtonUnderPad (Results 1 – 4 of 4) sorted by relevance
172 mHasButtonUnderPad(other.mHasButtonUnderPad), in InputDeviceInfo()195 mHasButtonUnderPad = false; in initialize()
250 inline void setButtonUnderPad(bool hasButton) { mHasButtonUnderPad = hasButton; } in setButtonUnderPad()251 inline bool hasButtonUnderPad() const { return mHasButtonUnderPad; } in hasButtonUnderPad()277 bool mHasButtonUnderPad; variable
76 private final boolean mHasButtonUnderPad; field in InputDevice479 mHasButtonUnderPad = hasButtonUnderPad; in InputDevice()499 mHasButtonUnderPad = in.readInt() != 0; in InputDevice()945 return mHasButtonUnderPad; in hasButtonUnderPad()1101 out.writeInt(mHasButtonUnderPad ? 1 : 0); in writeToParcel()
63548 Landroid/view/InputDevice;->mHasButtonUnderPad:Z