Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:mLastButtonState

2692     dump.appendFormat(INDENT3 "Last Button State: 0x%08x\n", mLastButtonState);
3699 mLastButtonState = 0;
3787 bool buttonsPressed = mCurrentButtonState & ~mLastButtonState;
3801 policyFlags, mLastButtonState, mCurrentButtonState);
3871 policyFlags, mLastButtonState, mCurrentButtonState);
3877 mLastButtonState = mCurrentButtonState;
4044 if (buttonState != mLastButtonState) {
4103 AMOTION_EVENT_ACTION_HOVER_EXIT, 0, metaState, mLastButtonState, 0,
4511 if (buttonState != mLastButtonState) {
5535 AMOTION_EVENT_ACTION_UP, 0, metaState, mLastButtonState, 0,
5548 AMOTION_EVENT_ACTION_HOVER_EXIT, 0, metaState, mLastButtonState, 0,