Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DBlankScreenDetectorWithSameColorRectangleTest.java47 BlankScreenDetectorWithSameColorRectangle.maxSubRectangle(row, index); in maxSubRectangle_returnsBiggestSubRectangle()
59 BlankScreenDetectorWithSameColorRectangle.maxSubRectangle(row, index); in maxSubRectangle_withWideThinRectangle_returnsBiggestSubRectangle()
72 BlankScreenDetectorWithSameColorRectangle.maxSubRectangle(row, index); in maxSubRectangle_withOffsetIndex_returnsBiggestSubRectangle()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DBlankScreenDetectorWithSameColorRectangle.java77 Rectangle currentBiggestRectangle = maxSubRectangle(similarityMatrix[i], i); in maxSameColorRectangle()
94 static Rectangle maxSubRectangle(int[] heightsRow, int index) { in maxSubRectangle() method in BlankScreenDetectorWithSameColorRectangle