Searched defs:buttonsPressed (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2452 bool buttonsPressed = currentButtonState & ~lastButtonState; local
2517 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
3787 bool buttonsPressed = mCurrentButtonState & ~mLastButtonState; local
3788 if (initialDown || buttonsPressed) {

Completed in 66 milliseconds