package t2; /* loaded from: classes.dex */ public final class f { /* renamed from: c, reason: collision with root package name */ private static final f f14344c = new a().a(); /* renamed from: a, reason: collision with root package name */ private final long f14345a; /* renamed from: b, reason: collision with root package name */ private final long f14346b; public static final class a { /* renamed from: a, reason: collision with root package name */ private long f14347a = 0; /* renamed from: b, reason: collision with root package name */ private long f14348b = 0; a() { } public f a() { return new f(this.f14347a, this.f14348b); } public a b(long j10) { this.f14348b = j10; return this; } public a c(long j10) { this.f14347a = j10; return this; } } f(long j10, long j11) { this.f14345a = j10; this.f14346b = j11; } public static a c() { return new a(); } public long a() { return this.f14346b; } public long b() { return this.f14345a; } }