Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAspectRatioTestsBase.java98 final float shortSide = Math.min(size.x, size.y); in getAspectRatio() local
99 return longSide / shortSide; in getAspectRatio()