39 lines
1.2 KiB
Java
39 lines
1.2 KiB
Java
package o;
|
|
|
|
import android.content.SharedPreferences;
|
|
import android.content.res.Resources;
|
|
import com.prolificinteractive.materialcalendarview.CalendarDay;
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class BQ extends AbstractC16173lt<C17643yaj, VP> {
|
|
@Override // o.AbstractC16173lt
|
|
public final /* synthetic */ VP d(C17643yaj c17643yaj) {
|
|
return c(c17643yaj, false);
|
|
}
|
|
|
|
@InterfaceC13391fZD
|
|
public BQ(Resources resources, SharedPreferences sharedPreferences) {
|
|
super(resources, sharedPreferences);
|
|
}
|
|
|
|
public static CalendarDay o(OffsetDateTime offsetDateTime) {
|
|
return CalendarDay.from(cXG.a(offsetDateTime));
|
|
}
|
|
|
|
public final VP c(C17643yaj c17643yaj, boolean z) {
|
|
return new VP(a(c17643yaj.c.plusDays(1L)), c17643yaj.c, c17643yaj.b, c17643yaj.a, a(c17643yaj.d, new InterfaceC1244Ytw(this) { // from class: o.BR
|
|
private BQ b;
|
|
|
|
@Override // o.InterfaceC1244Ytw
|
|
public final Object d(Object obj) {
|
|
return BQ.o((OffsetDateTime) obj);
|
|
}
|
|
|
|
{
|
|
this.b = this;
|
|
}
|
|
}), z);
|
|
}
|
|
}
|