Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsPresenterDrawable.java114 private void drawInset(Canvas canvas, Insets insets, Paint paint) { in drawInset() method in WindowInsetsPresenterDrawable
138 drawInset(canvas, mWindowInsets.getSystemGestureInsets(), mSystemGesturePaint); in draw()
139 drawInset(canvas, mWindowInsets.getMandatorySystemGestureInsets(), in draw()
141 drawInset(canvas, mWindowInsets.getTappableElementInsets(), mTappableElementPaint); in draw()
142 drawInset(canvas, mWindowInsets.getSystemWindowInsets(), mSystemWindowPaint); in draw()