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