[go: nahoru, domu]

blob: f020b6870cc363f3f4cbe8d7c256f37f836b869e [file] [log] [blame]
George Mount842c8c12020-01-08 16:03:42 -08001// Signature format: 3.0
George Mount0ad23d02020-04-24 14:37:08 -07002package androidx.ui.core {
3
Aurimas Liutikas3ec16722020-05-27 13:08:04 -07004 @androidx.compose.Immutable public final class Constraints {
George Mount0ad23d02020-04-24 14:37:08 -07005 method public int component1();
6 method public int component2();
7 method public int component3();
8 method public int component4();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -07009 method @androidx.compose.Immutable public androidx.ui.core.Constraints copy-Q13GOEE(int minWidth, int maxWidth, int minHeight, int maxHeight);
George Mount0ad23d02020-04-24 14:37:08 -070010 method public int getMaxHeight();
11 method public int getMaxWidth();
12 method public int getMinHeight();
13 method public int getMinWidth();
14 field public static final androidx.ui.core.Constraints.Companion! Companion;
15 }
16
17 public static final class Constraints.Companion {
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070018 method @androidx.compose.Stable public androidx.ui.core.Constraints fixed-rRMsBxU(int width, int height);
19 method @androidx.compose.Stable public androidx.ui.core.Constraints fixedHeight-gshw56o(int height);
20 method @androidx.compose.Stable public androidx.ui.core.Constraints fixedWidth-gshw56o(int width);
George Mount0ad23d02020-04-24 14:37:08 -070021 }
22
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070023 @androidx.compose.Immutable public final inline class Constraints2 {
George Mount0ad23d02020-04-24 14:37:08 -070024 ctor public Constraints2();
25 method public static long constructor-impl(internal long value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070026 method @androidx.compose.Stable public static long copy-impl(long $this, int minWidth = this.minWidth, int maxWidth = this.maxWidth, int minHeight = this.minHeight, int maxHeight = this.maxHeight);
27 method @androidx.compose.Immutable public static inline boolean equals-impl(long p, Object? p1);
George Mount0ad23d02020-04-24 14:37:08 -070028 method public static boolean equals-impl0(long p1, long p2);
29 method public static boolean getHasBoundedHeight-impl(long $this);
30 method public static boolean getHasBoundedWidth-impl(long $this);
31 method public static int getMaxHeight-impl(long $this);
32 method public static int getMaxWidth-impl(long $this);
33 method public static int getMinHeight-impl(long $this);
34 method public static int getMinWidth-impl(long $this);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070035 method @androidx.compose.Immutable public static inline int hashCode-impl(long p);
36 method @androidx.compose.Immutable public static inline String! toString-impl(long p);
George Mount0ad23d02020-04-24 14:37:08 -070037 field public static final androidx.ui.core.Constraints2.Companion! Companion;
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070038 field @androidx.compose.Stable public static final int Infinity = -1073741824; // 0xc0000000
George Mount0ad23d02020-04-24 14:37:08 -070039 }
40
41 public static final class Constraints2.Companion {
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070042 method @androidx.compose.Stable public long fixed(int width, int height);
43 method @androidx.compose.Stable public long fixedHeight(int height);
44 method @androidx.compose.Stable public long fixedWidth(int width);
George Mount0ad23d02020-04-24 14:37:08 -070045 }
46
47 public final class Constraints2Kt {
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070048 method @androidx.compose.Stable public static long Constraints2(@IntRange(from=0) int minWidth = 0, int maxWidth = -1073741824, @IntRange(from=0) int minHeight = 0, int maxHeight = -1073741824);
49 method @androidx.compose.Stable public static long constrain-M1ogGms(long, long size);
50 method @androidx.compose.Stable public static long enforce-uQjoOwo(long, long otherConstraints);
George Mount0ad23d02020-04-24 14:37:08 -070051 method public static boolean getHasFixedHeight-ybNdgAI(long);
52 method public static boolean getHasFixedWidth-ybNdgAI(long);
53 method public static boolean isZero-ybNdgAI(long);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070054 method @androidx.compose.Stable public static long offset-xOKVbDg(long, int horizontal = 0, int vertical = 0);
55 method @androidx.compose.Stable public static boolean satisfiedBy-M1ogGms(long, long size);
George Mount0ad23d02020-04-24 14:37:08 -070056 }
57
58 public final class ConstraintsKt {
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070059 method @androidx.compose.Stable public static androidx.ui.unit.IntPxSize constrain(androidx.ui.core.Constraints, androidx.ui.unit.IntPxSize size);
60 method @androidx.compose.Stable public static androidx.ui.core.Constraints enforce(androidx.ui.core.Constraints, androidx.ui.core.Constraints otherConstraints);
George Mount0ad23d02020-04-24 14:37:08 -070061 method public static boolean getHasBoundedHeight(androidx.ui.core.Constraints);
62 method public static boolean getHasBoundedWidth(androidx.ui.core.Constraints);
63 method public static boolean getHasFixedHeight(androidx.ui.core.Constraints);
64 method public static boolean getHasFixedWidth(androidx.ui.core.Constraints);
65 method public static boolean isZero(androidx.ui.core.Constraints);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070066 method @androidx.compose.Stable public static androidx.ui.core.Constraints offset-3L2DHGc(androidx.ui.core.Constraints, int horizontal = 0.ipx, int vertical = 0.ipx);
67 method @androidx.compose.Stable public static boolean satisfiedBy(androidx.ui.core.Constraints, androidx.ui.unit.IntPxSize size);
George Mount0ad23d02020-04-24 14:37:08 -070068 }
69
70 public enum LayoutDirection {
71 enum_constant public static final androidx.ui.core.LayoutDirection Ltr;
72 enum_constant public static final androidx.ui.core.LayoutDirection Rtl;
73 }
74
75}
76
George Mount842c8c12020-01-08 16:03:42 -080077package androidx.ui.unit {
78
Nikolay Igotti99a9b132020-04-07 15:03:05 +030079 public final class AndroidDensityKt {
80 method public static androidx.ui.unit.Density Density(android.content.Context context);
81 }
82
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070083 @androidx.compose.Immutable public final class Bounds {
Mads Agerd32a4882020-04-22 13:27:50 +020084 method public float component1();
85 method public float component2();
86 method public float component3();
87 method public float component4();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070088 method @androidx.compose.Immutable public androidx.ui.unit.Bounds copy-rIHlIKc(float left, float top, float right, float bottom);
Mads Agerd32a4882020-04-22 13:27:50 +020089 method public float getBottom();
90 method public float getLeft();
91 method public float getRight();
92 method public float getTop();
George Mount842c8c12020-01-08 16:03:42 -080093 }
94
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070095 @androidx.compose.Immutable public interface Density {
George Mount842c8c12020-01-08 16:03:42 -080096 method public float getDensity();
97 method public float getFontScale();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -070098 method @androidx.compose.Stable public default float toDp(float);
99 method @androidx.compose.Stable public default float toDp(int);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700100 method @androidx.compose.Stable public default float toDp-gshw56o(int);
101 method @androidx.compose.Stable public default float toDp-vVlMl6k(long);
102 method @androidx.compose.Stable public default int toIntPx-ipo6vVg(float);
103 method @androidx.compose.Stable public default int toIntPx-vVlMl6k(long);
104 method @androidx.compose.Stable public default float toPx-ipo6vVg(float);
105 method @androidx.compose.Stable public default float toPx-vVlMl6k(long);
106 method @androidx.compose.Stable public default androidx.ui.geometry.Rect toRect(androidx.ui.unit.Bounds);
107 method @androidx.compose.Stable public default long toSp(float);
108 method @androidx.compose.Stable public default long toSp(int);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700109 method @androidx.compose.Stable public default long toSp-gshw56o(int);
110 method @androidx.compose.Stable public default long toSp-ipo6vVg(float);
Andrey Kulikov47f0e1a2020-01-28 13:52:46 +0000111 property public abstract float density;
112 property public abstract float fontScale;
113 }
114
115 public final class DensityKt {
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700116 method @androidx.compose.Stable public static androidx.ui.unit.Density Density(float density, float fontScale = 1f);
George Mount842c8c12020-01-08 16:03:42 -0800117 }
118
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700119 @androidx.compose.Immutable public final inline class Dp implements java.lang.Comparable<androidx.ui.unit.Dp> {
Mads Agerd32a4882020-04-22 13:27:50 +0200120 ctor public Dp();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700121 method @androidx.compose.Stable public operator int compareTo-ipo6vVg(float p);
122 method @androidx.compose.Stable public static operator int compareTo-ipo6vVg(float $this, float other);
Mads Agerd32a4882020-04-22 13:27:50 +0200123 method public static float constructor-impl(float value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700124 method @androidx.compose.Stable public static inline operator float div-impl(float $this, float other);
125 method @androidx.compose.Stable public static inline operator float div-impl(float $this, int other);
126 method @androidx.compose.Stable public static inline operator float div-ipo6vVg(float $this, float other);
127 method @androidx.compose.Stable public static inline operator float div-x8crYZs(float $this, float other);
128 method @androidx.compose.Immutable public static inline boolean equals-impl(float p, Object? p1);
Mads Agerd32a4882020-04-22 13:27:50 +0200129 method public static boolean equals-impl0(float p1, float p2);
George Mount842c8c12020-01-08 16:03:42 -0800130 method public float getValue();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700131 method @androidx.compose.Immutable public static inline int hashCode-impl(float p);
132 method @androidx.compose.Stable public static inline operator float minus-ipo6vVg(float $this, float other);
133 method @androidx.compose.Stable public static inline operator float plus-ipo6vVg(float $this, float other);
134 method @androidx.compose.Stable public static inline operator float times-impl(float $this, float other);
135 method @androidx.compose.Stable public static inline operator float times-impl(float $this, int other);
136 method @androidx.compose.Stable public static inline operator float times-ipo6vVg(float $this, float other);
137 method @androidx.compose.Stable public static inline operator float times-x8crYZs(float $this, float other);
138 method @androidx.compose.Stable public static String toString-impl(float $this);
139 method @androidx.compose.Stable public static inline operator float unaryMinus-impl(float $this);
George Mount842c8c12020-01-08 16:03:42 -0800140 field public static final androidx.ui.unit.Dp.Companion! Companion;
141 }
142
143 public static final class Dp.Companion {
Mads Agerd32a4882020-04-22 13:27:50 +0200144 method public float getHairline();
145 method public float getInfinity();
146 method public float getUnspecified();
147 property public final float Hairline;
148 property public final float Infinity;
149 property public final float Unspecified;
George Mount842c8c12020-01-08 16:03:42 -0800150 }
151
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700152 @androidx.compose.Immutable public final inline class DpCubed implements java.lang.Comparable<androidx.ui.unit.DpCubed> {
George Mount842c8c12020-01-08 16:03:42 -0800153 ctor public DpCubed();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700154 method @androidx.compose.Stable public operator int compareTo-JDqhs2g(float p);
155 method @androidx.compose.Stable public static operator int compareTo-JDqhs2g(float $this, float other);
George Mount842c8c12020-01-08 16:03:42 -0800156 method public static float constructor-impl(float value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700157 method @androidx.compose.Stable public static inline operator float div-JDqhs2g(float $this, float other);
158 method @androidx.compose.Stable public static inline operator float div-impl(float $this, float other);
159 method @androidx.compose.Stable public static inline operator float div-ipo6vVg(float $this, float other);
160 method @androidx.compose.Stable public static inline operator float div-x8crYZs(float $this, float other);
161 method @androidx.compose.Immutable public static inline boolean equals-impl(float p, Object? p1);
George Mount842c8c12020-01-08 16:03:42 -0800162 method public static boolean equals-impl0(float p1, float p2);
163 method public float getValue();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700164 method @androidx.compose.Immutable public static inline int hashCode-impl(float p);
165 method @androidx.compose.Stable public static inline operator float minus-JDqhs2g(float $this, float dimension);
166 method @androidx.compose.Stable public static inline operator float plus-JDqhs2g(float $this, float dimension);
167 method @androidx.compose.Stable public static inline operator float times-impl(float $this, float other);
168 method @androidx.compose.Stable public static String toString-impl(float $this);
George Mount842c8c12020-01-08 16:03:42 -0800169 }
170
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700171 @androidx.compose.Immutable public final inline class DpInverse implements java.lang.Comparable<androidx.ui.unit.DpInverse> {
George Mount842c8c12020-01-08 16:03:42 -0800172 ctor public DpInverse();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700173 method @androidx.compose.Stable public operator int compareTo-_K2iRR8(float p);
174 method @androidx.compose.Stable public static operator int compareTo-_K2iRR8(float $this, float other);
George Mount842c8c12020-01-08 16:03:42 -0800175 method public static float constructor-impl(float value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700176 method @androidx.compose.Stable public static inline operator float div-impl(float $this, float other);
177 method @androidx.compose.Immutable public static inline boolean equals-impl(float p, Object? p1);
George Mount842c8c12020-01-08 16:03:42 -0800178 method public static boolean equals-impl0(float p1, float p2);
179 method public float getValue();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700180 method @androidx.compose.Immutable public static inline int hashCode-impl(float p);
181 method @androidx.compose.Stable public static inline operator float minus-_K2iRR8(float $this, float dimension);
182 method @androidx.compose.Stable public static inline operator float plus-_K2iRR8(float $this, float dimension);
183 method @androidx.compose.Stable public static inline operator float times-JDqhs2g(float $this, float other);
184 method @androidx.compose.Stable public static inline operator float times-impl(float $this, float other);
185 method @androidx.compose.Stable public static inline operator float times-ipo6vVg(float $this, float other);
186 method @androidx.compose.Stable public static inline operator float times-x8crYZs(float $this, float other);
187 method @androidx.compose.Stable public static String toString-impl(float $this);
George Mount842c8c12020-01-08 16:03:42 -0800188 }
189
190 public final class DpKt {
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700191 method @androidx.compose.Stable public static inline long Position-98Cn76g(float x, float y);
192 method @androidx.compose.Stable public static inline float coerceAtLeast-98Cn76g(float, float minimumValue);
193 method @androidx.compose.Stable public static inline float coerceAtMost-98Cn76g(float, float maximumValue);
194 method @androidx.compose.Stable public static inline float coerceIn-x40Cv7w(float, float minimumValue, float maximumValue);
195 method @androidx.compose.Stable public static inline operator float div-H0Zl2lQ(float, float other);
196 method @androidx.compose.Stable public static inline operator float div-Y_YOLaE(double, float other);
197 method @androidx.compose.Stable public static inline operator float div-hZ6b2Ic(int, float other);
198 method @androidx.compose.Stable public static float getDistance-T8eBu-w(long);
Mads Agerd32a4882020-04-22 13:27:50 +0200199 method public static inline float getDp(int);
200 method public static inline float getDp(double);
201 method public static inline float getDp(float);
202 method public static inline float getHeight(androidx.ui.unit.Bounds);
203 method public static inline float getWidth(androidx.ui.unit.Bounds);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700204 method @androidx.compose.Stable public static inline boolean isFinite-ipo6vVg(float);
205 method @androidx.compose.Stable public static float lerp-3WSoJcA(float start, float stop, float fraction);
206 method @androidx.compose.Stable public static long lerp-d5NHFfI(long start, long stop, float fraction);
207 method @androidx.compose.Stable public static inline float max-98Cn76g(float a, float b);
208 method @androidx.compose.Stable public static inline float min-98Cn76g(float a, float b);
209 method @androidx.compose.Stable public static inline operator float times-H0Zl2lQ(float, float other);
210 method @androidx.compose.Stable public static inline operator float times-Y_YOLaE(double, float other);
211 method @androidx.compose.Stable public static inline operator float times-hZ6b2Ic(int, float other);
George Mount842c8c12020-01-08 16:03:42 -0800212 }
213
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700214 @androidx.compose.Immutable public final inline class DpSquared implements java.lang.Comparable<androidx.ui.unit.DpSquared> {
George Mount842c8c12020-01-08 16:03:42 -0800215 ctor public DpSquared();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700216 method @androidx.compose.Stable public operator int compareTo-x8crYZs(float p);
217 method @androidx.compose.Stable public static operator int compareTo-x8crYZs(float $this, float other);
George Mount842c8c12020-01-08 16:03:42 -0800218 method public static float constructor-impl(float value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700219 method @androidx.compose.Stable public static inline operator float div-JDqhs2g(float $this, float other);
220 method @androidx.compose.Stable public static inline operator float div-impl(float $this, float other);
221 method @androidx.compose.Stable public static inline operator float div-ipo6vVg(float $this, float other);
222 method @androidx.compose.Stable public static inline operator float div-x8crYZs(float $this, float other);
223 method @androidx.compose.Immutable public static inline boolean equals-impl(float p, Object? p1);
George Mount842c8c12020-01-08 16:03:42 -0800224 method public static boolean equals-impl0(float p1, float p2);
225 method public float getValue();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700226 method @androidx.compose.Immutable public static inline int hashCode-impl(float p);
227 method @androidx.compose.Stable public static inline operator float minus-x8crYZs(float $this, float other);
228 method @androidx.compose.Stable public static inline operator float plus-x8crYZs(float $this, float other);
229 method @androidx.compose.Stable public static inline operator float times-impl(float $this, float other);
230 method @androidx.compose.Stable public static inline operator float times-ipo6vVg(float $this, float other);
231 method @androidx.compose.Stable public static String toString-impl(float $this);
George Mount842c8c12020-01-08 16:03:42 -0800232 }
233
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700234 @androidx.compose.Immutable public final class Duration implements java.lang.Comparable<androidx.ui.unit.Duration> {
George Mount842c8c12020-01-08 16:03:42 -0800235 ctor public Duration(long nanoseconds);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700236 method @androidx.compose.Stable public int compareTo(androidx.ui.unit.Duration other);
George Mount842c8c12020-01-08 16:03:42 -0800237 method public long component1();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700238 method @androidx.compose.Immutable public androidx.ui.unit.Duration copy(long nanoseconds);
239 method @androidx.compose.Stable public operator androidx.ui.unit.Duration div(int quotient);
240 method @androidx.compose.Stable public operator androidx.ui.unit.Duration div(double quotient);
George Mount842c8c12020-01-08 16:03:42 -0800241 method public long getNanoseconds();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700242 method @androidx.compose.Stable public operator androidx.ui.unit.Duration minus(androidx.ui.unit.Duration other);
243 method @androidx.compose.Stable public operator androidx.ui.unit.Duration plus(androidx.ui.unit.Duration other);
244 method @androidx.compose.Stable public operator androidx.ui.unit.Duration times(int factor);
245 method @androidx.compose.Stable public operator androidx.ui.unit.Duration times(double factor);
George Mount842c8c12020-01-08 16:03:42 -0800246 field public static final androidx.ui.unit.Duration.Companion! Companion;
247 }
248
249 public static final class Duration.Companion {
250 method public androidx.ui.unit.Duration getZero();
251 property public final androidx.ui.unit.Duration Zero;
252 }
253
254 public final class Durations {
255 method public static androidx.ui.unit.Duration Duration(long days = 0, long hours = 0, long minutes = 0, long seconds = 0, long milliseconds = 0, long microseconds = 0, long nanoseconds = 0);
256 method public static androidx.ui.unit.Duration getDays(long);
257 method public static androidx.ui.unit.Duration getDays(int);
258 method public static androidx.ui.unit.Duration getHours(long);
259 method public static androidx.ui.unit.Duration getHours(int);
260 method public static androidx.ui.unit.Duration getMicroseconds(long);
261 method public static androidx.ui.unit.Duration getMicroseconds(int);
262 method public static androidx.ui.unit.Duration getMilliseconds(long);
263 method public static androidx.ui.unit.Duration getMilliseconds(int);
264 method public static androidx.ui.unit.Duration getMinutes(long);
265 method public static androidx.ui.unit.Duration getMinutes(int);
266 method public static androidx.ui.unit.Duration getNanoseconds(long);
267 method public static androidx.ui.unit.Duration getNanoseconds(int);
268 method public static long getNanosecondsPerDay();
269 method public static long getNanosecondsPerHour();
270 method public static long getNanosecondsPerMillisecond();
271 method public static long getNanosecondsPerMinute();
272 method public static long getNanosecondsPerSecond();
273 method public static androidx.ui.unit.Duration getSeconds(long);
274 method public static androidx.ui.unit.Duration getSeconds(int);
275 method public static long inDays(androidx.ui.unit.Duration);
276 method public static long inHours(androidx.ui.unit.Duration);
277 method public static long inMicroseconds(androidx.ui.unit.Duration);
278 method public static long inMilliseconds(androidx.ui.unit.Duration);
279 method public static long inMinutes(androidx.ui.unit.Duration);
280 method public static long inSeconds(androidx.ui.unit.Duration);
281 field public static final long HoursPerDay = 24L; // 0x18L
282 field public static final long MicrosecondsPerMillisecond = 1000L; // 0x3e8L
283 field public static final long MillisecondsPerSecond = 1000L; // 0x3e8L
284 field public static final long MinutesPerHour = 60L; // 0x3cL
285 field public static final long NanosecondsPerMicrosecond = 1000L; // 0x3e8L
286 field public static final long SecondsPerMinute = 60L; // 0x3cL
287 }
288
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700289 @androidx.compose.Immutable public final inline class IntPx implements java.lang.Comparable<androidx.ui.unit.IntPx> {
Mads Agerba4927c2020-04-08 13:34:14 +0200290 ctor public IntPx();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700291 method @androidx.compose.Stable public operator int compareTo-gshw56o(int p);
292 method @androidx.compose.Stable public static operator int compareTo-gshw56o(int $this, int other);
Mads Agerba4927c2020-04-08 13:34:14 +0200293 method public static int constructor-impl(int value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700294 method @androidx.compose.Stable public static operator int div-impl(int $this, float other);
295 method @androidx.compose.Stable public static operator int div-impl(int $this, double other);
296 method @androidx.compose.Stable public static operator int div-impl(int $this, int other);
297 method @androidx.compose.Immutable public static inline boolean equals-impl(int p, Object? p1);
Mads Agerba4927c2020-04-08 13:34:14 +0200298 method public static boolean equals-impl0(int p1, int p2);
George Mount842c8c12020-01-08 16:03:42 -0800299 method public int getValue();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700300 method @androidx.compose.Immutable public static inline int hashCode-impl(int p);
301 method @androidx.compose.Stable public static operator int minus-gshw56o(int $this, int other);
302 method @androidx.compose.Stable public static operator int plus-gshw56o(int $this, int other);
303 method @androidx.compose.Stable public static inline operator int rem-impl(int $this, int other);
304 method @androidx.compose.Stable public static operator int times-impl(int $this, float other);
305 method @androidx.compose.Stable public static operator int times-impl(int $this, double other);
306 method @androidx.compose.Stable public static operator int times-impl(int $this, int other);
307 method @androidx.compose.Stable public static String toString-impl(int $this);
308 method @androidx.compose.Stable public static operator int unaryMinus-impl(int $this);
George Mount842c8c12020-01-08 16:03:42 -0800309 field public static final androidx.ui.unit.IntPx.Companion! Companion;
310 }
311
312 public static final class IntPx.Companion {
Mads Agerba4927c2020-04-08 13:34:14 +0200313 method public int getInfinity();
314 method public int getZero();
315 property public final int Infinity;
316 property public final int Zero;
George Mount842c8c12020-01-08 16:03:42 -0800317 }
318
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700319 @androidx.compose.Immutable public final class IntPxBounds {
Mads Agerba4927c2020-04-08 13:34:14 +0200320 method public int component1();
321 method public int component2();
322 method public int component3();
323 method public int component4();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700324 method @androidx.compose.Immutable public androidx.ui.unit.IntPxBounds copy-Q13GOEE(int left, int top, int right, int bottom);
Mads Agerba4927c2020-04-08 13:34:14 +0200325 method public int getBottom();
326 method public int getLeft();
327 method public int getRight();
328 method public int getTop();
George Mount842c8c12020-01-08 16:03:42 -0800329 }
330
331 public final class IntPxKt {
Mads Agerba4927c2020-04-08 13:34:14 +0200332 method public static inline androidx.ui.unit.IntPxPosition IntPxPosition-rRMsBxU(int x, int y);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700333 method @androidx.compose.Stable public static inline androidx.ui.unit.IntPxSize IntPxSize-rRMsBxU(int width, int height);
Nader Jawad6df06122020-06-03 15:27:08 -0700334 method @androidx.compose.Stable public static inline androidx.ui.geometry.Offset Offset-rRMsBxU(int x, int y);
Nader Jawadf94c64e2020-06-01 20:17:50 -0700335 method @androidx.compose.Stable public static inline androidx.ui.geometry.Size Size-rRMsBxU(int width, int height);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700336 method @androidx.compose.Stable public static androidx.ui.unit.IntPxPosition center(androidx.ui.unit.IntPxSize);
337 method @androidx.compose.Stable public static inline androidx.ui.unit.IntPxPosition center(androidx.ui.unit.IntPxBounds);
338 method @androidx.compose.Stable public static inline int coerceAtLeast-rRMsBxU(int, int minimumValue);
339 method @androidx.compose.Stable public static inline int coerceAtMost-rRMsBxU(int, int maximumValue);
340 method @androidx.compose.Stable public static inline int coerceIn-qx1LT1w(int, int minimumValue, int maximumValue);
Mads Agerba4927c2020-04-08 13:34:14 +0200341 method public static inline int getHeight(androidx.ui.unit.IntPxBounds);
342 method public static inline int getIpx(int);
343 method public static inline int getWidth(androidx.ui.unit.IntPxBounds);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700344 method @androidx.compose.Stable public static inline boolean isFinite-gshw56o(int);
345 method @androidx.compose.Stable public static androidx.ui.unit.IntPxPosition lerp(androidx.ui.unit.IntPxPosition start, androidx.ui.unit.IntPxPosition stop, float fraction);
346 method @androidx.compose.Stable public static int lerp-9BbVZj8(int start, int stop, float fraction);
347 method @androidx.compose.Stable public static inline int max-rRMsBxU(int a, int b);
348 method @androidx.compose.Stable public static inline int min-rRMsBxU(int a, int b);
Nader Jawad6df06122020-06-03 15:27:08 -0700349 method @androidx.compose.Stable public static inline operator androidx.ui.geometry.Offset minus(androidx.ui.geometry.Offset, androidx.ui.unit.IntPxPosition other);
350 method @androidx.compose.Stable public static inline operator androidx.ui.geometry.Offset plus(androidx.ui.geometry.Offset, androidx.ui.unit.IntPxPosition other);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700351 method @androidx.compose.Stable public static inline operator androidx.ui.unit.IntPxSize times(int, androidx.ui.unit.IntPxSize size);
352 method @androidx.compose.Stable public static inline operator int times--Vi_IPY(float, int other);
353 method @androidx.compose.Stable public static inline operator int times-9kGzznM(int, int other);
354 method @androidx.compose.Stable public static inline operator int times-tHVXE4c(double, int other);
Nader Jawad6df06122020-06-03 15:27:08 -0700355 method @androidx.compose.Stable public static inline androidx.ui.geometry.Offset toOffset(androidx.ui.unit.IntPxPosition);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700356 method @androidx.compose.Stable public static inline androidx.ui.unit.IntPxSize toSize(androidx.ui.unit.IntPxBounds);
Nader Jawadf94c64e2020-06-01 20:17:50 -0700357 method @androidx.compose.Stable public static inline androidx.ui.geometry.Size toSize(androidx.ui.unit.IntPxSize);
George Mount842c8c12020-01-08 16:03:42 -0800358 }
359
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700360 @androidx.compose.Immutable public final class IntPxPosition {
361 method @androidx.compose.Immutable public androidx.ui.unit.IntPxPosition copy(long value);
Mads Agerba4927c2020-04-08 13:34:14 +0200362 method public inline int getX();
363 method public inline int getY();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700364 method @androidx.compose.Stable public inline operator androidx.ui.unit.IntPxPosition minus(androidx.ui.unit.IntPxPosition other);
365 method @androidx.compose.Stable public inline operator androidx.ui.unit.IntPxPosition plus(androidx.ui.unit.IntPxPosition other);
366 method @androidx.compose.Stable public inline operator androidx.ui.unit.IntPxPosition unaryMinus();
Mads Agerba4927c2020-04-08 13:34:14 +0200367 property public final inline int x;
368 property public final inline int y;
George Mount842c8c12020-01-08 16:03:42 -0800369 field public static final androidx.ui.unit.IntPxPosition.Companion! Companion;
370 }
371
372 public static final class IntPxPosition.Companion {
373 method public androidx.ui.unit.IntPxPosition getOrigin();
374 property public final androidx.ui.unit.IntPxPosition Origin;
375 }
376
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700377 @androidx.compose.Immutable public final class IntPxSize {
378 method @androidx.compose.Immutable public androidx.ui.unit.IntPxSize copy(long value);
379 method @androidx.compose.Stable public inline operator androidx.ui.unit.IntPxSize div(int other);
Mads Agerba4927c2020-04-08 13:34:14 +0200380 method public inline int getHeight();
381 method public inline int getWidth();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700382 method @androidx.compose.Stable public inline operator androidx.ui.unit.IntPxSize times(int other);
Mads Agerba4927c2020-04-08 13:34:14 +0200383 property public final inline int height;
384 property public final inline int width;
Mihai Popad109a562020-05-12 17:40:50 +0100385 field public static final androidx.ui.unit.IntPxSize.Companion! Companion;
386 }
387
388 public static final class IntPxSize.Companion {
389 method public androidx.ui.unit.IntPxSize getZero();
390 property public final androidx.ui.unit.IntPxSize Zero;
George Mount842c8c12020-01-08 16:03:42 -0800391 }
392
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700393 @androidx.compose.Immutable public final inline class IntSize {
George Mounte20950f2020-04-06 17:06:11 -0700394 ctor public IntSize();
395 method public static long constructor-impl(internal long value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700396 method @androidx.compose.Stable public static operator long div-impl(long $this, int other);
397 method @androidx.compose.Immutable public static inline boolean equals-impl(long p, Object? p1);
George Mounte20950f2020-04-06 17:06:11 -0700398 method public static boolean equals-impl0(long p1, long p2);
399 method public static int getHeight-impl(long $this);
400 method public static int getWidth-impl(long $this);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700401 method @androidx.compose.Immutable public static inline int hashCode-impl(long p);
402 method @androidx.compose.Stable public static operator long times-impl(long $this, int other);
403 method @androidx.compose.Stable public static String toString-impl(long $this);
George Mounte20950f2020-04-06 17:06:11 -0700404 }
405
406 public final class IntSizeKt {
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700407 method @androidx.compose.Stable public static long IntSize(int width, int height);
408 method @androidx.compose.Stable public static operator long times-twsQOwo(int, long size);
George Mounte20950f2020-04-06 17:06:11 -0700409 }
410
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700411 @androidx.compose.Immutable public final inline class Position {
George Mount842c8c12020-01-08 16:03:42 -0800412 ctor public Position();
413 method public static long constructor-impl(internal long value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700414 method @androidx.compose.Immutable public static inline boolean equals-impl(long p, Object? p1);
George Mount842c8c12020-01-08 16:03:42 -0800415 method public static boolean equals-impl0(long p1, long p2);
Mads Agerd32a4882020-04-22 13:27:50 +0200416 method public static float getX-impl(long $this);
417 method public static float getY-impl(long $this);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700418 method @androidx.compose.Immutable public static inline int hashCode-impl(long p);
419 method @androidx.compose.Stable public static inline operator long minus-T8eBu-w(long $this, long other);
420 method @androidx.compose.Stable public static inline operator long plus-T8eBu-w(long $this, long other);
421 method @androidx.compose.Stable public static String toString-impl(long $this);
George Mount842c8c12020-01-08 16:03:42 -0800422 }
423
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700424 @androidx.compose.Immutable public final class PxBounds {
Nader Jawad63153c12020-05-21 14:17:08 -0700425 ctor public PxBounds(float left, float top, float right, float bottom);
Mads Agerba4927c2020-04-08 13:34:14 +0200426 method public float component1();
427 method public float component2();
428 method public float component3();
429 method public float component4();
Nader Jawad63153c12020-05-21 14:17:08 -0700430 method @androidx.compose.Immutable public androidx.ui.unit.PxBounds copy(float left, float top, float right, float bottom);
Mads Agerba4927c2020-04-08 13:34:14 +0200431 method public float getBottom();
432 method public float getLeft();
433 method public float getRight();
434 method public float getTop();
George Mount842c8c12020-01-08 16:03:42 -0800435 }
436
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700437 @androidx.compose.Immutable public final inline class PxCubed implements java.lang.Comparable<androidx.ui.unit.PxCubed> {
George Mount842c8c12020-01-08 16:03:42 -0800438 ctor public PxCubed();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700439 method @androidx.compose.Stable public operator int compareTo-bji3ab4(float p);
440 method @androidx.compose.Stable public static operator int compareTo-bji3ab4(float $this, float other);
George Mount842c8c12020-01-08 16:03:42 -0800441 method public static float constructor-impl(float value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700442 method @androidx.compose.Stable public static inline operator float div-bji3ab4(float $this, float other);
443 method @androidx.compose.Stable public static inline operator float div-impl(float $this, float other);
444 method @androidx.compose.Immutable public static inline boolean equals-impl(float p, Object? p1);
George Mount842c8c12020-01-08 16:03:42 -0800445 method public static boolean equals-impl0(float p1, float p2);
446 method public float getValue();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700447 method @androidx.compose.Immutable public static inline int hashCode-impl(float p);
448 method @androidx.compose.Stable public static inline operator float minus-bji3ab4(float $this, float dimension);
449 method @androidx.compose.Stable public static inline operator float plus-bji3ab4(float $this, float dimension);
450 method @androidx.compose.Stable public static inline operator float times-impl(float $this, float other);
451 method @androidx.compose.Stable public static String toString-impl(float $this);
George Mount842c8c12020-01-08 16:03:42 -0800452 }
453
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700454 @androidx.compose.Immutable public final inline class PxInverse implements java.lang.Comparable<androidx.ui.unit.PxInverse> {
George Mount842c8c12020-01-08 16:03:42 -0800455 ctor public PxInverse();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700456 method @androidx.compose.Stable public operator int compareTo-KGV0gLo(float p);
457 method @androidx.compose.Stable public static operator int compareTo-KGV0gLo(float $this, float other);
George Mount842c8c12020-01-08 16:03:42 -0800458 method public static float constructor-impl(float value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700459 method @androidx.compose.Stable public static inline operator float div-impl(float $this, float other);
460 method @androidx.compose.Immutable public static inline boolean equals-impl(float p, Object? p1);
George Mount842c8c12020-01-08 16:03:42 -0800461 method public static boolean equals-impl0(float p1, float p2);
462 method public float getValue();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700463 method @androidx.compose.Immutable public static inline int hashCode-impl(float p);
464 method @androidx.compose.Stable public static inline operator float minus-KGV0gLo(float $this, float dimension);
465 method @androidx.compose.Stable public static inline operator float plus-KGV0gLo(float $this, float dimension);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700466 method @androidx.compose.Stable public static inline operator float times-bji3ab4(float $this, float other);
467 method @androidx.compose.Stable public static inline operator float times-impl(float $this, float other);
468 method @androidx.compose.Stable public static String toString-impl(float $this);
George Mount842c8c12020-01-08 16:03:42 -0800469 }
470
471 public final class PxKt {
Nader Jawadf94c64e2020-06-01 20:17:50 -0700472 method @androidx.compose.Stable public static inline androidx.ui.unit.PxBounds PxBounds(androidx.ui.geometry.Offset topLeft, androidx.ui.geometry.Size size);
473 method @androidx.compose.Stable public static androidx.ui.geometry.Offset center(androidx.ui.geometry.Size);
Nader Jawad6df06122020-06-03 15:27:08 -0700474 method @androidx.compose.Stable public static inline androidx.ui.geometry.Offset center(androidx.ui.unit.PxBounds);
Mads Agerba4927c2020-04-08 13:34:14 +0200475 method public static inline float getHeight(androidx.ui.unit.PxBounds);
Mads Agerba4927c2020-04-08 13:34:14 +0200476 method public static inline float getWidth(androidx.ui.unit.PxBounds);
Nader Jawad6df06122020-06-03 15:27:08 -0700477 method @androidx.compose.Stable public static inline androidx.ui.unit.IntPxPosition round(androidx.ui.geometry.Offset);
Nader Jawadf94c64e2020-06-01 20:17:50 -0700478 method @androidx.compose.Stable public static androidx.ui.unit.PxBounds toBounds(androidx.ui.geometry.Size);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700479 method @androidx.compose.Stable public static androidx.ui.geometry.Rect toRect(androidx.ui.unit.PxBounds);
Nader Jawadf94c64e2020-06-01 20:17:50 -0700480 method @androidx.compose.Stable public static androidx.ui.geometry.Rect toRect(androidx.ui.geometry.Size);
481 method @androidx.compose.Stable public static androidx.ui.geometry.Size toSize(androidx.ui.unit.PxBounds);
George Mount842c8c12020-01-08 16:03:42 -0800482 }
483
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700484 @androidx.compose.Immutable public final inline class PxSquared implements java.lang.Comparable<androidx.ui.unit.PxSquared> {
George Mount842c8c12020-01-08 16:03:42 -0800485 ctor public PxSquared();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700486 method @androidx.compose.Stable public operator int compareTo-RjPF0Mw(float p);
487 method @androidx.compose.Stable public static operator int compareTo-RjPF0Mw(float $this, float other);
George Mount842c8c12020-01-08 16:03:42 -0800488 method public static float constructor-impl(float value);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700489 method @androidx.compose.Stable public static inline operator float div-RjPF0Mw(float $this, float other);
490 method @androidx.compose.Stable public static inline operator float div-bji3ab4(float $this, float other);
491 method @androidx.compose.Stable public static inline operator float div-impl(float $this, float other);
492 method @androidx.compose.Immutable public static inline boolean equals-impl(float p, Object? p1);
George Mount842c8c12020-01-08 16:03:42 -0800493 method public static boolean equals-impl0(float p1, float p2);
494 method public float getValue();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700495 method @androidx.compose.Immutable public static inline int hashCode-impl(float p);
496 method @androidx.compose.Stable public static inline operator float minus-RjPF0Mw(float $this, float other);
497 method @androidx.compose.Stable public static inline operator float plus-RjPF0Mw(float $this, float other);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700498 method @androidx.compose.Stable public static inline operator float times-impl(float $this, float other);
499 method @androidx.compose.Stable public static String toString-impl(float $this);
George Mount842c8c12020-01-08 16:03:42 -0800500 }
501
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700502 @androidx.compose.Immutable public final inline class TextUnit {
Mads Agerba4927c2020-04-08 13:34:14 +0200503 ctor public TextUnit();
504 method public static inline operator int compareTo-vVlMl6k(long $this, long other);
505 method public static long constructor-impl(long packedValue);
506 method public static inline operator long div-impl(long $this, float other);
507 method public static inline operator long div-impl(long $this, double other);
508 method public static inline operator long div-impl(long $this, int other);
509 method public static inline operator float div-vVlMl6k(long $this, long other);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700510 method @androidx.compose.Immutable public static inline boolean equals-impl(long p, Object? p1);
Mads Agerba4927c2020-04-08 13:34:14 +0200511 method public static boolean equals-impl0(long p1, long p2);
George Mount842c8c12020-01-08 16:03:42 -0800512 method public long getPackedValue();
Mads Agerba4927c2020-04-08 13:34:14 +0200513 method public static androidx.ui.unit.TextUnitType getType-impl(long $this);
514 method public static float getValue-impl(long $this);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700515 method @androidx.compose.Immutable public static inline int hashCode-impl(long p);
Mads Agerba4927c2020-04-08 13:34:14 +0200516 method public static boolean isEm-impl(long $this);
517 method public static boolean isInherit-impl(long $this);
518 method public static boolean isSp-impl(long $this);
519 method public static inline operator long minus-vVlMl6k(long $this, long other);
520 method public static inline operator long plus-vVlMl6k(long $this, long other);
521 method public static inline operator long times-impl(long $this, float other);
522 method public static inline operator long times-impl(long $this, double other);
523 method public static inline operator long times-impl(long $this, int other);
524 method public static String toString-impl(long $this);
525 method public static inline operator long unaryMinus-impl(long $this);
George Mount842c8c12020-01-08 16:03:42 -0800526 field public static final androidx.ui.unit.TextUnit.Companion! Companion;
527 }
528
529 public static final class TextUnit.Companion {
Mads Agerba4927c2020-04-08 13:34:14 +0200530 method public long Em(int value);
531 method public long Em(float value);
532 method public long Em(double value);
533 method public long Sp(int value);
534 method public long Sp(float value);
535 method public long Sp(double value);
536 method public long getInherit();
537 property public final long Inherit;
George Mount842c8c12020-01-08 16:03:42 -0800538 }
539
540 public final class TextUnitKt {
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700541 method @androidx.compose.Stable public static inline long coerceAtLeast-gL_aCS0(long, long minimumValue);
542 method @androidx.compose.Stable public static inline long coerceAtMost-gL_aCS0(long, long maximumValue);
543 method @androidx.compose.Stable public static inline long coerceIn-Y2exRck(long, long minimumValue, long maximumValue);
Mads Agerba4927c2020-04-08 13:34:14 +0200544 method public static long getEm(float);
545 method public static long getEm(double);
546 method public static long getEm(int);
547 method public static long getSp(float);
548 method public static long getSp(double);
549 method public static long getSp(int);
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700550 method @androidx.compose.Stable public static long lerp-SpZbbpo(long a, long b, float t);
551 method @androidx.compose.Stable public static inline long max-gL_aCS0(long a, long b);
552 method @androidx.compose.Stable public static inline long min-gL_aCS0(long a, long b);
553 method @androidx.compose.Stable public static inline operator long times-GncdoDw(double, long other);
554 method @androidx.compose.Stable public static inline operator long times-MVx5XBU(float, long other);
555 method @androidx.compose.Stable public static inline operator long times-UlzjdM0(int, long other);
George Mount842c8c12020-01-08 16:03:42 -0800556 }
557
558 public enum TextUnitType {
559 enum_constant public static final androidx.ui.unit.TextUnitType Em;
560 enum_constant public static final androidx.ui.unit.TextUnitType Inherit;
561 enum_constant public static final androidx.ui.unit.TextUnitType Sp;
562 }
563
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700564 @androidx.compose.Immutable public final class Uptime implements java.lang.Comparable<androidx.ui.unit.Uptime> {
George Mount842c8c12020-01-08 16:03:42 -0800565 ctor public Uptime(long nanoseconds);
566 method public int compareTo(androidx.ui.unit.Uptime other);
567 method public long component1();
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700568 method @androidx.compose.Immutable public androidx.ui.unit.Uptime copy(long nanoseconds);
George Mount842c8c12020-01-08 16:03:42 -0800569 method public long getNanoseconds();
570 method public operator androidx.ui.unit.Uptime minus(androidx.ui.unit.Duration duration);
571 method public operator androidx.ui.unit.Duration minus(androidx.ui.unit.Uptime other);
572 method public operator androidx.ui.unit.Uptime plus(androidx.ui.unit.Duration duration);
573 field public static final androidx.ui.unit.Uptime.Companion! Companion;
574 }
575
576 public static final class Uptime.Companion {
577 method public androidx.ui.unit.Uptime getBoot();
578 property public final androidx.ui.unit.Uptime Boot;
579 }
580
581 public final class UptimeKt {
582 method public static operator androidx.ui.unit.Uptime plus(androidx.ui.unit.Duration, androidx.ui.unit.Uptime uptime);
583 }
584
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700585 @androidx.compose.Immutable public final class Velocity {
Nader Jawad6df06122020-06-03 15:27:08 -0700586 ctor public Velocity(androidx.ui.geometry.Offset pixelsPerSecond);
587 method public androidx.ui.geometry.Offset component1();
588 method @androidx.compose.Immutable public androidx.ui.unit.Velocity copy(androidx.ui.geometry.Offset pixelsPerSecond);
589 method public androidx.ui.geometry.Offset getPixelsPerSecond();
George Mount842c8c12020-01-08 16:03:42 -0800590 method public operator androidx.ui.unit.Velocity unaryMinus();
591 field public static final androidx.ui.unit.Velocity.Companion! Companion;
592 }
593
594 public static final class Velocity.Companion {
595 method public androidx.ui.unit.Velocity getZero();
596 property public final androidx.ui.unit.Velocity Zero;
597 }
598
599 public final class VelocityKt {
600 method public static operator androidx.ui.unit.Velocity minus(androidx.ui.unit.Velocity, androidx.ui.unit.Velocity other);
601 method public static operator androidx.ui.unit.Velocity plus(androidx.ui.unit.Velocity, androidx.ui.unit.Velocity other);
602 }
603
604}
605