Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java217 private final Paint mContentPaint = new Paint(); field in WindowInsetsAnimationSynchronicityTests.TestActivity.TestView
252 mContentPaint.setColor(APP_COLOR); in TestView()
253 mContentPaint.setStyle(Paint.Style.FILL); in TestView()
278 canvas.drawRect(mTmpRect, mContentPaint); in onDraw()