Searched refs:mBlueFill (Results 1 – 1 of 1) sorted by relevance
62 @NonNull private final Paint mBlueFill; field in UdfpsEnrollDrawable110 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()