ADD week 5
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
package androidx.cardview.widget;
|
||||
|
||||
import android.graphics.Canvas;
|
||||
import android.graphics.Paint;
|
||||
import android.graphics.RectF;
|
||||
import androidx.cardview.widget.RoundRectDrawableWithShadow;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
class CardViewApi17Impl extends CardViewBaseImpl {
|
||||
CardViewApi17Impl() {
|
||||
}
|
||||
|
||||
@Override // androidx.cardview.widget.CardViewBaseImpl, androidx.cardview.widget.CardViewImpl
|
||||
public void initStatic() {
|
||||
RoundRectDrawableWithShadow.sRoundRectHelper = new RoundRectDrawableWithShadow.RoundRectHelper() { // from class: androidx.cardview.widget.CardViewApi17Impl.1
|
||||
@Override // androidx.cardview.widget.RoundRectDrawableWithShadow.RoundRectHelper
|
||||
public void drawRoundRect(Canvas canvas, RectF rectF, float f, Paint paint) {
|
||||
canvas.drawRoundRect(rectF, f, f, paint);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user