Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/
H A DCameraPreviewActivity.java87 private Paint mTrackResultTextPaint = null; field in CameraPreviewActivity
520 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