Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp312 int32_t buttonsPressed = currentButtonState & ~lastButtonState; in sync() local
393 if ((buttonsPressed || moved || scrolled) && getDeviceContext().isExternal()) { in sync()
439 if (buttonsPressed) { in sync()
440 BitSet32 pressed(buttonsPressed); in sync()
DTouchInputMapper.cpp1550 bool buttonsPressed = mCurrentRawState.buttonState & ~mLastRawState.buttonState; in cookAndDispatch() local
1551 if (initialDown || buttonsPressed) { in cookAndDispatch()