Searched refs:mMandatorySystemGesturePaint (Results 1 – 1 of 1) sorted by relevance
40 private final Paint mMandatorySystemGesturePaint; field in WindowInsetsPresenterDrawable59 mMandatorySystemGesturePaint = new Paint(); in WindowInsetsPresenterDrawable()60 mMandatorySystemGesturePaint.setStrokeWidth(2); in WindowInsetsPresenterDrawable()61 mMandatorySystemGesturePaint.setStyle(Paint.Style.STROKE); in WindowInsetsPresenterDrawable()62 mMandatorySystemGesturePaint.setColor(Color.RED); in WindowInsetsPresenterDrawable()63 mMandatorySystemGesturePaint.setPathEffect(new DashPathEffect(new float[]{GAP, GAP * 3}, in WindowInsetsPresenterDrawable()140 mMandatorySystemGesturePaint); in draw()