Searched refs:currentButtonState (Results 1 – 1 of 1) sorted by relevance
177 uint32_t policyFlags, int32_t lastButtonState, int32_t currentButtonState, in synthesizeButtonKey() argument182 && (currentButtonState & buttonState)) in synthesizeButtonKey()185 && !(currentButtonState & buttonState))) { in synthesizeButtonKey()194 uint32_t policyFlags, int32_t lastButtonState, int32_t currentButtonState) { in synthesizeButtonKeys() argument196 lastButtonState, currentButtonState, in synthesizeButtonKeys()199 lastButtonState, currentButtonState, in synthesizeButtonKeys()2436 int32_t currentButtonState = mCursorButtonAccumulator.getButtonState(); in sync() local2437 mButtonState = currentButtonState; in sync()2440 bool down = isPointerDown(currentButtonState); in sync()2451 bool buttonsChanged = currentButtonState != lastButtonState; in sync()[all …]