Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A 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()
H A DTouchInputMapper.cpp1579 bool buttonsPressed = mCurrentRawState.buttonState & ~mLastRawState.buttonState; in cookAndDispatch() local
1580 if (initialDown || buttonsPressed) { in cookAndDispatch()