Searched defs:row (Results 1 – 1 of 1) sorted by relevance
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
D | BlankScreenDetectorWithSameColorRectangleTest.java | 43 int[] row = {1, 0, 2}; in maxSubRectangle_returnsBiggestSubRectangle() local 55 int[] row = {1, 3, 4, 3, 1, 2, 3, 5, 2}; in maxSubRectangle_withWideThinRectangle_returnsBiggestSubRectangle() local 68 int[] row = {3, 2, 5, 0}; in maxSubRectangle_withOffsetIndex_returnsBiggestSubRectangle() local
|