Searched refs:nonMatching (Results 1 – 1 of 1) sorted by relevance
253 float nonMatching = getNonMatching(a, b); in renderAndCompare() local255 if (nonMatching == 0) { in renderAndCompare()257 } else if (nonMatching > 0.01) { in renderAndCompare()260 "differ by " + Math.ceil(nonMatching * 10000) / 100 + in renderAndCompare()263 Log.d(LOG_TAG, "bitmaps differ by " + Math.ceil(nonMatching * 10000) / 100 + "%"); in renderAndCompare()