| // Signature format: 4.0 |
| package androidx.camera.common { |
| |
| @kotlin.jvm.JvmInline public final value class DiscreteRotation { |
| method @BytecodeOnly public static androidx.camera.common.DiscreteRotation! box-impl(int); |
| method @InaccessibleFromKotlin public int getDegrees(); |
| method @KotlinOnly public inline operator androidx.camera.common.DiscreteRotation minus(androidx.camera.common.DiscreteRotation other); |
| method @KotlinOnly public inline operator androidx.camera.common.DiscreteRotation minus(int degrees); |
| method @BytecodeOnly public static int minus-4Qa-4Hw(int, int); |
| method @BytecodeOnly public static int minus-REjC-m4(int, int); |
| method @KotlinOnly public inline operator androidx.camera.common.DiscreteRotation plus(androidx.camera.common.DiscreteRotation other); |
| method @KotlinOnly public inline operator androidx.camera.common.DiscreteRotation plus(int degrees); |
| method @BytecodeOnly public static int plus-4Qa-4Hw(int, int); |
| method @BytecodeOnly public static int plus-REjC-m4(int, int); |
| method @BytecodeOnly public int unbox-impl(); |
| property public int degrees; |
| field public static final androidx.camera.common.DiscreteRotation.Companion Companion; |
| } |
| |
| public static final class DiscreteRotation.Companion { |
| method @KotlinOnly public androidx.camera.common.DiscreteRotation from(int degrees); |
| method @BytecodeOnly public int from-REjC-m4(int); |
| method @KotlinOnly public androidx.camera.common.DiscreteRotation fromSurfaceRotation(int surfaceRotation); |
| method @BytecodeOnly public int fromSurfaceRotation-REjC-m4(int); |
| method @KotlinOnly public androidx.camera.common.DiscreteRotation round(float degrees); |
| method @KotlinOnly public androidx.camera.common.DiscreteRotation round(int degrees); |
| method @BytecodeOnly public int round-REjC-m4(float); |
| method @BytecodeOnly public int round-REjC-m4(int); |
| } |
| |
| public final class DiscreteRotationMath { |
| method public static int fromSurfaceRotation(int surfaceRotation); |
| method public static void requireDiscreteRotation(int degrees); |
| method public static int round(float degrees); |
| method public static int round(int degrees); |
| field public static final androidx.camera.common.DiscreteRotationMath INSTANCE; |
| } |
| |
| } |
| |