Searched refs:compatButtonState (Results 1 – 1 of 1) sorted by relevance
60 final int compatButtonState = (buttonState & mask) >> 4; in processInputEventForCompatibility() local61 if (compatButtonState != 0) { in processInputEventForCompatibility()62 motion.setButtonState(buttonState | compatButtonState); in processInputEventForCompatibility()