mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
880 lines
37 KiB
Plaintext
880 lines
37 KiB
Plaintext
restartable scheme("[androidx.compose.ui.UiComposable]") fun DueDateRow(
|
|
unstable <this>: TaskEditFragment
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun PriorityRow(
|
|
unstable <this>: TaskEditFragment
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun DescriptionRow(
|
|
unstable <this>: TaskEditFragment
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun ListRow(
|
|
unstable <this>: TaskEditFragment
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun CreationRow(
|
|
unstable <this>: TaskEditFragment
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun Comments(
|
|
unstable <this>: TaskEditFragment
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddAccountDialog(
|
|
stable hasTasksAccount: Boolean
|
|
stable selected: Function1<Platform, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddAccountDialogPreview()
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun AddRandomReminderDialog(
|
|
unstable viewState: ViewState
|
|
stable addAlarm: Function1<Alarm, Unit>
|
|
stable closeDialog: Function0<Unit>
|
|
unused unstable <this>: AddReminderDialog
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun AddCustomReminderDialog(
|
|
unstable viewState: ViewState
|
|
stable addAlarm: Function1<Alarm, Unit>
|
|
stable closeDialog: Function0<Unit>
|
|
unstable <this>: AddReminderDialog
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRepeatReminderDialog(
|
|
stable openDialog: MutableState<Boolean>
|
|
stable initialInterval: Int
|
|
stable initialUnits: Int
|
|
stable initialRepeat: Int
|
|
stable selected: Function3<Int, Int, Int, Unit>
|
|
unused unstable <this>: AddReminderDialog
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRandomReminder(
|
|
stable time: MutableState<Int>
|
|
stable units: MutableState<Int>
|
|
unused unstable <this>: AddReminderDialog
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddCustomReminder(
|
|
stable time: MutableState<Int>
|
|
stable units: MutableState<Int>
|
|
stable interval: MutableState<Int>
|
|
stable recurringUnits: MutableState<Int>
|
|
stable repeat: MutableState<Int>
|
|
stable showRecurring: Function0<Unit>
|
|
unused unstable <this>: AddReminderDialog
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRecurringReminder(
|
|
stable openDialog: Boolean
|
|
stable interval: MutableState<Int>
|
|
stable units: MutableState<Int>
|
|
stable repeat: MutableState<Int>
|
|
unused unstable <this>: AddReminderDialog
|
|
)
|
|
restartable skippable fun ShowKeyboard(
|
|
stable visible: Boolean
|
|
stable focusRequester: FocusRequester
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun OutlinedIntInput(
|
|
stable time: MutableState<Int>
|
|
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<Int>
|
|
stable units: MutableState<Int>
|
|
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<Alarm>
|
|
stable addAlarm: Function1<Alarm, Unit>
|
|
stable addRandom: Function0<Unit>
|
|
stable addCustom: Function0<Unit>
|
|
stable pickDateAndTime: Function0<Unit>
|
|
stable dismiss: Function0<Unit>
|
|
)
|
|
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<Unit>
|
|
stable dismiss: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubscriptionNagBanner(
|
|
stable visible: Boolean
|
|
stable subscribe: Function0<Unit>
|
|
stable dismiss: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BeastModeBanner(
|
|
stable visible: Boolean
|
|
stable showSettings: Function0<Unit>
|
|
stable dismiss: Function0<Unit>
|
|
)
|
|
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 scheme("[androidx.compose.ui.UiComposable]") fun CheckBox(
|
|
unstable task: Task
|
|
stable onCompleteClick: Function0<Unit>
|
|
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<Unit>
|
|
stable colorProvider: Function1<Int, Int>
|
|
stable clear: Function0<Unit>? = @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<Unit>? = @static {
|
|
|
|
}
|
|
|
|
stable clear: Function0<Unit>? = @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<Composer, Int, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ClearButton(
|
|
stable onClick: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TextButton(
|
|
stable text: Int
|
|
stable onClick: Function0<Unit>
|
|
stable <this>: Constants
|
|
)
|
|
fun textButtonColors(
|
|
unused stable <this>: Constants
|
|
): ButtonColors
|
|
fun textFieldColors(
|
|
unused stable <this>: Constants
|
|
): TextFieldColors
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun CustomDialog(
|
|
stable visible: Boolean
|
|
stable onDismiss: Function0<Unit>
|
|
stable content: Function2<Composer, Int, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DeleteButton(
|
|
stable onClick: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DialogRow(
|
|
stable text: Int
|
|
stable onClick: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DisabledText(
|
|
stable text: String
|
|
stable modifier: Modifier? = @static Companion
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun FilterChip(
|
|
unstable filter: Filter
|
|
stable defaultIcon: Int
|
|
stable showText: Boolean
|
|
stable showIcon: Boolean
|
|
stable onClick: Function1<Filter, Unit>
|
|
stable colorProvider: Function1<Int, Int>
|
|
)
|
|
fun border()
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedBox(
|
|
stable modifier: Modifier? = @static Companion
|
|
stable content: @[ExtensionFunctionType] Function3<BoxScope, Composer, Int, Unit>
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun OutlinedSpinner(
|
|
stable text: String
|
|
unstable options: List<String>
|
|
stable onSelected: Function1<Int, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun OutlinedNumberInput(
|
|
stable number: Int
|
|
stable onTextChanged: Function1<Int, Unit>
|
|
stable onFocus: Function0<Unit>? = @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<PagerScope, Composer, Int, Unit>
|
|
)
|
|
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<PrincipalWithAccess>
|
|
stable onRemove: Function1<PrincipalWithAccess, Unit>?
|
|
unused stable <this>: ListSettingsComposables
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun PrincipalRow(
|
|
unstable principal: PrincipalWithAccess
|
|
stable onRemove: Function1<PrincipalWithAccess, Unit>?
|
|
unused stable <this>: ListSettingsComposables
|
|
)
|
|
fun rememberReminderPermissionState()
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ServerSelector(
|
|
stable selected: Int
|
|
stable onSelected: Function1<Int, Unit>
|
|
)
|
|
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<Boolean>
|
|
stable email: Boolean
|
|
stable invite: Function1<String, Unit>
|
|
unused stable <this>: ShareInvite
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ShareInvite(
|
|
stable email: Boolean
|
|
stable text: MutableState<String>
|
|
unused stable <this>: ShareInvite
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SignInDialog(
|
|
stable selected: Function1<Platform, Unit>
|
|
stable help: Function0<Unit>
|
|
stable cancel: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ConsentDialog(
|
|
stable agree: Function1<Boolean, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SignInDialogPreview()
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DisclosurePreview()
|
|
restartable fun Spinner(
|
|
unstable options: List<String>
|
|
unstable values: List<T>
|
|
selected: T
|
|
stable expanded: Boolean
|
|
stable modifier: Modifier? = @static Companion
|
|
stable onSelected: Function1<T, Unit>
|
|
stable setExpanded: Function1<Boolean, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun StartDateChip(
|
|
stable sortGroup: Long?
|
|
stable startDate: Long
|
|
stable compact: Boolean
|
|
stable timeOnly: Boolean
|
|
stable colorProvider: Function1<Int, Int>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PurchaseText(
|
|
stable nameYourPrice: MutableState<Boolean>? = @dynamic mutableStateOf(
|
|
value = false
|
|
)
|
|
stable sliderPosition: MutableState<Float>? = @dynamic mutableStateOf(
|
|
value = 0.0f
|
|
)
|
|
stable github: Boolean = @static false
|
|
stable solidButton: Boolean = @static false
|
|
stable badge: Boolean = @static false
|
|
stable onDisplayed: Function0<Unit>? = @static {
|
|
|
|
}
|
|
|
|
stable subscribe: Function2<Int, Boolean, Unit>
|
|
unused unstable <this>: PurchaseText
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SponsorButton(
|
|
unused unstable <this>: PurchaseText
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun GreetingText(
|
|
stable resId: Int
|
|
unused unstable <this>: PurchaseText
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun GooglePlayButtons(
|
|
stable nameYourPrice: MutableState<Boolean>
|
|
stable sliderPosition: MutableState<Float>
|
|
unstable pagerState: PagerState
|
|
stable subscribe: Function2<Int, Boolean, Unit>
|
|
stable solidButton: Boolean
|
|
stable badge: Boolean
|
|
unused unstable <this>: PurchaseText
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PagerItem(
|
|
stable feature: CarouselItem
|
|
stable disabled: Boolean = @static false
|
|
unused unstable <this>: PurchaseText
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TasksAccount(
|
|
stable subscribe: Function2<Int, Boolean, Unit>
|
|
unused unstable <this>: 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<Int, Boolean, Unit>
|
|
unused unstable <this>: PurchaseText
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NameYourPrice(
|
|
stable sliderPosition: MutableState<Float>
|
|
stable subscribe: Function2<Int, Boolean, Unit>
|
|
unused unstable <this>: 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<Unit>
|
|
)
|
|
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<Unit>
|
|
)
|
|
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<Composer, Int, Unit>? = @static composableLambda($composer, -269489378, true) { $composer: Composer?, $changed: Int ->
|
|
if ( $changed and 0b1011 != 0b0010 || ! $composer . skipping ) {
|
|
TaskEditIcon ( iconRes , Companion . alpha ( ContentAlpha . <get-medium> ( $composer , ContentAlpha . $stable ) ) . padding ( 16 . dp , 20 . dp , 32 . dp , 20 . dp ) , $composer , 0 , 0 )
|
|
} else {
|
|
$composer . skipToGroupEnd ( )
|
|
}
|
|
|
|
}
|
|
|
|
stable content: Function2<Composer, Int, Unit>
|
|
stable onClick: Function0<Unit>? = @static null
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ModalBottomSheet(
|
|
stable onDismissRequest: Function0<Unit>
|
|
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.<get-ExpandedShape>($composer, 0b0110)
|
|
stable containerColor: Color = @dynamic BottomSheetDefaults.<get-ContainerColor>($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.<get-ScrimColor>($composer, 0b0110)
|
|
stable dragHandle: Function2<Composer, Int, Unit>? = @static ComposableSingletons$ModalBottomSheetKt.lambda-1
|
|
stable windowInsets: WindowInsets? = @dynamic BottomSheetDefaults.<get-windowInsets>($composer, 0b0110)
|
|
stable properties: ModalBottomSheetProperties? = @dynamic ModalBottomSheetDefaults.properties()
|
|
stable content: @[ExtensionFunctionType] Function3<ColumnScope, Composer, Int, Unit>
|
|
)
|
|
fun rememberModalBottomSheetState(
|
|
stable skipPartiallyExpanded: Boolean = @static false
|
|
stable confirmValueChange: Function1<SheetValue, Boolean>? = @static { it: SheetValue ->
|
|
true
|
|
}
|
|
|
|
): SheetState
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Scrim(
|
|
stable color: Color
|
|
stable onDismissRequest: Function0<Unit>
|
|
stable visible: Boolean
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ModalBottomSheetPopup(
|
|
stable properties: ModalBottomSheetProperties
|
|
stable onDismissRequest: Function0<Unit>
|
|
stable windowInsets: WindowInsets
|
|
stable content: Function2<Composer, Int, Unit>
|
|
)
|
|
restartable fun Content(
|
|
unstable <this>: ModalBottomSheetWindow
|
|
)
|
|
fun <get-HiddenShape>(
|
|
unused stable <this>: BottomSheetDefaults
|
|
): Shape
|
|
fun <get-ExpandedShape>(
|
|
unused stable <this>: BottomSheetDefaults
|
|
): Shape
|
|
fun <get-ContainerColor>(
|
|
unused stable <this>: BottomSheetDefaults
|
|
): Color
|
|
fun <get-ScrimColor>(
|
|
unused stable <this>: BottomSheetDefaults
|
|
): Color
|
|
fun <get-windowInsets>(
|
|
unused stable <this>: 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.<get-shapes>($composer, MaterialTheme.$stable).extraLarge
|
|
stable color: Color = @dynamic MaterialTheme.<get-colorScheme>($composer, MaterialTheme.$stable).onSurfaceVariant.copy(
|
|
alpha = 0.4f
|
|
)
|
|
unused stable <this>: BottomSheetDefaults
|
|
)
|
|
fun rememberSheetState(
|
|
stable skipPartiallyExpanded: Boolean = @static false
|
|
stable confirmValueChange: Function1<SheetValue, Boolean>? = @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<DrawerItem>
|
|
stable onClick: Function1<DrawerItem, Unit>
|
|
stable onDrawerAction: Function1<DrawerAction, Unit>
|
|
stable onAddClick: Function1<Header, Unit>
|
|
stable onErrorClick: Function0<Unit>
|
|
stable query: String
|
|
stable onQueryChange: Function1<String, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FilterItem(
|
|
stable item: Filter
|
|
stable onClick: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MenuAction(
|
|
stable icon: Int
|
|
stable title: Int
|
|
stable onClick: Function0<Unit>
|
|
)
|
|
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<Unit>
|
|
stable onAddClick: Function0<Unit>
|
|
stable onErrorClick: Function0<Unit>
|
|
)
|
|
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<Unit>
|
|
stable content: @[ExtensionFunctionType] Function3<RowScope, Composer, Int, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MenuPreview()
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TasksMenu(
|
|
items: ImmutableList<DrawerItem>
|
|
stable isTopAppBar: Boolean
|
|
stable begForMoney: Boolean
|
|
stable setFilter: Function1<Filter, Unit>
|
|
stable toggleCollapsed: Function1<NavigationDrawerSubheader, Unit>
|
|
stable addFilter: Function1<NavigationDrawerSubheader, Unit>
|
|
stable dismiss: Function0<Unit>
|
|
stable query: String
|
|
stable onQueryChange: Function1<String, Unit>
|
|
)
|
|
restartable 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<Unit>
|
|
unstable alarms: List<Alarm>
|
|
stable ringMode: Int
|
|
unstable locale: Locale
|
|
stable addAlarm: Function1<Alarm, Unit>
|
|
stable deleteAlarm: Function1<Alarm, Unit>
|
|
stable openRingType: Function0<Unit>
|
|
stable pickDateAndTime: Function1<@[ParameterName(name = 'replace')] Alarm?, Unit>
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun Alarms(
|
|
unstable alarms: List<Alarm>
|
|
stable ringMode: Int
|
|
unstable locale: Locale
|
|
stable replaceAlarm: Function1<Alarm, Unit>
|
|
stable addAlarm: Function0<Unit>
|
|
stable deleteAlarm: Function1<Alarm, Unit>
|
|
stable openRingType: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AlarmRow(
|
|
stable text: String
|
|
stable onClick: Function0<Unit>
|
|
stable remove: Function0<Unit>
|
|
)
|
|
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<TaskAttachment>
|
|
stable openAttachment: Function1<TaskAttachment, Unit>
|
|
stable deleteAttachment: Function1<TaskAttachment, Unit>
|
|
stable addAttachment: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoThumbnail(
|
|
stable filename: String
|
|
stable mimeType: String?
|
|
stable open: Function0<Unit>
|
|
stable delete: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DeleteAttachment(
|
|
stable <this>: BoxScope
|
|
stable onClick: Function0<Unit>
|
|
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<Unit>
|
|
stable clear: Function0<Unit>
|
|
)
|
|
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<UserActivity>
|
|
stable deleteComment: Function1<UserActivity, Unit>
|
|
stable openImage: Function1<Uri, Unit>
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun Comment(
|
|
unstable comment: UserActivity
|
|
stable deleteComment: Function1<UserActivity, Unit>
|
|
stable openImage: Function1<Uri, Unit>
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun DescriptionRow(
|
|
stable text: String?
|
|
stable onChanged: Function1<CharSequence?, Unit>
|
|
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<Unit>
|
|
)
|
|
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 scheme("[androidx.compose.ui.UiComposable]") fun ListRow(
|
|
unstable list: Filter?
|
|
stable colorProvider: Function1<Int, Int>
|
|
stable onClick: Function0<Unit>
|
|
)
|
|
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<Unit>
|
|
stable openGeofenceOptions: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Location(
|
|
stable name: String
|
|
stable address: String?
|
|
stable geofenceOn: Boolean
|
|
stable openGeofenceOptions: Function0<Unit>
|
|
)
|
|
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<Int, Unit>
|
|
stable desaturate: Boolean
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Priority(
|
|
stable selected: Int
|
|
stable onClick: Function1<Int, Unit>? = @static { it: Int ->
|
|
|
|
}
|
|
|
|
stable desaturate: Boolean
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PriorityLabeled(
|
|
stable selected: Int
|
|
stable onClick: Function1<Int, Unit>? = @static { it: Int ->
|
|
|
|
}
|
|
|
|
stable desaturate: Boolean
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PriorityButton(
|
|
stable <this>: RowScope
|
|
stable priority: Int
|
|
stable selected: Int
|
|
stable desaturate: Boolean
|
|
stable onClick: Function1<Int, Unit>
|
|
)
|
|
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<Unit>
|
|
stable onRepeatFromChanged: Function1<Boolean, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Repeat(
|
|
stable recurrence: String?
|
|
stable repeatFromCompletion: Boolean
|
|
stable onRepeatFromChanged: Function1<Boolean, Unit>
|
|
)
|
|
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<String>
|
|
stable onClick: Function0<Unit>
|
|
)
|
|
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<String>
|
|
)
|
|
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(
|
|
unstable originalFilter: Filter?
|
|
unstable filter: Filter?
|
|
stable hasParent: Boolean
|
|
stable desaturate: Boolean
|
|
unstable existingSubtasks: TasksResults
|
|
unstable newSubtasks: List<Task>
|
|
stable openSubtask: Function1<Task, Unit>
|
|
stable completeExistingSubtask: Function2<Task, Boolean, Unit>
|
|
stable completeNewSubtask: Function1<Task, Unit>
|
|
stable toggleSubtask: Function2<Long, Boolean, Unit>
|
|
stable addSubtask: Function0<Unit>
|
|
stable deleteSubtask: Function1<Task, Unit>
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun NewSubtaskRow(
|
|
unstable subtask: Task
|
|
stable desaturate: Boolean
|
|
stable addSubtask: Function0<Unit>
|
|
stable onComplete: Function1<Task, Unit>
|
|
stable onDelete: Function1<Task, Unit>
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun ExistingSubtaskRow(
|
|
unstable task: TaskContainer
|
|
stable indent: Int
|
|
stable desaturate: Boolean
|
|
stable onRowClick: Function0<Unit>
|
|
stable onCompleteClick: Function0<Unit>
|
|
stable onToggleSubtaskClick: Function0<Unit>
|
|
)
|
|
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<TagData>
|
|
stable colorProvider: Function1<Int, Int>
|
|
stable onClick: Function0<Unit>
|
|
stable onClear: Function1<TagData, Unit>
|
|
)
|
|
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<Unit>
|
|
stable onClick: Function0<Unit>
|
|
)
|
|
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<AndroidCalendar?, Unit>
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPickerList(
|
|
unstable calendars: List<AndroidCalendar>
|
|
stable selected: String?
|
|
stable onSelected: Function1<AndroidCalendar?, Unit>
|
|
)
|
|
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 CustomRecurrence(
|
|
unstable state: ViewState
|
|
stable save: Function0<Unit>
|
|
stable discard: Function0<Unit>
|
|
stable setInterval: Function1<Int, Unit>
|
|
stable setSelectedFrequency: Function1<Frequency, Unit>
|
|
stable setEndDate: Function1<Long, Unit>
|
|
stable setSelectedEndType: Function1<Int, Unit>
|
|
stable setOccurrences: Function1<Int, Unit>
|
|
stable toggleDay: Function1<DayOfWeek, Unit>
|
|
stable setMonthSelection: Function1<Int, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Header(
|
|
stable resId: Int
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun WeekdayPicker(
|
|
unstable daysOfWeek: List<DayOfWeek>
|
|
unstable selected: List<DayOfWeek>
|
|
stable toggle: Function1<DayOfWeek, Unit>
|
|
)
|
|
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<Int, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun EndsPicker(
|
|
stable selection: Int
|
|
stable endDate: Long
|
|
stable endOccurrences: Int
|
|
stable setOccurrences: Function1<Int, Unit>
|
|
stable setEndDate: Function1<Long, Unit>
|
|
stable setSelection: Function1<Int, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun RadioRow(
|
|
stable selected: Boolean
|
|
stable onClick: Function0<Unit>
|
|
stable content: @[ExtensionFunctionType] Function3<RowScope, Composer, Int, Unit>
|
|
)
|
|
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<Long, Unit>
|
|
stable dismiss: Function0<Unit>
|
|
)
|
|
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<Boolean, Unit>
|
|
stable setAstridSort: Function1<Boolean, Unit>
|
|
stable onSelected: Function1<Int, Unit>
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun SortPicker(
|
|
stable selected: Int
|
|
unstable options: Map<Int, Int>
|
|
stable onClick: Function1<Int, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SortOption(
|
|
stable resId: Int
|
|
stable selected: Boolean
|
|
stable enabled: Boolean = @static true
|
|
stable onClick: Function0<Unit>
|
|
)
|
|
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<Boolean, Unit>
|
|
stable setGroupAscending: Function1<Boolean, Unit>
|
|
stable setCompletedAscending: Function1<Boolean, Unit>
|
|
stable setSubtaskAscending: Function1<Boolean, Unit>
|
|
stable setCompletedAtBottom: Function1<Boolean, Unit>
|
|
stable clickGroupMode: Function0<Unit>
|
|
stable clickSortMode: Function0<Unit>
|
|
stable clickCompletedMode: Function0<Unit>
|
|
stable clickSubtaskMode: Function0<Unit>
|
|
)
|
|
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<Unit>
|
|
stable setAscending: Function1<Boolean, Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun OrderingButton(
|
|
stable ascending: Boolean
|
|
stable onClick: Function0<Unit>
|
|
)
|
|
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PreviewSortBottomSheet()
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun TagPicker(
|
|
unstable viewModel: TagPickerViewModel
|
|
stable onBackClicked: Function0<Unit>
|
|
stable getTagIcon: Function1<TagData, Int>
|
|
stable getTagColor: Function1<TagData, Color>
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun SearchBar(
|
|
unstable viewModel: TagPickerViewModel
|
|
stable onBack: Function0<Unit>
|
|
)
|
|
restartable scheme("[androidx.compose.ui.UiComposable]") fun PickerBox(
|
|
unstable viewModel: TagPickerViewModel
|
|
stable tags: State<List<TagData>>
|
|
stable getTagIcon: Function1<TagData, Int>? = @static { it: TagData ->
|
|
drawable . ic_outline_label_24px
|
|
}
|
|
|
|
stable getTagColor: Function1<TagData, Color>? = @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<Unit>
|
|
stable checkBox: @[ExtensionFunctionType] Function3<RowScope, Composer, Int, Unit>? = @static ComposableSingletons$TagPickerActivityKt.lambda-1
|
|
)
|