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.java109 public SurfaceTextureRule mSurfaceRule = new SurfaceTextureRule(); field in PixelCopyTest
127 mCopyHelper.request(mSurfaceRule.getSurface(), dest); in testNullDest()
134 mCopyHelper.request(mSurfaceRule.getSurface(), dest); in testRecycledDest()
140 int result = mCopyHelper.request(mSurfaceRule.getSurface(), dest); in testNoSourceData()
147 mCopyHelper.request(mSurfaceRule.getSurface(), new Rect(), dest); in testEmptySourceRectSurface()
159 mCopyHelper.request(mSurfaceRule.getSurface(), new Rect(10, 10, 0, 0), dest); in testInvalidSourceRectSurface()