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: radiography/api/radiography.api
-99Lines changed: 0 additions & 99 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ public abstract interface annotation class radiography/ExperimentalRadiographyCo
8
8
9
9
public final class radiography/Radiography {
10
10
public static final field INSTANCE Lradiography/Radiography;
11
-
public final synthetic fun renderScannableViewTree$radiography_release (Ljava/lang/StringBuilder;Lradiography/ScannableView;Ljava/util/List;Lradiography/ViewFilter;)V
12
11
public static final fun scan ()Ljava/lang/String;
13
12
public static final fun scan (Lradiography/ScanScope;)Ljava/lang/String;
14
13
public static final fun scan (Lradiography/ScanScope;Ljava/util/List;)Ljava/lang/String;
@@ -22,7 +21,6 @@ public abstract interface class radiography/ScanScope {
22
21
23
22
public final class radiography/ScanScopes {
24
23
public static final field AllWindowsScope Lradiography/ScanScope;
25
-
public static final field EmptyScope Lradiography/ScanScope;
26
24
public static final field FocusedWindowScope Lradiography/ScanScope;
27
25
public static final field INSTANCE Lradiography/ScanScopes;
28
26
public static final fun composeTestTagScope (Ljava/lang/String;)Lradiography/ScanScope;
@@ -78,10 +76,6 @@ public final class radiography/ScannableView$ComposeView : radiography/Scannable
78
76
public fun toString ()Ljava/lang/String;
79
77
}
80
78
81
-
public final class radiography/ScannableViewKt {
82
-
public static final fun toScannableView (Lradiography/internal/ComposeLayoutInfo;)Lradiography/ScannableView;
83
-
}
84
-
85
79
public abstract interface class radiography/ViewFilter {
86
80
public abstract fun matches (Lradiography/ScannableView;)Z
87
81
}
@@ -91,7 +85,6 @@ public final class radiography/ViewFilters {
91
85
public static final field NoFilter Lradiography/ViewFilter;
92
86
public static final fun and (Lradiography/ViewFilter;Lradiography/ViewFilter;)Lradiography/ViewFilter;
93
87
public static final fun androidViewFilterFor (Ljava/lang/Class;Lkotlin/jvm/functions/Function1;)Lradiography/ViewFilter;
94
-
public final synthetic fun androidViewFilterFor (Lkotlin/jvm/functions/Function1;)Lradiography/ViewFilter;
95
88
public static final fun skipComposeTestTagsFilter ([Ljava/lang/String;)Lradiography/ViewFilter;
96
89
public static final fun skipIdsViewFilter ([I)Lradiography/ViewFilter;
97
90
}
@@ -107,10 +100,6 @@ public final class radiography/ViewStateRenderers {
107
100
public static final field INSTANCE Lradiography/ViewStateRenderers;
108
101
public static final field ViewRenderer Lradiography/ViewStateRenderer;
109
102
public static final fun androidViewStateRendererFor (Ljava/lang/Class;Lkotlin/jvm/functions/Function2;)Lradiography/ViewStateRenderer;
110
-
public final synthetic fun androidViewStateRendererFor (Lkotlin/jvm/functions/Function2;)Lradiography/ViewStateRenderer;
111
-
public final fun appendTextValue$radiography_release (Lradiography/AttributeAppendable;Ljava/lang/String;Ljava/lang/CharSequence;ZI)V
112
-
public static final synthetic fun composeTextRenderer$radiography_release (ZI)Lradiography/ViewStateRenderer;
113
-
public static synthetic fun composeTextRenderer$radiography_release$default (ZIILjava/lang/Object;)Lradiography/ViewStateRenderer;
114
103
public static final fun textViewRenderer ()Lradiography/ViewStateRenderer;
115
104
public static final fun textViewRenderer (Z)Lradiography/ViewStateRenderer;
116
105
public static final fun textViewRenderer (ZI)Lradiography/ViewStateRenderer;
@@ -122,91 +111,3 @@ public final class radiography/ViewsKt {
122
111
public static synthetic fun scan$default (Landroid/view/View;Ljava/util/List;Lradiography/ViewFilter;ILjava/lang/Object;)Ljava/lang/String;
123
112
}
124
113
125
-
public abstract class radiography/internal/ComposeLayoutInfo {
126
-
}
127
-
128
-
public final class radiography/internal/ComposeLayoutInfo$AndroidViewInfo : radiography/internal/ComposeLayoutInfo {
129
-
public fun <init> (Landroid/view/View;)V
130
-
public final fun component1 ()Landroid/view/View;
131
-
public final fun copy (Landroid/view/View;)Lradiography/internal/ComposeLayoutInfo$AndroidViewInfo;
132
-
public static synthetic fun copy$default (Lradiography/internal/ComposeLayoutInfo$AndroidViewInfo;Landroid/view/View;ILjava/lang/Object;)Lradiography/internal/ComposeLayoutInfo$AndroidViewInfo;
133
-
public fun equals (Ljava/lang/Object;)Z
134
-
public final fun getView ()Landroid/view/View;
135
-
public fun hashCode ()I
136
-
public fun toString ()Ljava/lang/String;
137
-
}
138
-
139
-
public final class radiography/internal/ComposeLayoutInfo$LayoutNodeInfo : radiography/internal/ComposeLayoutInfo {
140
-
public fun <init> (Ljava/lang/String;Ljava/util/List;Landroidx/compose/ui/unit/IntRect;Ljava/util/List;Lkotlin/sequences/Sequence;Ljava/util/List;)V
141
-
public final fun component1 ()Ljava/lang/String;
142
-
public final fun component2 ()Ljava/util/List;
143
-
public final fun component3 ()Landroidx/compose/ui/unit/IntRect;
144
-
public final fun component4 ()Ljava/util/List;
145
-
public final fun component5 ()Lkotlin/sequences/Sequence;
146
-
public final fun component6 ()Ljava/util/List;
147
-
public final fun copy (Ljava/lang/String;Ljava/util/List;Landroidx/compose/ui/unit/IntRect;Ljava/util/List;Lkotlin/sequences/Sequence;Ljava/util/List;)Lradiography/internal/ComposeLayoutInfo$LayoutNodeInfo;
148
-
public static synthetic fun copy$default (Lradiography/internal/ComposeLayoutInfo$LayoutNodeInfo;Ljava/lang/String;Ljava/util/List;Landroidx/compose/ui/unit/IntRect;Ljava/util/List;Lkotlin/sequences/Sequence;Ljava/util/List;ILjava/lang/Object;)Lradiography/internal/ComposeLayoutInfo$LayoutNodeInfo;
149
-
public fun equals (Ljava/lang/Object;)Z
150
-
public final fun getBounds ()Landroidx/compose/ui/unit/IntRect;
151
-
public final fun getCallChain ()Ljava/util/List;
152
-
public final fun getChildren ()Lkotlin/sequences/Sequence;
153
-
public final fun getModifiers ()Ljava/util/List;
154
-
public final fun getName ()Ljava/lang/String;
155
-
public final fun getSemanticsNodes ()Ljava/util/List;
156
-
public fun hashCode ()I
157
-
public fun toString ()Ljava/lang/String;
158
-
}
159
-
160
-
public final class radiography/internal/ComposeLayoutInfo$SubcompositionInfo : radiography/internal/ComposeLayoutInfo {
161
-
public fun <init> (Ljava/lang/String;Ljava/util/List;Landroidx/compose/ui/unit/IntRect;Lkotlin/sequences/Sequence;)V
162
-
public final fun component1 ()Ljava/lang/String;
163
-
public final fun component2 ()Ljava/util/List;
164
-
public final fun component3 ()Landroidx/compose/ui/unit/IntRect;
165
-
public final fun component4 ()Lkotlin/sequences/Sequence;
166
-
public final fun copy (Ljava/lang/String;Ljava/util/List;Landroidx/compose/ui/unit/IntRect;Lkotlin/sequences/Sequence;)Lradiography/internal/ComposeLayoutInfo$SubcompositionInfo;
167
-
public static synthetic fun copy$default (Lradiography/internal/ComposeLayoutInfo$SubcompositionInfo;Ljava/lang/String;Ljava/util/List;Landroidx/compose/ui/unit/IntRect;Lkotlin/sequences/Sequence;ILjava/lang/Object;)Lradiography/internal/ComposeLayoutInfo$SubcompositionInfo;
168
-
public fun equals (Ljava/lang/Object;)Z
169
-
public final fun getBounds ()Landroidx/compose/ui/unit/IntRect;
170
-
public final fun getCallChain ()Ljava/util/List;
171
-
public final fun getChildren ()Lkotlin/sequences/Sequence;
172
-
public final fun getName ()Ljava/lang/String;
173
-
public fun hashCode ()I
174
-
public fun toString ()Ljava/lang/String;
175
-
}
176
-
177
-
public final class radiography/internal/ComposeLayoutInfoKt {
178
-
public static final fun computeLayoutInfos (Landroidx/compose/ui/tooling/data/Group;Ljava/util/List;Landroidx/compose/ui/semantics/SemanticsOwner;)Lkotlin/sequences/Sequence;
179
-
public static synthetic fun computeLayoutInfos$default (Landroidx/compose/ui/tooling/data/Group;Ljava/util/List;Landroidx/compose/ui/semantics/SemanticsOwner;ILjava/lang/Object;)Lkotlin/sequences/Sequence;
180
-
}
181
-
182
-
public final class radiography/internal/ComposeViewsKt {
183
-
public static final field COMPOSE_UNSUPPORTED_MESSAGE Ljava/lang/String;
184
-
public static final fun composeRenderingError (Ljava/lang/LinkageError;)Lradiography/ScannableView;
185
-
public static final fun getComposeScannableViews (Landroid/view/View;)Lkotlin/Pair;
186
-
public static final fun getMightBeComposeView (Landroid/view/View;)Z
187
-
public static final fun isComposeAvailable ()Z
188
-
}
189
-
190
-
public final class radiography/internal/CompositionContextsKt {
191
-
public static final fun getCompositionContexts (Landroidx/compose/ui/tooling/data/Group;)Lkotlin/sequences/Sequence;
192
-
public static final fun tryGetComposers (Landroidx/compose/runtime/CompositionContext;)Ljava/lang/Iterable;
193
-
}
194
-
195
-
public final class radiography/internal/RenderTreeStringKt {
196
-
public static final fun renderTreeString (Ljava/lang/StringBuilder;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)V
197
-
}
198
-
199
-
public final class radiography/internal/SemanticsKt {
200
-
public static final fun findTestTags (Lradiography/ScannableView$ComposeView;)Lkotlin/sequences/Sequence;
201
-
}
202
-
203
-
public final class radiography/internal/SemanticsPropertiesHelpers {
204
-
public static final field INSTANCE Lradiography/internal/SemanticsPropertiesHelpers;
205
-
public final fun getHideFromAccessibility ()Landroidx/compose/ui/semantics/SemanticsPropertyKey;
206
-
}
207
-
208
-
public final class radiography/internal/StringsKt {
209
-
public static final fun ellipsize (Ljava/lang/CharSequence;I)Ljava/lang/CharSequence;
210
-
public static final fun formatPixelDimensions (II)Ljava/lang/String;
0 commit comments