restartable scheme("[androidx.compose.ui.UiComposable]") fun DueDateRow( unstable : TaskEditFragment ) restartable scheme("[androidx.compose.ui.UiComposable]") fun PriorityRow( unstable : TaskEditFragment ) restartable scheme("[androidx.compose.ui.UiComposable]") fun DescriptionRow( unstable : TaskEditFragment ) restartable scheme("[androidx.compose.ui.UiComposable]") fun ListRow( unstable : TaskEditFragment ) restartable scheme("[androidx.compose.ui.UiComposable]") fun CreationRow( unstable : TaskEditFragment ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Comments( unstable : TaskEditFragment ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddAccountDialog( stable hasTasksAccount: Boolean stable selected: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddAccountDialogPreview() restartable scheme("[androidx.compose.ui.UiComposable]") fun AddRandomReminderDialog( unstable viewState: ViewState stable addAlarm: Function1 stable closeDialog: Function0 unused unstable : AddReminderDialog ) restartable scheme("[androidx.compose.ui.UiComposable]") fun AddCustomReminderDialog( unstable viewState: ViewState stable addAlarm: Function1 stable closeDialog: Function0 unstable : AddReminderDialog ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRepeatReminderDialog( stable openDialog: MutableState stable initialInterval: Int stable initialUnits: Int stable initialRepeat: Int stable selected: Function3 unused unstable : AddReminderDialog ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRandomReminder( stable time: MutableState stable units: MutableState unused unstable : AddReminderDialog ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddCustomReminder( stable time: MutableState stable units: MutableState stable interval: MutableState stable recurringUnits: MutableState stable repeat: MutableState stable showRecurring: Function0 unused unstable : AddReminderDialog ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRecurringReminder( stable openDialog: Boolean stable interval: MutableState stable units: MutableState stable repeat: MutableState unused unstable : AddReminderDialog ) restartable skippable fun ShowKeyboard( stable visible: Boolean stable focusRequester: FocusRequester ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun OutlinedIntInput( stable time: MutableState stable modifier: Modifier? = @static Companion stable minValue: Int = @static 1 stable autoSelect: Boolean = @static true ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CenteredH6( stable resId: Int ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CenteredH6( stable text: String ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun RadioRow( stable index: Int stable option: Int stable time: MutableState stable units: MutableState stable formatString: Int? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BodyText( stable modifier: Modifier? = @static Companion stable text: String ) restartable scheme("[androidx.compose.ui.UiComposable]") fun AddAlarmDialog( unstable viewState: ViewState unstable existingAlarms: List stable addAlarm: Function1 stable addRandom: Function0 stable addCustom: Function0 stable pickDateAndTime: Function0 stable dismiss: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddCustomReminderOne() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddCustomReminder() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRepeatingReminderOne() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRepeatingReminder() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRandomReminderOne() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRandomReminder() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddReminderDialog() restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun AnimatedBanner( stable visible: Boolean stable content: Function2 stable buttons: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubscriptionNagBanner( stable visible: Boolean stable subscribe: Function0 stable dismiss: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BeastModeBanner( stable visible: Boolean stable showSettings: Function0 stable dismiss: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BannerTextButton( stable text: Int stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BeastModePreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubscriptionNagPreview() restartable scheme("[androidx.compose.ui.UiComposable]") fun CheckBox( unstable task: Task stable onCompleteClick: Function0 stable modifier: Modifier? = @static Companion stable desaturate: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Chip( stable icon: Int? stable name: String? stable theme: Int stable showText: Boolean stable showIcon: Boolean stable onClick: Function0 stable colorProvider: Function1 stable clear: Function0? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Chip( stable text: String? = @static null stable icon: Int? = @static null stable color: Color stable onClick: Function0? = @static { } stable clear: Function0? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ChipIcon( stable iconRes: Int? ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TasksChipIconAndTextPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TasksChipIconTextAndClearPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TasksChipIconPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TasksChipTextPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ChipGroup( stable modifier: Modifier? = @static Companion stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ClearButton( stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TextButton( stable text: Int stable onClick: Function0 stable : Constants ) fun textButtonColors( unused stable : Constants ): ButtonColors fun textFieldColors( unused stable : Constants ): TextFieldColors restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun CustomDialog( stable visible: Boolean stable onDismiss: Function0 stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DeleteButton( stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DialogRow( stable text: Int stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DisabledText( stable text: String stable modifier: Modifier? = @static Companion ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FilterChip( filter: Filter stable defaultIcon: Int stable showText: Boolean stable showIcon: Boolean stable onClick: Function1 stable colorProvider: Function1 ) fun rememberFlow( unstable flow: Flow unstable lifecycleOwner: LifecycleOwner? = @dynamic LocalLifecycleOwner.($composer, 0) ): Flow fun collectAsStateLifecycleAware( unstable : Flow initial: R unstable context: CoroutineContext? = @static EmptyCoroutineContext ): State fun collectAsStateLifecycleAware( unstable : StateFlow unstable context: CoroutineContext? = @static EmptyCoroutineContext ): State fun border() restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedBox( stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun OutlinedSpinner( stable text: String unstable options: List stable onSelected: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun OutlinedNumberInput( stable number: Int stable onTextChanged: Function1 stable onFocus: Function0? = @static { } ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Pager( unstable state: PagerState stable modifier: Modifier? = @static Companion stable offscreenLimit: Int = @static 2 stable pageContent: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Owner() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NotOwner() restartable scheme("[androidx.compose.ui.UiComposable]") fun PrincipalList( unstable principals: List stable onRemove: Function1? unused stable : ListSettingsComposables ) restartable scheme("[androidx.compose.ui.UiComposable]") fun PrincipalRow( unstable principal: PrincipalWithAccess stable onRemove: Function1? unused stable : ListSettingsComposables ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ServerSelector( stable selected: Int stable onSelected: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ServerSelectorPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Invite() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun InviteDark() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun InviteFilled() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun InviteDarkFilled() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ShareInviteDialog( stable openDialog: MutableState stable email: Boolean stable invite: Function1 unused stable : ShareInvite ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ShareInvite( stable email: Boolean stable text: MutableState unused stable : ShareInvite ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SignInDialog( stable selected: Function1 stable help: Function0 stable cancel: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ConsentDialog( stable agree: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SignInDialogPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DisclosurePreview() restartable fun Spinner( unstable options: List unstable values: List selected: T stable expanded: Boolean stable modifier: Modifier? = @static Companion stable onSelected: Function1 stable setExpanded: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun StartDateChip( stable sortGroup: Long? stable startDate: Long stable compact: Boolean stable timeOnly: Boolean stable colorProvider: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PurchaseText( stable nameYourPrice: MutableState? = @dynamic mutableStateOf( value = false ) stable sliderPosition: MutableState? = @dynamic mutableStateOf( value = 0.0f ) stable github: Boolean = @static false stable solidButton: Boolean = @static false stable badge: Boolean = @static false stable onDisplayed: Function0? = @static { } stable subscribe: Function2 unused unstable : PurchaseText ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SponsorButton( unused unstable : PurchaseText ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun GreetingText( stable resId: Int unused unstable : PurchaseText ) restartable scheme("[androidx.compose.ui.UiComposable]") fun GooglePlayButtons( stable nameYourPrice: MutableState stable sliderPosition: MutableState unstable pagerState: PagerState stable subscribe: Function2 stable solidButton: Boolean stable badge: Boolean unused unstable : PurchaseText ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PagerItem( stable feature: CarouselItem stable disabled: Boolean = @static false unused unstable : PurchaseText ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TasksAccount( stable subscribe: Function2 unused unstable : PurchaseText ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PurchaseButton( stable price: Int stable monthly: Boolean = @static false stable popperText: String? = @static "" stable onClick: Function2 unused unstable : PurchaseText ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NameYourPrice( stable sliderPosition: MutableState stable subscribe: Function2 unused unstable : PurchaseText ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PurchaseDialogPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PurchaseDialogPreviewSolid() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PurchaseDialogPreviewBadge() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubtaskChip( stable collapsed: Boolean stable children: Int stable compact: Boolean stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SyncAccount( stable title: Int stable description: Int stable icon: Int stable tint: Color? = @static null stable onClick: Function0 ) restartable skippable fun SystemBars( stable statusBarColor: Color stable navigationBarColor: Color ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TaskEditIcon( stable id: Int stable modifier: Modifier? = @static Companion ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TaskEditRow( stable iconRes: Int = @static 0 stable icon: Function2? = @static composableLambda($composer, -994143420, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C19@626L6,16@518L305:TaskEditRow.kt#pvtc9k" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -994143420 , $changed , -1 , "org.tasks.compose.TaskEditRow. (TaskEditRow.kt:16)" ) } TaskEditIcon ( iconRes , Companion . alpha ( ContentAlpha . ( $composer , ContentAlpha . $stable ) ) . padding ( 16 . dp , 20 . dp , 32 . dp , 20 . dp ) , $composer , 0b1110 and $dirty , 0 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable content: Function2 stable onClick: Function0? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ModalBottomSheet( stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable sheetState: SheetState? = @dynamic rememberModalBottomSheetState(false, null, $composer, 0, 0b0011) stable shape: Shape? = @dynamic BottomSheetDefaults.($composer, 0b0110) stable containerColor: Color = @dynamic BottomSheetDefaults.($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable tonalElevation: Dp = @static BottomSheetDefaults.Elevation stable scrimColor: Color = @dynamic BottomSheetDefaults.($composer, 0b0110) stable dragHandle: Function2? = @static ComposableSingletons$ModalBottomSheetKt.lambda-1 stable windowInsets: WindowInsets? = @dynamic BottomSheetDefaults.($composer, 0b0110) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ModalBottomSheet( stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable sheetState: SheetState? = @dynamic rememberModalBottomSheetState(false, null, $composer, 0, 0b0011) stable shape: Shape? = @dynamic BottomSheetDefaults.($composer, 0b0110) stable containerColor: Color = @dynamic BottomSheetDefaults.($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable tonalElevation: Dp = @static BottomSheetDefaults.Elevation stable scrimColor: Color = @dynamic BottomSheetDefaults.($composer, 0b0110) stable dragHandle: Function2? = @static ComposableSingletons$ModalBottomSheetKt.lambda-2 stable content: @[ExtensionFunctionType] Function3 ) fun rememberModalBottomSheetState( stable skipPartiallyExpanded: Boolean = @static false stable confirmValueChange: Function1? = @static { it: SheetValue -> true } ): SheetState restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Scrim( stable color: Color stable onDismissRequest: Function0 stable visible: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ModalBottomSheetPopup( stable onDismissRequest: Function0 stable windowInsets: WindowInsets stable content: Function2 ) restartable fun Content( unstable : ModalBottomSheetWindow ) fun ( unused stable : BottomSheetDefaults ): Shape fun ( unused stable : BottomSheetDefaults ): Color fun ( unused stable : BottomSheetDefaults ): Color fun ( unused stable : BottomSheetDefaults ): WindowInsets restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DragHandle( stable modifier: Modifier? = @static Companion stable width: Dp = @static 32.dp stable height: Dp = @static 4.dp stable shape: Shape? = @dynamic MaterialTheme.($composer, MaterialTheme.$stable).extraLarge stable color: Color = @dynamic MaterialTheme.($composer, MaterialTheme.$stable).onSurfaceVariant.copy( alpha = 0.4f ) unused stable : BottomSheetDefaults ) fun rememberSheetState( stable skipPartiallyExpanded: Boolean = @static false stable confirmValueChange: Function1? = @static { it: SheetValue -> true } stable initialValue: SheetValue? = @static SheetValue.Hidden stable skipHiddenState: Boolean = @static false ): SheetState fun rememberSwipeableV2State( initialValue: T unstable animationSpec: AnimationSpec? = @static SwipeableV2Defaults.AnimationSpec stable confirmValueChange: Function1<@[ParameterName(name = 'newValue')] T, Boolean>? = @static { it: T -> true } ): SwipeableV2State restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TaskListDrawer( stable begForMoney: Boolean filters: ImmutableList stable onClick: Function1 stable onDrawerAction: Function1 stable onAddClick: Function1 stable onErrorClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FilterItem( stable item: Filter stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MenuAction( stable icon: Int stable title: Int stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DrawerIcon( stable icon: Int stable color: Int = @static 0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun HeaderItem( stable item: Header stable canAdd: Boolean stable toggleCollapsed: Function0 stable onAddClick: Function0 stable onErrorClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun MenuRow( stable modifier: Modifier? = @static Companion stable padding: PaddingValues? = @static PaddingValues( horizontal = 16 . dp ) stable onClick: Function0 stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MenuPreview() restartable scheme("[androidx.compose.ui.UiComposable]") fun AlarmRow( unstable vm: ReminderControlSetViewModel? = @dynamic viewModel(null, null, null, null, $composer, 0, 0b1111) stable permissionStatus: PermissionStatus stable launchPermissionRequest: Function0 unstable alarms: List stable ringMode: Int unstable locale: Locale stable addAlarm: Function1 stable deleteAlarm: Function1 stable openRingType: Function0 stable pickDateAndTime: Function1<@[ParameterName(name = 'replace')] Alarm?, Unit> ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Alarms( unstable alarms: List stable ringMode: Int unstable locale: Locale stable replaceAlarm: Function1 stable addAlarm: Function0 stable deleteAlarm: Function1 stable openRingType: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AlarmRow( stable text: String stable onClick: Function0 stable remove: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoAlarms() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PermissionDenied() restartable scheme("[androidx.compose.ui.UiComposable]") fun AttachmentRow( unstable attachments: List stable openAttachment: Function1 stable deleteAttachment: Function1 stable addAttachment: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoThumbnail( stable filename: String stable mimeType: String? stable open: Function0 stable delete: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DeleteAttachment( stable : BoxScope stable onClick: Function0 stable color: Color ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoAttachments() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AttachmentPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarRow( stable eventUri: String? stable selectedCalendar: String? stable onClick: Function0 stable clear: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoCalendar() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NewCalendar() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ExistingCalendar() restartable scheme("[androidx.compose.ui.UiComposable]") fun CommentsRow( unstable comments: List stable deleteComment: Function1 stable openImage: Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Comment( unstable comment: UserActivity stable deleteComment: Function1 stable openImage: Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun DescriptionRow( stable text: String? stable onChanged: Function1 unstable linkify: Linkify? unstable markdownProvider: MarkdownProvider? ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun EmptyDescriptionPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DescriptionPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DueDateRow( stable dueDate: String? stable overdue: Boolean stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DueDate( stable dueDate: String? stable overdue: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DueDatePreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoDueDatePreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun InfoRow( stable creationDate: Long? stable modificationDate: Long? stable completionDate: Long? unstable locale: Locale? = @dynamic getDefault() ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun InfoPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ListRow( list: Filter? stable colorProvider: Function1 stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ListPreview() restartable scheme("[androidx.compose.ui.UiComposable]") fun LocationRow( unstable location: Location? stable hasPermissions: Boolean stable onClick: Function0 stable openGeofenceOptions: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Location( stable name: String stable address: String? stable geofenceOn: Boolean stable openGeofenceOptions: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoLocation() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SampleLocation() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PriorityRow( stable priority: Int stable onChangePriority: Function1 stable desaturate: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Priority( stable selected: Int stable onClick: Function1? = @static { it: Int -> } stable desaturate: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PriorityLabeled( stable selected: Int stable onClick: Function1? = @static { it: Int -> } stable desaturate: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PriorityButton( stable : RowScope stable priority: Int stable selected: Int stable desaturate: Boolean stable onClick: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PriorityPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PriorityPreviewNoDesaturate() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PriorityNarrowWidth() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun RepeatRow( stable recurrence: String? stable repeatAfterCompletion: Boolean stable onClick: Function0 stable onRepeatFromChanged: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Repeat( stable recurrence: String? stable repeatFromCompletion: Boolean stable onRepeatFromChanged: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun RepeatPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoRepeatPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun StartDateRow( stable startDate: Long stable selectedDay: Long stable selectedTime: Int stable currentTime: Long = @dynamic now() stable hasDueDate: Boolean stable printDate: Function0 stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun StartDate( stable startDate: Long stable selectedDay: Long stable selectedTime: Int stable currentTime: Long stable hasDueDate: Boolean stable printDate: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoStartDate() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FutureStartDate() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PastStartDate() restartable scheme("[androidx.compose.ui.UiComposable]") fun SubtaskRow( originalFilter: Filter? filter: Filter? stable hasParent: Boolean stable desaturate: Boolean unstable existingSubtasks: List unstable newSubtasks: List stable openSubtask: Function1 stable completeExistingSubtask: Function2 stable completeNewSubtask: Function1 stable toggleSubtask: Function2 stable addSubtask: Function0 stable deleteSubtask: Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun NewSubtaskRow( unstable subtask: Task stable desaturate: Boolean stable addSubtask: Function0 stable onComplete: Function1 stable onDelete: Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun ExistingSubtaskRow( unstable task: TaskContainer stable indent: Int stable desaturate: Boolean stable onRowClick: Function0 stable onCompleteClick: Function0 stable onToggleSubtaskClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoSubtasks() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubtasksPreview() restartable scheme("[androidx.compose.ui.UiComposable]") fun TagsRow( unstable tags: List stable colorProvider: Function1 stable onClick: Function0 stable onClear: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoTags() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SingleTag() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BunchOfTags() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TagWithReallyLongName() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TimerRow( stable started: Long stable estimated: Int stable elapsed: Int stable timerClicked: Function0 stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoTimer() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun RunningTimer() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPicker( unstable viewModel: CalendarPickerViewModel? = @dynamic viewModel(null, null, null, null, $composer, 0, 0b1111) stable selected: String? stable onSelected: Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPickerList( unstable calendars: List stable selected: String? stable onSelected: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPickerPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPickerNoneSelected() restartable scheme("[androidx.compose.ui.UiComposable]") fun CheckableIconRow( unstable icon: Painter stable tint: Color stable text: String stable selected: Boolean stable onClick: Function0 ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun CheckableIconRow( unstable icon: Painter stable tint: Color stable selected: Boolean stable onClick: Function0 stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CollapsibleRow( stable text: String stable collapsed: Boolean stable onClick: Function0 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun CustomRecurrence( unstable state: ViewState stable save: Function0 stable discard: Function0 stable setInterval: Function1 stable setSelectedFrequency: Function1 stable setEndDate: Function1 stable setSelectedEndType: Function1 stable setOccurrences: Function1 stable toggleDay: Function1 stable setMonthSelection: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Header( stable resId: Int ) restartable scheme("[androidx.compose.ui.UiComposable]") fun WeekdayPicker( unstable daysOfWeek: List unstable selected: List stable toggle: Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun MonthlyPicker( unstable monthDay: WeekDay? stable dayNumber: Int stable dayOfWeek: DayOfWeek stable nthWeek: Int stable isLastWeek: Boolean unstable locale: Locale stable onSelected: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun EndsPicker( stable selection: Int stable endDate: Long stable endOccurrences: Int stable setOccurrences: Function1 stable setEndDate: Function1 stable setSelection: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun RadioRow( stable selected: Boolean stable onClick: Function0 stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun WeeklyPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MonthlyPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MinutelyPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun HourlyPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DailyPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun YearlyPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DatePickerDialog( stable initialDate: Long stable selected: Function1 stable dismiss: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DatePickerPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FilterPicker( unstable viewModel: FilterPickerViewModel? = @dynamic viewModel(null, null, null, null, $composer, 0, 0b1111) selected: Filter? stable onSelected: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SortSheetContent( stable manualSortSelected: Boolean stable manualSortEnabled: Boolean stable astridSortEnabled: Boolean stable selected: Int stable setManualSort: Function1 stable setAstridSort: Function1 stable onSelected: Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun SortPicker( stable selected: Int unstable options: Map stable onClick: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SortOption( stable resId: Int stable selected: Boolean stable enabled: Boolean = @static true stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BottomSheetContent( stable groupMode: Int stable sortMode: Int stable completedMode: Int stable subtaskMode: Int stable sortAscending: Boolean stable groupAscending: Boolean stable completedAscending: Boolean stable subtaskAscending: Boolean stable manualSort: Boolean stable astridSort: Boolean stable completedAtBottom: Boolean stable setSortAscending: Function1 stable setGroupAscending: Function1 stable setCompletedAscending: Function1 stable setSubtaskAscending: Function1 stable setCompletedAtBottom: Function1 stable clickGroupMode: Function0 stable clickSortMode: Function0 stable clickCompletedMode: Function0 stable clickSubtaskMode: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SortRow( stable icon: ImageVector? = @dynamic Outlined.SwapVert stable title: Int stable ascending: Boolean stable sortMode: Int stable body: Int = @dynamic remember(sortMode, { sortMode . modeString } , $composer, 0b1110 and $dirty shr 0b1001) stable showAscending: Boolean = @static true stable onClick: Function0 stable setAscending: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun OrderingButton( stable ascending: Boolean stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PreviewSortBottomSheet()