Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp2606 int32_t buttonsPressed = currentButtonState & ~lastButtonState; in sync() local
4163 bool buttonsPressed = mCurrentRawState.buttonState & ~mLastRawState.buttonState; in cookAndDispatch() local