Searched refs:reducer (Results 1 – 5 of 5) sorted by relevance
72 updateState(reducer(currentState, action)) in handleAction()78 protected abstract fun reducer(state: STATE, action: ACTION): STATE method
48 override fun reducer(state: PageState, action: Action): PageState = when (action) { in reducer() method in com.android.car.customization.tool.domain.CustomizationToolStateMachine