Searched refs:isAspectRatioMatch (Results 1 – 1 of 1) sorted by relevance
192 boolean aspectRatioMismatch = !isAspectRatioMatch(mFrame, mSnapshotW, mSnapshotH) in drawSizeMismatchSnapshot()218 aspectRatioMismatch = !isAspectRatioMatch(mFrame, crop); in drawSizeMismatchSnapshot()350 private static boolean isAspectRatioMatch(Rect frame, int w, int h) { in isAspectRatioMatch() method in SnapshotDrawerUtils357 private static boolean isAspectRatioMatch(Rect frame1, Rect frame2) { in isAspectRatioMatch() method in SnapshotDrawerUtils