Home
last modified time | relevance | path

Searched defs:shortSide (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAspectRatioTestsBase.java57 final int shortSide = Math.min(bounds.width(), bounds.height()); in runAspectRatioTest() local
104 final int shortSide = Math.min(appRect.width(), appRect.height()); in getDisplayAspectRatio() local
137 final float shortSide = Math.min(size.x, size.y); in getAspectRatio() local