Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java192 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 SnapshotDrawerUtils
357 private static boolean isAspectRatioMatch(Rect frame1, Rect frame2) { in isAspectRatioMatch() method in SnapshotDrawerUtils