You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflow-ui/compose-tooling/src/main/java/com/squareup/workflow1/ui/compose/tooling/PreviewViewEnvironment.kt
Copy file name to clipboardExpand all lines: workflow-ui/container-android/api/container-android.api
+2-64Lines changed: 2 additions & 64 deletions
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,6 @@
1
-
public final class com/squareup/workflow1/ui/backstack/BackStackConfig : java/lang/Enum {
2
-
public static final field Companion Lcom/squareup/workflow1/ui/backstack/BackStackConfig$Companion;
3
-
public static final field First Lcom/squareup/workflow1/ui/backstack/BackStackConfig;
4
-
public static final field None Lcom/squareup/workflow1/ui/backstack/BackStackConfig;
5
-
public static final field Other Lcom/squareup/workflow1/ui/backstack/BackStackConfig;
6
-
public static fun valueOf (Ljava/lang/String;)Lcom/squareup/workflow1/ui/backstack/BackStackConfig;
7
-
public static fun values ()[Lcom/squareup/workflow1/ui/backstack/BackStackConfig;
8
-
}
9
-
10
-
public final class com/squareup/workflow1/ui/backstack/BackStackConfig$Companion : com/squareup/workflow1/ui/ViewEnvironmentKey {
11
-
public fun getDefault ()Lcom/squareup/workflow1/ui/backstack/BackStackConfig;
12
-
public synthetic fun getDefault ()Ljava/lang/Object;
13
-
}
14
-
15
-
public class com/squareup/workflow1/ui/backstack/BackStackContainer : android/widget/FrameLayout {
1
+
public final class com/squareup/workflow1/ui/backstack/BackStackContainer {
16
2
public static final field Companion Lcom/squareup/workflow1/ui/backstack/BackStackContainer$Companion;
17
-
public fun <init> (Landroid/content/Context;)V
18
-
public fun <init> (Landroid/content/Context;Landroid/util/AttributeSet;)V
19
-
public fun <init> (Landroid/content/Context;Landroid/util/AttributeSet;I)V
20
-
public fun <init> (Landroid/content/Context;Landroid/util/AttributeSet;II)V
21
-
public synthetic fun <init> (Landroid/content/Context;Landroid/util/AttributeSet;IIILkotlin/jvm/internal/DefaultConstructorMarker;)V
22
-
protected fun onAttachedToWindow ()V
23
-
protected fun onDetachedFromWindow ()V
24
-
protected fun onRestoreInstanceState (Landroid/os/Parcelable;)V
25
-
protected fun onSaveInstanceState ()Landroid/os/Parcelable;
26
-
protected fun performTransition (Landroid/view/View;Landroid/view/View;Z)V
27
-
protected final fun update (Lcom/squareup/workflow1/ui/backstack/BackStackScreen;Lcom/squareup/workflow1/ui/ViewEnvironment;)V
3
+
public fun <init> ()V
28
4
}
29
5
30
6
public final class com/squareup/workflow1/ui/backstack/BackStackContainer$Companion : com/squareup/workflow1/ui/ViewFactory {
@@ -33,44 +9,6 @@ public final class com/squareup/workflow1/ui/backstack/BackStackContainer$Compan
33
9
public fun getType ()Lkotlin/reflect/KClass;
34
10
}
35
11
36
-
public final class com/squareup/workflow1/ui/backstack/BackStackStateKeyKt {
37
-
public static final fun withBackStackStateKeyPrefix (Lcom/squareup/workflow1/ui/ViewEnvironment;Ljava/lang/String;)Lcom/squareup/workflow1/ui/ViewEnvironment;
38
-
}
39
-
40
-
public final class com/squareup/workflow1/ui/backstack/ViewStateCache : android/os/Parcelable {
41
-
public static final field CREATOR Lcom/squareup/workflow1/ui/backstack/ViewStateCache$CREATOR;
42
-
public fun <init> ()V
43
-
public final fun attachToParentRegistry (Ljava/lang/String;Landroidx/savedstate/SavedStateRegistryOwner;)V
44
-
public fun describeContents ()I
45
-
public final fun detachFromParentRegistry ()V
46
-
public final fun prune (Ljava/util/Collection;)V
47
-
public final fun restore (Lcom/squareup/workflow1/ui/backstack/ViewStateCache;)V
48
-
public final fun update (Ljava/util/Collection;Landroid/view/View;Landroid/view/View;)V
49
-
public fun writeToParcel (Landroid/os/Parcel;I)V
50
-
}
51
-
52
-
public final class com/squareup/workflow1/ui/backstack/ViewStateCache$CREATOR : android/os/Parcelable$Creator {
53
-
public fun createFromParcel (Landroid/os/Parcel;)Lcom/squareup/workflow1/ui/backstack/ViewStateCache;
54
-
public synthetic fun createFromParcel (Landroid/os/Parcel;)Ljava/lang/Object;
55
-
public fun newArray (I)[Lcom/squareup/workflow1/ui/backstack/ViewStateCache;
56
-
public synthetic fun newArray (I)[Ljava/lang/Object;
57
-
}
58
-
59
-
public final class com/squareup/workflow1/ui/backstack/ViewStateCache$SavedState : android/view/View$BaseSavedState {
60
-
public static final field CREATOR Lcom/squareup/workflow1/ui/backstack/ViewStateCache$SavedState$CREATOR;
61
-
public fun <init> (Landroid/os/Parcel;)V
62
-
public fun <init> (Landroid/os/Parcelable;Lcom/squareup/workflow1/ui/backstack/ViewStateCache;)V
63
-
public final fun getViewStateCache ()Lcom/squareup/workflow1/ui/backstack/ViewStateCache;
64
-
public fun writeToParcel (Landroid/os/Parcel;I)V
65
-
}
66
-
67
-
public final class com/squareup/workflow1/ui/backstack/ViewStateCache$SavedState$CREATOR : android/os/Parcelable$Creator {
68
-
public fun createFromParcel (Landroid/os/Parcel;)Lcom/squareup/workflow1/ui/backstack/ViewStateCache$SavedState;
69
-
public synthetic fun createFromParcel (Landroid/os/Parcel;)Ljava/lang/Object;
70
-
public fun newArray (I)[Lcom/squareup/workflow1/ui/backstack/ViewStateCache$SavedState;
71
-
public synthetic fun newArray (I)[Ljava/lang/Object;
72
-
}
73
-
74
12
public final class com/squareup/workflow1/ui/modal/AlertContainer : com/squareup/workflow1/ui/modal/ModalContainer {
75
13
public static final field Companion Lcom/squareup/workflow1/ui/modal/AlertContainer$Companion;
0 commit comments