Searched refs:mContentPaint (Results 1 – 1 of 1) sorted by relevance
217 private final Paint mContentPaint = new Paint(); field in WindowInsetsAnimationSynchronicityTests.TestActivity.TestView252 mContentPaint.setColor(APP_COLOR); in TestView()253 mContentPaint.setStyle(Paint.Style.FILL); in TestView()278 canvas.drawRect(mTmpRect, mContentPaint); in onDraw()