Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DLayersActivity.java38 private final Paint mRectPaint; field in LayersActivity.LayersView
44 mRectPaint = new Paint(); in LayersView()
58 mRectPaint.setColor(0xffff0000); in onDraw()
68 mRectPaint.setColor(0xff00ff00); in onDraw()
69 mRectPaint.setAlpha(50); in onDraw()
76 mRectPaint.setColor(0xff0000ff); in onDraw()
77 mRectPaint.setAlpha(255); in onDraw()
85 mRectPaint.setColor(0xffff0000); in onDraw()
92 mRectPaint.setColor(0xff0000ff); in onDraw()
93 mRectPaint.setAlpha(255); in onDraw()
[all …]
H A DNewLayersActivity.java36 private final Paint mRectPaint; field in NewLayersActivity.LayersView
43 mRectPaint = new Paint(); in LayersView()
44 mRectPaint.setAntiAlias(true); in LayersView()
45 mRectPaint.setTextSize(24.0f); in LayersView()
67 mRectPaint.setColor(0x7fff0000); in drawStuff()
68 canvas.drawRect(-20.0f, -20.0f, 220.0f, 120.0f, mRectPaint); in drawStuff()
70 mRectPaint.setColor(0xff000000); in drawStuff()
72 -100.0f, 50.0f, mRectPaint); in drawStuff()