23 lines
		
	
	
		
			877 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			877 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| 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);
 | |
|             }
 | |
|         };
 | |
|     }
 | |
| }
 |