Home
last modified time | relevance | path

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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DErrorCalculator.java137 int interestingRegions = 0; in calcError() local
141 interestingRegions++; in calcError()
146 int interestingPixels = Math.max(1, interestingRegions) * REGION_SIZE * REGION_SIZE; in calcError()