Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DBlankScreenDetectorWithSameColorRectangle.java77 Rectangle currentBiggestRectangle = maxSubRectangle(similarityMatrix[i], i); in maxSameColorRectangle() local
78 if (getRectangleArea(currentBiggestRectangle) > getRectangleArea(maxRectangle)) { in maxSameColorRectangle()
79 maxRectangle = currentBiggestRectangle; in maxSameColorRectangle()