Home
last modified time | relevance | path

Searched refs:mButtonsPressed (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java102 private int mButtonsPressed; field in InputEventConsistencyVerifier
157 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74711 Landroid/view/InputEventConsistencyVerifier;->mButtonsPressed:I