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: 99 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ 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
11
12
public static final fun scan ()Ljava/lang/String;
12
13
public static final fun scan (Lradiography/ScanScope;)Ljava/lang/String;
13
14
public static final fun scan (Lradiography/ScanScope;Ljava/util/List;)Ljava/lang/String;
@@ -21,6 +22,7 @@ public abstract interface class radiography/ScanScope {
21
22
22
23
public final class radiography/ScanScopes {
23
24
public static final field AllWindowsScope Lradiography/ScanScope;
25
+
public static final field EmptyScope Lradiography/ScanScope;
24
26
public static final field FocusedWindowScope Lradiography/ScanScope;
25
27
public static final field INSTANCE Lradiography/ScanScopes;
26
28
public static final fun composeTestTagScope (Ljava/lang/String;)Lradiography/ScanScope;
@@ -76,6 +78,10 @@ public final class radiography/ScannableView$ComposeView : radiography/Scannable
76
78
public fun toString ()Ljava/lang/String;
77
79
}
78
80
81
+
public final class radiography/ScannableViewKt {
82
+
public static final fun toScannableView (Lradiography/internal/ComposeLayoutInfo;)Lradiography/ScannableView;
83
+
}
84
+
79
85
public abstract interface class radiography/ViewFilter {
80
86
public abstract fun matches (Lradiography/ScannableView;)Z
81
87
}
@@ -85,6 +91,7 @@ public final class radiography/ViewFilters {
85
91
public static final field NoFilter Lradiography/ViewFilter;
86
92
public static final fun and (Lradiography/ViewFilter;Lradiography/ViewFilter;)Lradiography/ViewFilter;
87
93
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;
88
95
public static final fun skipComposeTestTagsFilter ([Ljava/lang/String;)Lradiography/ViewFilter;
89
96
public static final fun skipIdsViewFilter ([I)Lradiography/ViewFilter;
90
97
}
@@ -100,6 +107,10 @@ public final class radiography/ViewStateRenderers {
100
107
public static final field INSTANCE Lradiography/ViewStateRenderers;
101
108
public static final field ViewRenderer Lradiography/ViewStateRenderer;
102
109
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;
103
114
public static final fun textViewRenderer ()Lradiography/ViewStateRenderer;
104
115
public static final fun textViewRenderer (Z)Lradiography/ViewStateRenderer;
105
116
public static final fun textViewRenderer (ZI)Lradiography/ViewStateRenderer;
@@ -111,3 +122,91 @@ public final class radiography/ViewsKt {
111
122
public static synthetic fun scan$default (Landroid/view/View;Ljava/util/List;Lradiography/ViewFilter;ILjava/lang/Object;)Ljava/lang/String;
112
123
}
113
124
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