blob: 0c2f7966142a53cf1b6b9592f2999365ac73347e [file] [log] [blame]
// Signature format: 4.0
package androidx.glance.wear.tiles {
public final class AndroidLayoutElementKt {
method @Deprecated @androidx.compose.runtime.Composable public static void AndroidLayoutElement(androidx.wear.tiles.LayoutElementBuilders.LayoutElement layoutElement);
method @BytecodeOnly @Deprecated @androidx.compose.runtime.Composable public static void AndroidLayoutElement(androidx.wear.tiles.LayoutElementBuilders.LayoutElement, androidx.compose.runtime.Composer?, int);
}
public final class BorderKt {
method @KotlinOnly @Deprecated public static androidx.glance.GlanceModifier border(androidx.glance.GlanceModifier, androidx.compose.ui.unit.Dp width, androidx.glance.unit.ColorProvider color);
method @Deprecated public static androidx.glance.GlanceModifier border(androidx.glance.GlanceModifier, @DimenRes int width, androidx.glance.unit.ColorProvider color);
method @BytecodeOnly @Deprecated public static androidx.glance.GlanceModifier border-lG28NQ4(androidx.glance.GlanceModifier, float, androidx.glance.unit.ColorProvider);
}
public final class CompositionLocalsKt {
method @Deprecated public static androidx.compose.runtime.ProvidableCompositionLocal<androidx.glance.wear.tiles.TimeInterval?> getLocalTimeInterval();
property @Deprecated public static androidx.compose.runtime.ProvidableCompositionLocal<androidx.glance.wear.tiles.TimeInterval?> LocalTimeInterval;
}
@Deprecated @SuppressCompatibility @kotlin.RequiresOptIn(message="This API is experimental and is likely to change in the future.") @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention.BINARY) public @interface ExperimentalGlanceWearTilesApi {
}
@Deprecated public abstract class GlanceTileService extends androidx.wear.tiles.TileService {
ctor @Deprecated public GlanceTileService();
ctor @Deprecated public GlanceTileService(optional androidx.wear.tiles.LayoutElementBuilders.LayoutElement? errorUiLayout);
method @Deprecated @androidx.compose.runtime.Composable @androidx.glance.GlanceComposable public abstract void Content();
method @BytecodeOnly @Deprecated @androidx.compose.runtime.Composable @androidx.glance.GlanceComposable public abstract void Content(androidx.compose.runtime.Composer?, int);
method @Deprecated public androidx.glance.state.GlanceStateDefinition<? extends java.lang.Object?>? getStateDefinition();
method @Deprecated public final suspend <T> Object? getTileState(kotlin.coroutines.Continuation<? super T>);
method @Deprecated public androidx.glance.wear.tiles.TimelineMode getTimelineMode();
method @Deprecated protected final com.google.common.util.concurrent.ListenableFuture<androidx.wear.tiles.ResourceBuilders.Resources> onResourcesRequest(androidx.wear.tiles.RequestBuilders.ResourcesRequest requestParams);
method @Deprecated public void onStart(android.content.Intent? intent, int startId);
method @Deprecated protected final com.google.common.util.concurrent.ListenableFuture<androidx.wear.tiles.TileBuilders.Tile> onTileRequest(androidx.wear.tiles.RequestBuilders.TileRequest requestParams);
method @Deprecated public final suspend <T> Object? updateTileState(kotlin.jvm.functions.Function2<? super T,? super kotlin.coroutines.Continuation<? super T>,? extends java.lang.Object?> updateState, kotlin.coroutines.Continuation<? super T>);
property @Deprecated public androidx.glance.state.GlanceStateDefinition<? extends java.lang.Object?>? stateDefinition;
property @Deprecated public androidx.glance.wear.tiles.TimelineMode timelineMode;
}
public final class GlanceWearTilesKt {
method @KotlinOnly @Deprecated @SuppressCompatibility @androidx.glance.wear.tiles.ExperimentalGlanceWearTilesApi public static suspend Object? compose(android.content.Context context, androidx.compose.ui.unit.DpSize size, optional Object? state, kotlin.jvm.functions.Function0<kotlin.Unit> content, kotlin.coroutines.Continuation<? super androidx.glance.wear.tiles.WearTilesCompositionResult>);
method @BytecodeOnly @Deprecated @SuppressCompatibility @androidx.glance.wear.tiles.ExperimentalGlanceWearTilesApi public static Object? compose-eVKgIn8(android.content.Context, long, Object?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.coroutines.Continuation<? super androidx.glance.wear.tiles.WearTilesCompositionResult!>);
}
@Deprecated public final class TimeInterval {
ctor @Deprecated public TimeInterval();
ctor @Deprecated public TimeInterval(optional java.time.Instant start, optional java.time.Instant end);
method @Deprecated public java.time.Instant component1();
method @Deprecated public java.time.Instant component2();
method @Deprecated public androidx.glance.wear.tiles.TimeInterval copy(optional java.time.Instant start, optional java.time.Instant end);
method @Deprecated public java.time.Instant getEnd();
method @Deprecated public java.time.Instant getStart();
property @Deprecated public java.time.Instant end;
property @Deprecated public java.time.Instant start;
}
@Deprecated public sealed interface TimelineMode {
}
@Deprecated public static final class TimelineMode.SingleEntry implements androidx.glance.wear.tiles.TimelineMode {
field @Deprecated public static final androidx.glance.wear.tiles.TimelineMode.SingleEntry INSTANCE;
}
@Deprecated public static final class TimelineMode.TimeBoundEntries implements androidx.glance.wear.tiles.TimelineMode {
ctor @Deprecated public TimelineMode.TimeBoundEntries(java.util.Set<androidx.glance.wear.tiles.TimeInterval> timeIntervals);
method @Deprecated public java.util.Set<androidx.glance.wear.tiles.TimeInterval> getTimeIntervals();
property @Deprecated public java.util.Set<androidx.glance.wear.tiles.TimeInterval> timeIntervals;
}
@Deprecated @SuppressCompatibility @androidx.glance.wear.tiles.ExperimentalGlanceWearTilesApi public final class WearTilesCompositionResult {
ctor @Deprecated public WearTilesCompositionResult(androidx.wear.tiles.LayoutElementBuilders.LayoutElement layout, androidx.wear.tiles.ResourceBuilders.Resources resources);
method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.LayoutElement getLayout();
method @Deprecated public androidx.wear.tiles.ResourceBuilders.Resources getResources();
property @Deprecated public androidx.wear.tiles.LayoutElementBuilders.LayoutElement layout;
property @Deprecated public androidx.wear.tiles.ResourceBuilders.Resources resources;
}
}
package androidx.glance.wear.tiles.action {
@Deprecated public interface ActionCallback {
method @Deprecated public suspend Object? onAction(android.content.Context context, androidx.glance.GlanceId glanceId, kotlin.coroutines.Continuation<? super kotlin.Unit>);
}
public final class RunCallbackActionKt {
method @KotlinOnly @Deprecated public static inline <reified T extends androidx.glance.wear.tiles.action.ActionCallback> androidx.glance.action.Action actionRunCallback();
method @Deprecated public static <T extends androidx.glance.wear.tiles.action.ActionCallback> androidx.glance.action.Action actionRunCallback(Class<T> callbackClass);
}
}
package androidx.glance.wear.tiles.curved {
@Deprecated @kotlin.jvm.JvmInline public final value class AnchorType {
method @BytecodeOnly @Deprecated public static androidx.glance.wear.tiles.curved.AnchorType! box-impl(int);
method @BytecodeOnly @Deprecated public int unbox-impl();
field @Deprecated public static final androidx.glance.wear.tiles.curved.AnchorType.Companion Companion;
}
@Deprecated public static final class AnchorType.Companion {
method @BytecodeOnly @Deprecated public int getCenter-TqGwu_4();
method @BytecodeOnly @Deprecated public int getEnd-TqGwu_4();
method @BytecodeOnly @Deprecated public int getStart-TqGwu_4();
property @Deprecated public androidx.glance.wear.tiles.curved.AnchorType Center;
property @Deprecated public androidx.glance.wear.tiles.curved.AnchorType End;
property @Deprecated public androidx.glance.wear.tiles.curved.AnchorType Start;
}
@Deprecated public final class CombinedGlanceCurvedModifier implements androidx.glance.wear.tiles.curved.GlanceCurvedModifier {
ctor @Deprecated public CombinedGlanceCurvedModifier(androidx.glance.wear.tiles.curved.GlanceCurvedModifier outer, androidx.glance.wear.tiles.curved.GlanceCurvedModifier inner);
method @Deprecated public boolean all(kotlin.jvm.functions.Function1<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,java.lang.Boolean> predicate);
method @Deprecated public boolean any(kotlin.jvm.functions.Function1<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,java.lang.Boolean> predicate);
method @Deprecated public <R> R foldIn(R initial, kotlin.jvm.functions.Function2<? super R,? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,? extends R> operation);
method @Deprecated public <R> R foldOut(R initial, kotlin.jvm.functions.Function2<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,? super R,? extends R> operation);
}
@Deprecated @androidx.glance.wear.tiles.curved.CurvedScopeMarker public interface CurvedChildScope {
}
public final class CurvedRowKt {
method @KotlinOnly @Deprecated @androidx.compose.runtime.Composable public static void CurvedRow(optional androidx.glance.GlanceModifier modifier, optional float anchorDegrees, optional androidx.glance.wear.tiles.curved.AnchorType anchorType, optional androidx.glance.wear.tiles.curved.RadialAlignment radialAlignment, kotlin.jvm.functions.Function1<androidx.glance.wear.tiles.curved.CurvedScope,kotlin.Unit> content);
method @BytecodeOnly @Deprecated @androidx.compose.runtime.Composable public static void CurvedRow-zQo951E(androidx.glance.GlanceModifier?, float, int, int, kotlin.jvm.functions.Function1<? super androidx.glance.wear.tiles.curved.CurvedScope!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
@Deprecated @androidx.glance.wear.tiles.curved.CurvedScopeMarker @kotlin.jvm.JvmDefaultWithCompatibility public interface CurvedScope {
method @Deprecated public void curvedComposable(optional boolean rotateContent, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @Deprecated public void curvedComposable(boolean, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>);
method @Deprecated public void curvedLine(androidx.glance.unit.ColorProvider color, optional androidx.glance.wear.tiles.curved.GlanceCurvedModifier curvedModifier);
method @Deprecated public void curvedSpacer(optional androidx.glance.wear.tiles.curved.GlanceCurvedModifier curvedModifier);
method @Deprecated public void curvedText(String text, optional androidx.glance.wear.tiles.curved.GlanceCurvedModifier curvedModifier, optional androidx.glance.wear.tiles.curved.CurvedTextStyle? style);
}
@Deprecated @kotlin.DslMarker public @interface CurvedScopeMarker {
}
@Deprecated @androidx.compose.runtime.Immutable public final class CurvedTextStyle {
ctor @Deprecated public CurvedTextStyle();
ctor @InaccessibleFromJava @Deprecated public CurvedTextStyle(optional androidx.glance.unit.ColorProvider? color, optional androidx.compose.ui.unit.TextUnit? fontSize, optional androidx.glance.text.FontWeight? fontWeight, optional androidx.glance.text.FontStyle? fontStyle);
method @Deprecated public androidx.glance.unit.ColorProvider? getColor();
method @BytecodeOnly @Deprecated public androidx.compose.ui.unit.TextUnit? getFontSize-U3a4LBI();
method @BytecodeOnly @Deprecated public androidx.glance.text.FontStyle? getFontStyle-xuO1esU();
method @BytecodeOnly @Deprecated public androidx.glance.text.FontWeight? getFontWeight-pJbD0qI();
property @Deprecated public androidx.glance.unit.ColorProvider? color;
property @Deprecated public androidx.compose.ui.unit.TextUnit? fontSize;
property @Deprecated public androidx.glance.text.FontStyle? fontStyle;
property @Deprecated public androidx.glance.text.FontWeight? fontWeight;
}
@Deprecated @androidx.compose.runtime.Stable @kotlin.jvm.JvmDefaultWithCompatibility public interface GlanceCurvedModifier {
method @Deprecated public boolean all(kotlin.jvm.functions.Function1<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,java.lang.Boolean> predicate);
method @Deprecated public boolean any(kotlin.jvm.functions.Function1<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,java.lang.Boolean> predicate);
method @Deprecated public <R> R foldIn(R initial, kotlin.jvm.functions.Function2<? super R,? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,? extends R> operation);
method @Deprecated public <R> R foldOut(R initial, kotlin.jvm.functions.Function2<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,? super R,? extends R> operation);
method @Deprecated public default infix androidx.glance.wear.tiles.curved.GlanceCurvedModifier then(androidx.glance.wear.tiles.curved.GlanceCurvedModifier other);
field @Deprecated public static final androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Companion Companion;
}
@Deprecated public static final class GlanceCurvedModifier.Companion implements androidx.glance.wear.tiles.curved.GlanceCurvedModifier {
method @Deprecated public boolean all(kotlin.jvm.functions.Function1<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,java.lang.Boolean> predicate);
method @Deprecated public boolean any(kotlin.jvm.functions.Function1<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,java.lang.Boolean> predicate);
method @Deprecated public <R> R foldIn(R initial, kotlin.jvm.functions.Function2<? super R,? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,? extends R> operation);
method @Deprecated public <R> R foldOut(R initial, kotlin.jvm.functions.Function2<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,? super R,? extends R> operation);
}
@Deprecated @kotlin.jvm.JvmDefaultWithCompatibility public static interface GlanceCurvedModifier.Element extends androidx.glance.wear.tiles.curved.GlanceCurvedModifier {
method @Deprecated public default boolean all(kotlin.jvm.functions.Function1<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,java.lang.Boolean> predicate);
method @Deprecated public default boolean any(kotlin.jvm.functions.Function1<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,java.lang.Boolean> predicate);
method @Deprecated public default <R> R foldIn(R initial, kotlin.jvm.functions.Function2<? super R,? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,? extends R> operation);
method @Deprecated public default <R> R foldOut(R initial, kotlin.jvm.functions.Function2<? super androidx.glance.wear.tiles.curved.GlanceCurvedModifier.Element,? super R,? extends R> operation);
}
public final class GlanceCurvedModifierKt {
method @Deprecated public static androidx.glance.wear.tiles.curved.GlanceCurvedModifier clickable(androidx.glance.wear.tiles.curved.GlanceCurvedModifier, androidx.glance.action.Action onClick);
method @Deprecated public static androidx.glance.wear.tiles.curved.GlanceCurvedModifier semantics(androidx.glance.wear.tiles.curved.GlanceCurvedModifier, kotlin.jvm.functions.Function1<? super androidx.glance.semantics.SemanticsPropertyReceiver,kotlin.Unit> properties);
method @Deprecated public static androidx.glance.wear.tiles.curved.GlanceCurvedModifier sweepAngleDegrees(androidx.glance.wear.tiles.curved.GlanceCurvedModifier, float degrees);
method @KotlinOnly @Deprecated public static androidx.glance.wear.tiles.curved.GlanceCurvedModifier thickness(androidx.glance.wear.tiles.curved.GlanceCurvedModifier, androidx.compose.ui.unit.Dp thickness);
method @BytecodeOnly @Deprecated public static androidx.glance.wear.tiles.curved.GlanceCurvedModifier thickness-3ABfNKs(androidx.glance.wear.tiles.curved.GlanceCurvedModifier, float);
}
@Deprecated @kotlin.jvm.JvmInline public final value class RadialAlignment {
method @BytecodeOnly @Deprecated public static androidx.glance.wear.tiles.curved.RadialAlignment! box-impl(int);
method @BytecodeOnly @Deprecated public int unbox-impl();
field @Deprecated public static final androidx.glance.wear.tiles.curved.RadialAlignment.Companion Companion;
}
@Deprecated public static final class RadialAlignment.Companion {
method @BytecodeOnly @Deprecated public int getCenter-pFUpIe8();
method @BytecodeOnly @Deprecated public int getInner-pFUpIe8();
method @BytecodeOnly @Deprecated public int getOuter-pFUpIe8();
property @Deprecated public androidx.glance.wear.tiles.curved.RadialAlignment Center;
property @Deprecated public androidx.glance.wear.tiles.curved.RadialAlignment Inner;
property @Deprecated public androidx.glance.wear.tiles.curved.RadialAlignment Outer;
}
}
package androidx.glance.wear.tiles.state {
public final class GlanceWearTilesStateKt {
method @Deprecated public static suspend <T> Object? getWearTileState(android.content.Context context, androidx.glance.state.GlanceStateDefinition<T> definition, androidx.glance.GlanceId glanceId, kotlin.coroutines.Continuation<? super T>);
method @Deprecated public static suspend <T> Object? updateWearTileState(android.content.Context context, androidx.glance.state.GlanceStateDefinition<T> definition, androidx.glance.GlanceId glanceId, kotlin.jvm.functions.Function2<? super T,? super kotlin.coroutines.Continuation<? super T>,? extends java.lang.Object?> updateState, kotlin.coroutines.Continuation<? super T>);
}
}