// Signature format: 4.0
package androidx.compose.ui.unit {

  public final class AndroidDensityKt {
    method public static androidx.compose.ui.unit.Density Density(android.content.Context context);
  }

  @androidx.compose.runtime.Immutable public final class Bounds {
    method public float component1-D9Ej5fM();
    method public float component2-D9Ej5fM();
    method public float component3-D9Ej5fM();
    method public float component4-D9Ej5fM();
    method @androidx.compose.runtime.Immutable public androidx.compose.ui.unit.Bounds copy-ZmiikuI(float left, float top, float right, float bottom);
    method public float getBottom-D9Ej5fM();
    method public float getLeft-D9Ej5fM();
    method public float getRight-D9Ej5fM();
    method public float getTop-D9Ej5fM();
    property public final float bottom;
    property public final float left;
    property public final float right;
    property public final float top;
    field public static final androidx.compose.ui.unit.Bounds.Companion Companion;
  }

  public static final class Bounds.Companion {
  }

  @androidx.compose.runtime.Immutable public final inline class Constraints {
    ctor public Constraints();
    method public static long constructor-impl(long value);
    method public static long copy-msEJaDk(long $this, optional int minWidth, optional int maxWidth, optional int minHeight, optional int maxHeight);
    method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
    method public static boolean equals-impl0(long p1, long p2);
    method public static boolean getHasBoundedHeight-impl(long $this);
    method public static boolean getHasBoundedWidth-impl(long $this);
    method public static int getMaxHeight-impl(long $this);
    method public static int getMaxWidth-impl(long $this);
    method public static int getMinHeight-impl(long $this);
    method public static int getMinWidth-impl(long $this);
    method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
    method public static String toString-impl(long $this);
    field public static final androidx.compose.ui.unit.Constraints.Companion Companion;
    field public static final int Infinity = 2147483647; // 0x7fffffff
  }

  public static final class Constraints.Companion {
    method @androidx.compose.runtime.Stable public long fixed-msEJaDk(int width, int height);
    method @androidx.compose.runtime.Stable public long fixedHeight-msEJaDk(int height);
    method @androidx.compose.runtime.Stable public long fixedWidth-msEJaDk(int width);
  }

  public final class ConstraintsKt {
    method @androidx.compose.runtime.Stable public static long Constraints(optional int minWidth, optional int maxWidth, optional int minHeight, optional int maxHeight);
    method @androidx.compose.runtime.Stable public static long constrain-m9CmiCs(long, long size);
    method @androidx.compose.runtime.Stable public static int constrainHeight-4A1wEdY(long, int height);
    method @androidx.compose.runtime.Stable public static int constrainWidth-4A1wEdY(long, int width);
    method @androidx.compose.runtime.Stable public static long enforce-WVSBfsc(long, long otherConstraints);
    method public static boolean getHasFixedHeight-BRTryo0(long);
    method public static boolean getHasFixedWidth-BRTryo0(long);
    method @androidx.compose.runtime.Stable public static boolean isSatisfiedBy-m9CmiCs(long, long size);
    method public static boolean isZero-BRTryo0(long);
    method @androidx.compose.runtime.Stable public static long offset-dAqVMF8(long, optional int horizontal, optional int vertical);
    method @Deprecated @androidx.compose.runtime.Stable public static boolean satisfiedBy-m9CmiCs(long, long size);
  }

  @androidx.compose.runtime.Immutable public interface Density {
    method public float getDensity();
    method public float getFontScale();
    method @androidx.compose.runtime.Stable public default float toDp--R2X_6o(long);
    method @androidx.compose.runtime.Stable public default float toDp-D9Ej5fM(int);
    method @androidx.compose.runtime.Stable public default float toDp-D9Ej5fM(float);
    method @androidx.compose.runtime.Stable public default int toIntPx--R2X_6o(long);
    method @androidx.compose.runtime.Stable public default int toIntPx-0680j_4(float);
    method @androidx.compose.runtime.Stable public default float toPx--R2X_6o(long);
    method @androidx.compose.runtime.Stable public default float toPx-0680j_4(float);
    method @androidx.compose.runtime.Stable public default androidx.compose.ui.geometry.Rect toRect(androidx.compose.ui.unit.Bounds);
    method @androidx.compose.runtime.Stable public default long toSp-0680j_4(float);
    method @androidx.compose.runtime.Stable public default long toSp-XSAIIZE(int);
    method @androidx.compose.runtime.Stable public default long toSp-XSAIIZE(float);
    property public abstract float density;
    property public abstract float fontScale;
  }

  public final class DensityKt {
    method @androidx.compose.runtime.Stable public static androidx.compose.ui.unit.Density Density(float density, optional float fontScale);
  }

  @androidx.compose.runtime.Immutable public final inline class Dp implements java.lang.Comparable<androidx.compose.ui.unit.Dp> {
    ctor public Dp();
    method @androidx.compose.runtime.Stable public operator int compareTo-0680j_4(float p);
    method @androidx.compose.runtime.Stable public static operator int compareTo-0680j_4(float $this, float other);
    method public static float constructor-impl(float value);
    method @androidx.compose.runtime.Stable public static inline operator float div-0680j_4(float $this, float other);
    method @androidx.compose.runtime.Stable public static inline operator float div-D9Ej5fM(float $this, float other);
    method @androidx.compose.runtime.Stable public static inline operator float div-D9Ej5fM(float $this, int other);
    method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
    method public static boolean equals-impl0(float p1, float p2);
    method public float getValue();
    method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
    method @androidx.compose.runtime.Stable public static inline operator float minus-0680j_4(float $this, float other);
    method @androidx.compose.runtime.Stable public static inline operator float plus-0680j_4(float $this, float other);
    method @androidx.compose.runtime.Stable public static inline operator float times-D9Ej5fM(float $this, float other);
    method @androidx.compose.runtime.Stable public static inline operator float times-D9Ej5fM(float $this, int other);
    method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
    method @androidx.compose.runtime.Stable public static inline operator float unaryMinus-D9Ej5fM(float $this);
    property public final float value;
    field public static final androidx.compose.ui.unit.Dp.Companion Companion;
  }

  public static final class Dp.Companion {
    method public float getHairline-D9Ej5fM();
    method public float getInfinity-D9Ej5fM();
    method public float getUnspecified-D9Ej5fM();
    property public final float Hairline;
    property public final float Infinity;
    property public final float Unspecified;
  }

  public final class DpKt {
    method @androidx.compose.runtime.Stable public static inline long DpOffset-ioHfwGI(float x, float y);
    method @Deprecated @androidx.compose.runtime.Stable public static inline long Position-ioHfwGI(float x, float y);
    method @androidx.compose.runtime.Stable public static inline float coerceAtLeast-ioHfwGI(float, float minimumValue);
    method @androidx.compose.runtime.Stable public static inline float coerceAtMost-ioHfwGI(float, float maximumValue);
    method @androidx.compose.runtime.Stable public static inline float coerceIn-qYQSm_w(float, float minimumValue, float maximumValue);
    method public static inline float getDp(int);
    method public static inline float getDp(double);
    method public static inline float getDp(float);
    method public static inline float getHeight(androidx.compose.ui.unit.Bounds);
    method public static inline float getWidth(androidx.compose.ui.unit.Bounds);
    method public static inline boolean isFinite-0680j_4(float);
    method public static inline boolean isSpecified-0680j_4(float);
    method public static inline boolean isUnspecified-0680j_4(float);
    method @androidx.compose.runtime.Stable public static float lerp-7oHWEOI(float start, float stop, float fraction);
    method @androidx.compose.runtime.Stable public static long lerp-O0PuQT4(long start, long stop, float fraction);
    method @androidx.compose.runtime.Stable public static inline float max-ioHfwGI(float a, float b);
    method @androidx.compose.runtime.Stable public static inline float min-ioHfwGI(float a, float b);
    method public static inline float takeOrElse-RiydCdY(float, kotlin.jvm.functions.Function0<androidx.compose.ui.unit.Dp> block);
    method @androidx.compose.runtime.Stable public static inline operator float times-Cp9Wa6o(int, float other);
    method @androidx.compose.runtime.Stable public static inline operator float times-NSq4UQk(double, float other);
    method @androidx.compose.runtime.Stable public static inline operator float times-NnR5yEA(float, float other);
  }

  @androidx.compose.runtime.Immutable public final inline class DpOffset {
    ctor public DpOffset();
    method public static long constructor-impl(long packedValue);
    method public static long copy-ioHfwGI(long $this, optional float x, optional float y);
    method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
    method public static boolean equals-impl0(long p1, long p2);
    method public static float getX-D9Ej5fM(long $this);
    method public static float getY-D9Ej5fM(long $this);
    method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
    method @androidx.compose.runtime.Stable public static inline operator long minus-jo-Fl9I(long $this, long other);
    method @androidx.compose.runtime.Stable public static inline operator long plus-jo-Fl9I(long $this, long other);
    method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
    field public static final androidx.compose.ui.unit.DpOffset.Companion Companion;
  }

  public static final class DpOffset.Companion {
    method public long getZero-RKDOV3M();
    property public final long Zero;
  }

  @androidx.compose.runtime.Immutable public final inline class Duration implements java.lang.Comparable<androidx.compose.ui.unit.Duration> {
    ctor public Duration();
    method @androidx.compose.runtime.Stable public int compareTo-WUeva1s(long p);
    method @androidx.compose.runtime.Stable public static int compareTo-WUeva1s(long $this, long other);
    method public static long constructor-impl(long nanoseconds);
    method @androidx.compose.runtime.Stable public static operator long div-ojFfpTE(long $this, int quotient);
    method @androidx.compose.runtime.Stable public static operator long div-ojFfpTE(long $this, double quotient);
    method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
    method public static boolean equals-impl0(long p1, long p2);
    method public long getNanoseconds();
    method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
    method @androidx.compose.runtime.Stable public static operator long minus-WUeva1s(long $this, long other);
    method @androidx.compose.runtime.Stable public static operator long plus-WUeva1s(long $this, long other);
    method @androidx.compose.runtime.Stable public static operator long times-ojFfpTE(long $this, int factor);
    method @androidx.compose.runtime.Stable public static operator long times-ojFfpTE(long $this, double factor);
    method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
    property public final long nanoseconds;
    field public static final androidx.compose.ui.unit.Duration.Companion Companion;
  }

  public static final class Duration.Companion {
    method public long getZero-ojFfpTE();
    property public final long Zero;
  }

  public final class Durations {
    method public static long Duration(optional long days, optional long hours, optional long minutes, optional long seconds, optional long milliseconds, optional long microseconds, optional long nanoseconds);
    method public static inline long getDays(long);
    method public static inline long getDays(int);
    method public static inline long getHours(long);
    method public static inline long getHours(int);
    method public static inline long getMicroseconds(long);
    method public static inline long getMicroseconds(int);
    method public static inline long getMilliseconds(long);
    method public static inline long getMilliseconds(int);
    method public static inline long getMinutes(long);
    method public static inline long getMinutes(int);
    method public static inline long getNanoseconds(long);
    method public static inline long getNanoseconds(int);
    method public static inline long getSeconds(long);
    method public static inline long getSeconds(int);
    method public static inline long inDays-WUeva1s(long);
    method public static inline long inHours-WUeva1s(long);
    method public static inline long inMicroseconds-WUeva1s(long);
    method public static inline long inMilliseconds-WUeva1s(long);
    method public static inline long inMinutes-WUeva1s(long);
    method public static inline long inSeconds-WUeva1s(long);
    field public static final long HoursPerDay = 24L; // 0x18L
    field public static final long MicrosecondsPerMillisecond = 1000L; // 0x3e8L
    field public static final long MillisecondsPerSecond = 1000L; // 0x3e8L
    field public static final long MinutesPerHour = 60L; // 0x3cL
    field public static final long NanosecondsPerDay = 86400000000000L; // 0x4e94914f0000L
    field public static final long NanosecondsPerHour = 3600000000000L; // 0x34630b8a000L
    field public static final long NanosecondsPerMicrosecond = 1000L; // 0x3e8L
    field public static final long NanosecondsPerMillisecond = 1000000L; // 0xf4240L
    field public static final long NanosecondsPerMinute = 60000000000L; // 0xdf8475800L
    field public static final long NanosecondsPerSecond = 1000000000L; // 0x3b9aca00L
    field public static final long SecondsPerMinute = 60L; // 0x3cL
  }

  @androidx.compose.runtime.Immutable public final class IntBounds {
    ctor public IntBounds(int left, int top, int right, int bottom);
    method public int component1();
    method public int component2();
    method public int component3();
    method public int component4();
    method @androidx.compose.runtime.Immutable public androidx.compose.ui.unit.IntBounds copy(int left, int top, int right, int bottom);
    method public int getBottom();
    method public int getLeft();
    method public int getRight();
    method public int getTop();
    property public final int bottom;
    property public final int left;
    property public final int right;
    property public final int top;
  }

  public final class IntBoundsKt {
    method @androidx.compose.runtime.Stable public static inline androidx.compose.ui.unit.IntBounds IntBounds-TtQJ-B4(long topLeft, long size);
    method @androidx.compose.runtime.Stable public static inline long center(androidx.compose.ui.unit.IntBounds);
    method public static inline int getHeight(androidx.compose.ui.unit.IntBounds);
    method public static inline int getWidth(androidx.compose.ui.unit.IntBounds);
    method @androidx.compose.runtime.Stable public static androidx.compose.ui.unit.IntBounds toBounds-ozmzZPI(long);
    method @androidx.compose.runtime.Stable public static androidx.compose.ui.geometry.Rect toRect(androidx.compose.ui.unit.IntBounds);
    method @androidx.compose.runtime.Stable public static long toSize(androidx.compose.ui.unit.IntBounds);
  }

  @androidx.compose.runtime.Immutable public final inline class IntOffset {
    ctor public IntOffset();
    method @androidx.compose.runtime.Stable public static operator int component1-impl(long $this);
    method @androidx.compose.runtime.Stable public static operator int component2-impl(long $this);
    method public static long constructor-impl(long packedValue);
    method public static long copy-nOcc-ac(long $this, optional int x, optional int y);
    method @androidx.compose.runtime.Stable public static operator long div-nOcc-ac(long $this, float operand);
    method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
    method public static boolean equals-impl0(long p1, long p2);
    method public static int getX-impl(long $this);
    method public static int getY-impl(long $this);
    method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
    method @androidx.compose.runtime.Stable public static inline operator long minus--gyyYBs(long $this, long other);
    method @androidx.compose.runtime.Stable public static inline operator long plus--gyyYBs(long $this, long other);
    method @androidx.compose.runtime.Stable public static operator long rem-nOcc-ac(long $this, int operand);
    method @androidx.compose.runtime.Stable public static operator long times-nOcc-ac(long $this, float operand);
    method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
    method @androidx.compose.runtime.Stable public static inline operator long unaryMinus-nOcc-ac(long $this);
    field public static final androidx.compose.ui.unit.IntOffset.Companion Companion;
  }

  public static final class IntOffset.Companion {
    method public long getZero-nOcc-ac();
    property public final long Zero;
  }

  public final class IntOffsetKt {
    method @androidx.compose.runtime.Stable public static inline long IntOffset(int x, int y);
    method @androidx.compose.runtime.Stable public static long lerp-t0UgTr0(long start, long stop, float fraction);
    method @androidx.compose.runtime.Stable public static operator long minus-k5bmQ1s(long, long offset);
    method @androidx.compose.runtime.Stable public static operator long minus-tRj9Ofw(long, long offset);
    method @androidx.compose.runtime.Stable public static operator long plus-k5bmQ1s(long, long offset);
    method @androidx.compose.runtime.Stable public static operator long plus-tRj9Ofw(long, long offset);
    method @androidx.compose.runtime.Stable public static inline long round-k-4lQ0M(long);
    method @androidx.compose.runtime.Stable public static inline long toOffset--gyyYBs(long);
  }

  @androidx.compose.runtime.Immutable public final inline class IntSize {
    ctor public IntSize();
    method @androidx.compose.runtime.Stable public static inline operator int component1-impl(long $this);
    method @androidx.compose.runtime.Stable public static inline operator int component2-impl(long $this);
    method public static long constructor-impl(long packedValue);
    method @androidx.compose.runtime.Stable public static operator long div-YbymL2g(long $this, int other);
    method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
    method public static boolean equals-impl0(long p1, long p2);
    method public static int getHeight-impl(long $this);
    method public static int getWidth-impl(long $this);
    method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
    method @androidx.compose.runtime.Stable public static operator long times-YbymL2g(long $this, int other);
    method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
    field public static final androidx.compose.ui.unit.IntSize.Companion Companion;
  }

  public static final class IntSize.Companion {
    method public long getZero-YbymL2g();
    property public final long Zero;
  }

  public final class IntSizeKt {
    method @androidx.compose.runtime.Stable public static long IntSize(int width, int height);
    method public static long getCenter-ozmzZPI(long);
    method @androidx.compose.runtime.Stable public static operator long times-U1E2UwY(int, long size);
    method @androidx.compose.runtime.Stable public static long toSize-ozmzZPI(long);
  }

  public enum LayoutDirection {
    enum_constant public static final androidx.compose.ui.unit.LayoutDirection Ltr;
    enum_constant public static final androidx.compose.ui.unit.LayoutDirection Rtl;
  }

  @androidx.compose.runtime.Immutable public final inline class TextUnit {
    ctor public TextUnit();
    method public static inline operator int compareTo--R2X_6o(long $this, long other);
    method public static long constructor-impl(long packedValue);
    method public static inline operator float div--R2X_6o(long $this, long other);
    method public static inline operator long div-XSAIIZE(long $this, float other);
    method public static inline operator long div-XSAIIZE(long $this, double other);
    method public static inline operator long div-XSAIIZE(long $this, int other);
    method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
    method public static boolean equals-impl0(long p1, long p2);
    method public long getPackedValue();
    method public static androidx.compose.ui.unit.TextUnitType getType-impl(long $this);
    method public static float getValue-impl(long $this);
    method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
    method public static boolean isEm-impl(long $this);
    method public static boolean isSp-impl(long $this);
    method public static inline operator long minus--R2X_6o(long $this, long other);
    method public static inline operator long plus--R2X_6o(long $this, long other);
    method public static inline operator long times-XSAIIZE(long $this, float other);
    method public static inline operator long times-XSAIIZE(long $this, double other);
    method public static inline operator long times-XSAIIZE(long $this, int other);
    method public static String toString-impl(long $this);
    method public static inline operator long unaryMinus-XSAIIZE(long $this);
    property public final long packedValue;
    field public static final androidx.compose.ui.unit.TextUnit.Companion Companion;
  }

  public static final class TextUnit.Companion {
    method public long Em-XSAIIZE(int value);
    method public long Em-XSAIIZE(float value);
    method public long Em-XSAIIZE(double value);
    method public long Sp-XSAIIZE(int value);
    method public long Sp-XSAIIZE(float value);
    method public long Sp-XSAIIZE(double value);
    method public long getUnspecified-XSAIIZE();
    property public final long Unspecified;
  }

  public final class TextUnitKt {
    method @kotlin.PublishedApi internal static void checkArithmetic--R2X_6o(long a);
    method @kotlin.PublishedApi internal static void checkArithmetic-8E83U4Q(long a, long b);
    method @kotlin.PublishedApi internal static void checkArithmetic-HxQ2Pkc(long a, long b, long c);
    method @androidx.compose.runtime.Stable public static inline long coerceAtLeast-8E83U4Q(long, long minimumValue);
    method @androidx.compose.runtime.Stable public static inline long coerceAtMost-8E83U4Q(long, long maximumValue);
    method @androidx.compose.runtime.Stable public static inline long coerceIn-HxQ2Pkc(long, long minimumValue, long maximumValue);
    method public static long getEm(float);
    method public static long getEm(double);
    method public static long getEm(int);
    method public static long getSp(float);
    method public static long getSp(double);
    method public static long getSp(int);
    method public static inline boolean isSpecified--R2X_6o(long);
    method public static boolean isUnspecified--R2X_6o(long);
    method @androidx.compose.runtime.Stable public static long lerp-KeuwX78(long a, long b, float t);
    method @androidx.compose.runtime.Stable public static inline long max-8E83U4Q(long a, long b);
    method @androidx.compose.runtime.Stable public static inline long min-8E83U4Q(long a, long b);
    method @kotlin.PublishedApi internal static inline long pack(long unitType, float v);
    method public static inline long takeOrElse-bAewZlA(long, kotlin.jvm.functions.Function0<androidx.compose.ui.unit.TextUnit> block);
    method @androidx.compose.runtime.Stable public static inline operator long times-0PRCd3Q(double, long other);
    method @androidx.compose.runtime.Stable public static inline operator long times-Ew26DjI(float, long other);
    method @androidx.compose.runtime.Stable public static inline operator long times-VJWtCv4(int, long other);
  }

  public enum TextUnitType {
    enum_constant public static final androidx.compose.ui.unit.TextUnitType Em;
    enum_constant public static final androidx.compose.ui.unit.TextUnitType Sp;
    enum_constant public static final androidx.compose.ui.unit.TextUnitType Unspecified;
  }

  @androidx.compose.runtime.Immutable public final inline class Uptime implements java.lang.Comparable<androidx.compose.ui.unit.Uptime> {
    ctor public Uptime();
    method public int compareTo-fQUwLeo(long p);
    method public static int compareTo-fQUwLeo(long $this, long other);
    method public static long constructor-impl(long nanoseconds);
    method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
    method public static boolean equals-impl0(long p1, long p2);
    method public long getNanoseconds();
    method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
    method public static operator long minus-WUeva1s(long $this, long duration);
    method public static operator long minus-fQUwLeo(long $this, long other);
    method public static operator long plus-WUeva1s(long $this, long duration);
    method @androidx.compose.runtime.Immutable public static inline String! toString-impl(long p);
    property public final long nanoseconds;
    field public static final androidx.compose.ui.unit.Uptime.Companion Companion;
  }

  public static final class Uptime.Companion {
    method public long getBoot-CLVl0cY();
    method public long getUnspecified-CLVl0cY();
    property public final long Boot;
    property public final long Unspecified;
  }

  public final class UptimeKt {
    method public static inline boolean isSpecified-fQUwLeo(long);
    method public static inline boolean isUnspecified-fQUwLeo(long);
    method public static operator long plus-I3RPvYE(long, long uptime);
    method public static inline long takeOrElse-N-58ELw(long, kotlin.jvm.functions.Function0<androidx.compose.ui.unit.Uptime> block);
  }

  @androidx.compose.runtime.Immutable public final inline class Velocity {
    ctor public Velocity();
    method @androidx.compose.runtime.Stable public static operator float component1-impl(long $this);
    method @androidx.compose.runtime.Stable public static operator float component2-impl(long $this);
    method public static long constructor-impl(long packedValue);
    method public static long copy-9UxMQ8M(long $this, optional float x, optional float y);
    method @androidx.compose.runtime.Stable public static operator long div-9UxMQ8M(long $this, float operand);
    method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
    method public static boolean equals-impl0(long p1, long p2);
    method public long getPackedValue();
    method @Deprecated public static long getPixelsPerSecond-F1C5BW0(long $this);
    method public static float getX-impl(long $this);
    method public static float getY-impl(long $this);
    method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
    method @androidx.compose.runtime.Stable public static operator long minus-TH1AsA0(long $this, long other);
    method @androidx.compose.runtime.Stable public static operator long plus-TH1AsA0(long $this, long other);
    method @androidx.compose.runtime.Stable public static operator long rem-9UxMQ8M(long $this, float operand);
    method @androidx.compose.runtime.Stable public static operator long times-9UxMQ8M(long $this, float operand);
    method public static String toString-impl(long $this);
    method @androidx.compose.runtime.Stable public static operator long unaryMinus-9UxMQ8M(long $this);
    property public final long packedValue;
    field public static final androidx.compose.ui.unit.Velocity.Companion Companion;
  }

  public static final class Velocity.Companion {
    method public long getZero-9UxMQ8M();
    property public final long Zero;
  }

  public final class VelocityKt {
    method @androidx.compose.runtime.Stable public static inline long Velocity(float x, float y);
    method @Deprecated public static long Velocity-k-4lQ0M(long offset);
  }

}

