Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp2452 bool buttonsPressed = currentButtonState & ~lastButtonState; in sync() local
3787 bool buttonsPressed = mCurrentButtonState & ~mLastButtonState; in sync() local