Searched refs:ModalBottomSheetValue (Results 1 – 2 of 2) sorted by relevance
64 import com.android.credentialmanager.common.material.ModalBottomSheetValue.Expanded65 import com.android.credentialmanager.common.material.ModalBottomSheetValue.HalfExpanded66 import com.android.credentialmanager.common.material.ModalBottomSheetValue.Hidden75 enum class ModalBottomSheetValue { class108 initialValue: ModalBottomSheetValue,111 confirmStateChange: (ModalBottomSheetValue) -> Boolean = { true } in <lambda>()112 ) : SwipeableState<ModalBottomSheetValue>(127 initialValue: ModalBottomSheetValue,129 confirmStateChange: (ModalBottomSheetValue) -> Boolean = { true } in <lambda>()194 confirmStateChange: (ModalBottomSheetValue) -> Boolean in expand()[all …]
39 import com.android.credentialmanager.common.material.ModalBottomSheetValue83 initialValue = if (isAutoSelectFlow) ModalBottomSheetValue.Expanded in ModalBottomSheet()84 else ModalBottomSheetValue.Hidden, in ModalBottomSheet()88 if (state.targetValue == ModalBottomSheetValue.Hidden || isAutoSelectFlow) { in ModalBottomSheet()101 if (state.currentValue == ModalBottomSheetValue.Hidden) { in ModalBottomSheet()105 } else if (state.targetValue == ModalBottomSheetValue.Hidden) { in ModalBottomSheet()