Searched refs:stateReference (Results 1 – 1 of 1) sorted by relevance
542 @State int oldState, @State int newState, @State int stateReference) { in transitionThroughState() argument543 if (oldState < stateReference && stateReference <= newState) { in transitionThroughState()546 if (oldState >= stateReference && stateReference > newState) { in transitionThroughState()