Searched defs:newState (Results 1 – 9 of 9) sorted by relevance
104 val newState = local.updatedStateOf(provided as ProvidedValue<Any?>, previousState) in updateCompositionMap() constant
340 val newState = in deriveStateLocked() constant
112 val newState = in apply() constant
114 val newState = (basicState.value + delta).coerceIn(minBound, maxBound) in NestedScrollDispatcherSample() constant
54 val newState = state.value in <lambda>() constant76 val newState = state.value in <lambda>() constant
59 val newState = proc.apply(listOf(CommitTextCommand("X", 1))) in test_new_state_and_edit_commands() constant
168 val newState = newAnchors.getOffset(oldState) in processNewAnchors() constant
508 confirmValueChange = { newState -> newState != ModalBottomSheetValue.Hidden } in <lambda>() method
788 confirmValueChange = { newState -> newState != SheetValue.Hidden } in <lambda>() method