Searched refs:mButtonsPressed (Results 1 – 2 of 2) sorted by relevance
102 private int mButtonsPressed; field in InputEventConsistencyVerifier157 mButtonsPressed = 0; in reset()501 if ((mButtonsPressed & actionButton) != 0) { in onGenericMotionEvent()507 mButtonsPressed |= actionButton; in onGenericMotionEvent()514 mButtonsPressed |= MotionEvent.BUTTON_SECONDARY; in onGenericMotionEvent()517 mButtonsPressed |= MotionEvent.BUTTON_TERTIARY; in onGenericMotionEvent()520 if (mButtonsPressed != buttonState) { in onGenericMotionEvent()524 buttonState, mButtonsPressed)); in onGenericMotionEvent()529 if ((mButtonsPressed & actionButton) != actionButton) { in onGenericMotionEvent()535 mButtonsPressed &= ~actionButton; in onGenericMotionEvent()[all …]
74711 Landroid/view/InputEventConsistencyVerifier;->mButtonsPressed:I