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

/frameworks/base/services/input/
H A DInputReader.cpp2424 bool buttonsPressed = currentButtonState & ~lastButtonState; local
2489 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
3662 bool buttonsPressed = mCurrentButtonState & ~mLastButtonState; local
3663 if (initialDown || buttonsPressed) {

Completed in 663 milliseconds