mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
14 lines
356 B
Java
14 lines
356 B
Java
package com.google.android.material.animation;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class Positioning {
|
|
public final int gravity;
|
|
public final float xAdjustment;
|
|
public final float yAdjustment;
|
|
|
|
public Positioning(int i, float f, float f2) {
|
|
this.gravity = i;
|
|
this.xAdjustment = f;
|
|
this.yAdjustment = f2;
|
|
}
|
|
}
|