HomeSort by relevance Sort by last modified time
    Searched defs:verifyPixel (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
PerPixelBitmapVerifier.java 61 if (!verifyPixel(x, y, bitmap[index])) {
86 protected boolean verifyPixel(int x, int y, int observedColor) {
SamplePointVerifier.java 55 if (!verifyPixel(bitmap[index], mExpectedColors[i])) {
74 protected boolean verifyPixel(int color, int expectedColor) {
79 boolean verifyPixel(int color);
86 protected boolean verifyPixel(int color, int expectedColor) {
87 return super.verifyPixel(color, expectedColor) && verifier.verifyPixel(color);
  /cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
PerPixelBitmapVerifier.java 61 if (!verifyPixel(x, y, bitmap[index])) {
86 protected boolean verifyPixel(int x, int y, int observedColor) {
SamplePointVerifier.java 55 if (!verifyPixel(bitmap[index], mExpectedColors[i])) {
74 protected boolean verifyPixel(int color, int expectedColor) {
79 boolean verifyPixel(int color);
86 protected boolean verifyPixel(int color, int expectedColor) {
87 return super.verifyPixel(color, expectedColor) && verifier.verifyPixel(color);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
EdgeEffectTests.java 93 protected boolean verifyPixel(int x, int y, int observedColor) {

Completed in 68 milliseconds