restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DueDateRow( unstable : TaskEditFragment ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PriorityRow( unstable : TaskEditFragment ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DescriptionRow( unstable : TaskEditFragment ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ListRow( unstable : TaskEditFragment ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CreationRow( unstable : TaskEditFragment ) restartable skippable 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 skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRandomReminderDialog( unstable viewState: ViewState stable addAlarm: Function1 stable closeDialog: Function0 unused unstable : AddReminderDialog ) restartable skippable 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 skippable 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]") fun NotificationsDisabledBanner( stable visible: Boolean stable settings: Function0 stable dismiss: Function0 ) 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 NotificationsDisabledPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BeastModePreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubscriptionNagPreview() restartable skippable 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: String? 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: String? = @static null stable color: Color stable onClick: Function0? = @static { } stable clear: Function0? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ChipIcon( stable icon: String? ) 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( unstable filter: Filter stable defaultIcon: String stable showText: Boolean stable showIcon: Boolean stable onClick: Function1 stable colorProvider: Function1 ) 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 skippable 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 skippable 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 skippable scheme("[androidx.compose.ui.UiComposable]") fun PrincipalList( unstable principals: List stable onRemove: Function1? unused stable : ListSettingsComposables ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PrincipalRow( unstable principal: PrincipalWithAccess stable onRemove: Function1? unused stable : ListSettingsComposables ) fun rememberReminderPermissionState() 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 skippable 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 skippable 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, -269489378, true) { $composer: Composer?, $changed: Int -> if ( $changed and 0b0011 != 0b0010 || ! $composer . skipping ) { TaskEditIcon ( iconRes , Companion . alpha ( ContentAlpha . ( $composer , ContentAlpha . $stable ) ) . padding ( 16 . dp , 20 . dp , 32 . dp , 20 . dp ) , $composer , 0 , 0 ) } 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 sheetMaxWidth: Dp = @static BottomSheetDefaults.SheetMaxWidth 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 0b1111) 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 properties: ModalBottomSheetProperties? = @dynamic ModalBottomSheetDefaults.properties() 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 properties: ModalBottomSheetProperties stable onDismissRequest: Function0 stable windowInsets: WindowInsets stable content: Function2 ) restartable skippable fun Content( unstable : ModalBottomSheetWindow ) fun ( unused stable : BottomSheetDefaults ): Shape 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 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 stable query: String stable onQueryChange: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FilterItem( stable item: Filter stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DrawerIcon( stable icon: String 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 skippable scheme("[androidx.compose.ui.UiComposable]") fun TasksMenu( items: ImmutableList stable isTopAppBar: Boolean stable begForMoney: Boolean stable setFilter: Function1 stable toggleCollapsed: Function1 stable addFilter: Function1 stable dismiss: Function0 stable query: String stable onQueryChange: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AlarmRow( unstable vm: ReminderControlSetViewModel? = @dynamic viewModel(null, null, null, null, $composer, 0, 0b1111) stable hasNotificationPermissions: Boolean stable fixNotificationPermissions: 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 skippable 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 skippable 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 skippable scheme("[androidx.compose.ui.UiComposable]") fun CommentsRow( unstable comments: List stable deleteComment: Function1 stable openImage: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Comment( unstable comment: UserActivity stable deleteComment: Function1 stable openImage: Function1 ) restartable skippable 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( unstable list: Filter? stable colorProvider: Function1 stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ListPreview() restartable skippable 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 DateTimeUtils2.currentTimeMillis() 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 skippable scheme("[androidx.compose.ui.UiComposable]") fun SubtaskRow( unstable originalFilter: Filter? unstable filter: Filter? stable hasParent: Boolean stable desaturate: Boolean unstable existingSubtasks: TasksResults unstable newSubtasks: List stable openSubtask: Function1 stable completeExistingSubtask: Function2 stable completeNewSubtask: Function1 stable toggleSubtask: Function2 stable addSubtask: Function0 stable deleteSubtask: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NewSubtaskRow( unstable subtask: Task stable desaturate: Boolean stable addSubtask: Function0 stable onComplete: Function1 stable onDelete: Function1 ) restartable skippable 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 skippable 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 skippable 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 skippable 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 skippable scheme("[androidx.compose.ui.UiComposable]") fun WeekdayPicker( unstable daysOfWeek: List unstable selected: List stable toggle: Function1 ) restartable skippable 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 SortSheetContent( stable manualSortSelected: Boolean stable manualSortEnabled: Boolean stable astridSortEnabled: Boolean stable selected: Int stable setManualSort: Function1 stable setAstridSort: Function1 stable onSelected: Function1 ) restartable skippable 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 $composer.startReplaceableGroup(151860025) val tmp0_group = $composer.cache($dirty and 0b0001110000000000 == 0b100000000000) { sortMode . modeString } $composer.endReplaceableGroup() tmp0_group@org.tasks.dialogs.SortRow 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() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TagPicker( unstable viewModel: TagPickerViewModel stable onBackClicked: Function0 stable getTagIcon: Function1 stable getTagColor: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SearchBar( unstable viewModel: TagPickerViewModel stable onBack: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PickerBox( unstable viewModel: TagPickerViewModel stable tags: State> stable getTagIcon: Function1? = @static { it: TagData -> "label" } stable getTagColor: Function1? = @static { it: TagData -> Companion . Gray } ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun TagRow( stable icon: ImageVector stable iconColor: Color stable text: String stable onClick: Function0 stable checkBox: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$TagPickerActivityKt.lambda-1 )