Home
last modified time | relevance | path

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

/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationScreenLayoutTest.java131 int shortSize = (int) (min / metrics.density); in reduceScreenLayout() local
137 if (longSize >= 960 && shortSize >= 720) { in reduceScreenLayout()
139 } else if (longSize >= 640 && shortSize >= 480) { in reduceScreenLayout()
145 if (((longSize * 3) / 5) >= (shortSize - 1)) { in reduceScreenLayout()
/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java283 int shortSize = 2; //bytes in eqSetParamProperties() local
288 /*vsize*/ intToByteArray(2 * shortSize), in eqSetParamProperties()