Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java142 public SurfaceTextureRule mSurfaceRule = new SurfaceTextureRule(); field in PixelCopyTest
160 mCopyHelper.request(mSurfaceRule.getSurface(), dest); in testNullDest()
167 mCopyHelper.request(mSurfaceRule.getSurface(), dest); in testRecycledDest()
173 int result = mCopyHelper.request(mSurfaceRule.getSurface(), dest); in testNoSourceData()
180 mCopyHelper.request(mSurfaceRule.getSurface(), new Rect(), dest); in testEmptySourceRectSurface()
192 mCopyHelper.request(mSurfaceRule.getSurface(), new Rect(10, 10, 0, 0), dest); in testInvalidSourceRectSurface()