Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java1027 int diffA = Math.abs((expected >>> 24) - (pixel >>> 24)); in almostEqual() local
1032 boolean pass = diffA + diffR + diffG + diffB <= threshold; in almostEqual()