Searched refs:mTappableElementPaint (Results 1 – 1 of 1) sorted by relevance
43 private final Paint mTappableElementPaint; field in WindowInsetsPresenterDrawable73 mTappableElementPaint = new Paint(); in WindowInsetsPresenterDrawable()74 mTappableElementPaint.setStrokeWidth(2); in WindowInsetsPresenterDrawable()75 mTappableElementPaint.setStyle(Paint.Style.STROKE); in WindowInsetsPresenterDrawable()76 mTappableElementPaint.setColor(Color.BLUE); in WindowInsetsPresenterDrawable()77 mTappableElementPaint.setPathEffect(new DashPathEffect(new float[]{GAP * 2, GAP, GAP}, 0)); in WindowInsetsPresenterDrawable()141 drawInset(canvas, mWindowInsets.getTappableElementInsets(), mTappableElementPaint); in draw()