Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp2753 int32_t buttonsPressed = currentButtonState & ~lastButtonState; in sync() local
2821 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) { in sync()
2865 if (buttonsPressed) { in sync()
2866 BitSet32 pressed(buttonsPressed); in sync()
4439 bool buttonsPressed = mCurrentRawState.buttonState & ~mLastRawState.buttonState; in cookAndDispatch() local
4440 if (initialDown || buttonsPressed) { in cookAndDispatch()