Searched refs:mHardwareArray (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | ActivityTestBase.java | 59 private int[] mHardwareArray = new int[TEST_HEIGHT * TEST_WIDTH]; field in ActivityTestBase 173 bitmap2.getPixels(mHardwareArray, 0, TEST_WIDTH, 0, 0, TEST_WIDTH, TEST_HEIGHT); in assertBitmapsAreSimilar() 174 success = comparer.verifySame(mSoftwareArray, mHardwareArray, 0, TEST_WIDTH, TEST_WIDTH, in assertBitmapsAreSimilar()
|