Searched refs:mTrackResultTextPaint (Results 1 – 1 of 1) sorted by relevance
87 private Paint mTrackResultTextPaint = null; field in CameraPreviewActivity520 mTrackResultTextPaint = new Paint(); in showTrackSelectResults()521 mTrackResultTextPaint.setColor(0xff06ebff); in showTrackSelectResults()522 mTrackResultTextPaint.setStrokeWidth(2); in showTrackSelectResults()523 mTrackResultTextPaint.setTextAlign(Paint.Align.LEFT); in showTrackSelectResults()524 mTrackResultTextPaint.setTextSize(sp2px(12)); in showTrackSelectResults()525 mTrackResultTextPaint.setTypeface(Typeface.SANS_SERIF); in showTrackSelectResults()526 mTrackResultTextPaint.setFakeBoldText(false); in showTrackSelectResults()554 detection.left+5, detection.bottom-5, mTrackResultTextPaint); in showTrackSelectResults() local