Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputEventCompatProcessor.java60 final int compatButtonState = (buttonState & mask) >> 4; in processInputEventForCompatibility() local
61 if (compatButtonState != 0) { in processInputEventForCompatibility()
62 motion.setButtonState(buttonState | compatButtonState); in processInputEventForCompatibility()