Searched refs:currentButtonState (Results 1 – 1 of 1) sorted by relevance
200 uint32_t policyFlags, int32_t lastButtonState, int32_t currentButtonState, in synthesizeButtonKey() argument205 && (currentButtonState & buttonState)) in synthesizeButtonKey()208 && !(currentButtonState & buttonState))) { in synthesizeButtonKey()217 uint32_t policyFlags, int32_t lastButtonState, int32_t currentButtonState) { in synthesizeButtonKeys() argument219 lastButtonState, currentButtonState, in synthesizeButtonKeys()222 lastButtonState, currentButtonState, in synthesizeButtonKeys()2590 int32_t currentButtonState = mCursorButtonAccumulator.getButtonState(); in sync() local2591 mButtonState = currentButtonState; in sync()2594 bool down = isPointerDown(currentButtonState); in sync()2605 bool buttonsChanged = currentButtonState != lastButtonState; in sync()[all …]