Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraUtils.java58 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() method in CameraUtils
76 return compareSizes(lhs.width, lhs.height, rhs.width, rhs.height); in compare()
DCameraTestUtils.java1017 .compareSizes(lhs.getWidth(), lhs.getHeight(), rhs.getWidth(), rhs.getHeight()); in compare()