21 lines
668 B
Java
21 lines
668 B
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import android.graphics.Color;
|
|
import android.graphics.Paint;
|
|
import android.util.TypedValue;
|
|
|
|
/* renamed from: o.fLy, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C12947fLy {
|
|
public static Paint aAG_(Context context) {
|
|
float applyDimension = TypedValue.applyDimension(1, 1.0f, context.getResources().getDisplayMetrics());
|
|
Paint paint = new Paint();
|
|
paint.setAntiAlias(true);
|
|
paint.setColor(Color.parseColor("#AAFFFFFF"));
|
|
paint.setStrokeWidth(applyDimension);
|
|
paint.setStyle(Paint.Style.STROKE);
|
|
return paint;
|
|
}
|
|
}
|