Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsPresenterDrawable.java40 private final Paint mMandatorySystemGesturePaint; field in WindowInsetsPresenterDrawable
59 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()