Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java349 private static boolean isAspectRatioMatch(Rect frame1, Rect frame2) { in isAspectRatioMatch() argument
350 if (frame1.isEmpty() || frame2.isEmpty()) { in isAspectRatioMatch()
354 ((float) frame2.width() / frame2.height()) in isAspectRatioMatch()