Home
last modified time | relevance | path

Searched refs:numberPixels (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java103 final long numberPixels = width * height; in compareBitmaps() local
117 final double actualPrecision = ((double) numberPixels - numberMismatches) / (numberPixels); in compareBitmaps()
118 Log.v(TAG, "compareBitmaps(): numberPixels=" + numberPixels in compareBitmaps()