Searched refs:mCanvasClient (Results 1 – 4 of 4) sorted by relevance
29 private CanvasClient mCanvasClient; field in CanvasClientView44 mCanvasClient = canvasClient; in setCanvasClient()56 if (mCanvasClient == null) throw new IllegalStateException("Canvas client missing"); in onDraw()60 mCanvasClient.draw(canvas, ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in onDraw()
50 final CanvasClient mCanvasClient; field in SurfaceViewTests.CanvasCallback53 mCanvasClient = canvasClient; in CanvasCallback()63 mCanvasClient.draw(canvas, width, height); in surfaceChanged()
116 private CanvasClient mCanvasClient = new CanvasClient() { field in ColorFilterAlphaTest132 .addCanvasClient(mCanvasClient, mConfig.hardwareAccelerated) in test()
133 private CanvasClient mCanvasClient = new CanvasClient() { field in XfermodeTest175 .addCanvasClient(mCanvasClient, mConfig.hardwareAccelerated) in test()