Searched refs:drawBuffer (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | SurfaceProxy.kt | 33 fun drawBuffer(slot: Int, @ColorInt c: Int) { regex 34 drawBuffer(slot, intArrayOf(Color.red(c), Color.green(c), Color.blue(c), Color.alpha(c))) 36 external fun drawBuffer(slot: Int, color: IntArray)
|
H A D | SharedBufferModeTests.kt | 82 it.mSurfaceProxy.drawBuffer(0, Color.RED) 84 it.mSurfaceProxy.drawBuffer(0, Color.GREEN) 86 it.mSurfaceProxy.drawBuffer(0, Color.BLUE)
|
H A D | GeometryTests.kt | 135 activity.mSurfaceProxy.drawBuffer(0, Color.BLUE) 183 activity.mSurfaceProxy.drawBuffer(0, Color.BLUE)
|
H A D | SharedBufferModeScreenRecordTests.kt | 57 it.mSurfaceProxy.drawBuffer(0, Color.RED)
|