Searched refs:stateReference (Results 1 – 2 of 2) sorted by relevance
537 @State int oldState, @State int newState, @State int stateReference) { in transitionThroughState() argument538 if (oldState < stateReference && stateReference <= newState) { in transitionThroughState()541 if (oldState >= stateReference && stateReference > newState) { in transitionThroughState()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...