Home
last modified time | relevance | path

Searched refs:mBlueFill (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsEnrollDrawable.java62 @NonNull private final Paint mBlueFill; field in UdfpsEnrollDrawable
110 mBlueFill = new Paint(0 /* flags */); in UdfpsEnrollDrawable()
111 mBlueFill.setAntiAlias(true); in UdfpsEnrollDrawable()
112 mBlueFill.setColor(context.getColor(R.color.udfps_moving_target_fill)); in UdfpsEnrollDrawable()
113 mBlueFill.setStyle(Paint.Style.FILL); in UdfpsEnrollDrawable()
419 canvas.drawOval(mSensorRect, mBlueFill); in draw()
495 mBlueFill.setAlpha(alpha); in setAlpha()