Searched defs:initialState (Results 1 – 4 of 4) sorted by relevance
91 val initialState = restoredState ?: defaultState in createHandle() constant
206 val initialState = restoredState ?: defaultState in createHandle() constant
173 val initialState = if (state == State.DESTROYED) State.DESTROYED else State.INITIALIZED in addObserver() constant
160 val initialState = if (state == State.DESTROYED) State.DESTROYED else State.INITIALIZED in <lambda>() constant