Searched refs:mSystemGesturePaint (Results 1 – 1 of 1) sorted by relevance
41 private final Paint mSystemGesturePaint; field in WindowInsetsPresenterDrawable66 mSystemGesturePaint = new Paint(); in WindowInsetsPresenterDrawable()67 mSystemGesturePaint.setStrokeWidth(2); in WindowInsetsPresenterDrawable()68 mSystemGesturePaint.setStyle(Paint.Style.STROKE); in WindowInsetsPresenterDrawable()69 mSystemGesturePaint.setColor(Color.GREEN); in WindowInsetsPresenterDrawable()70 mSystemGesturePaint.setPathEffect(new DashPathEffect(new float[]{GAP, GAP, GAP * 2}, in WindowInsetsPresenterDrawable()138 drawInset(canvas, mWindowInsets.getSystemGestureInsets(), mSystemGesturePaint); in draw()