Home
last modified time | relevance | path

Searched refs:confirmStateChange (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DModalBottomSheet.kt111 confirmStateChange: (ModalBottomSheetValue) -> Boolean = { true } in <lambda>()
115 confirmStateChange = confirmStateChange
129 confirmStateChange: (ModalBottomSheetValue) -> Boolean = { true } in <lambda>()
130 ) : this(initialValue, animationSpec, isSkipHalfExpanded = false, confirmStateChange)
194 confirmStateChange: (ModalBottomSheetValue) -> Boolean in expand()
202 confirmStateChange = confirmStateChange in expand()
222 confirmStateChange: (ModalBottomSheetValue) -> Boolean in expand()
226 confirmStateChange = confirmStateChange in expand()
249 confirmStateChange: (ModalBottomSheetValue) -> Boolean = { true } in rememberModalBottomSheetState()
252 initialValue, animationSpec, skipHalfExpanded, confirmStateChange,
[all …]
DSwipeable.kt82 internal val confirmStateChange: (newValue: T) -> Boolean = { true } in <lambda>() constant
367 if (targetState != null && confirmStateChange(targetState)) animateTo(targetState) in performFling()
405 confirmStateChange: (T) -> Boolean in Saver()
408 restore = { SwipeableState(it, animationSpec, confirmStateChange) } in <lambda>()
464 confirmStateChange: (newValue: T) -> Boolean = { true } in rememberSwipeableState()
469 confirmStateChange = confirmStateChange
475 confirmStateChange = confirmStateChange in <lambda>()
498 confirmStateChange = { true } in rememberSwipeableStateFor()