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.java94 public SurfaceTextureRule mSurfaceRule = new SurfaceTextureRule(); field in PixelCopyTest
109 mCopyHelper.request(mSurfaceRule.getSurface(), dest); in testNullDest()
116 mCopyHelper.request(mSurfaceRule.getSurface(), dest); in testRecycledDest()
122 int result = mCopyHelper.request(mSurfaceRule.getSurface(), dest); in testNoSourceData()
129 mCopyHelper.request(mSurfaceRule.getSurface(), new Rect(), dest); in testEmptySourceRectSurface()
141 mCopyHelper.request(mSurfaceRule.getSurface(), new Rect(10, 10, 0, 0), dest); in testInvalidSourceRectSurface()