Home
last modified time | relevance | path

Searched refs:shortSize (Results 1 – 3 of 3) 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/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestAnalyzer.java113 int shortSize = shortResult.size(); in getDiff() local
117 for (; idx < shortSize; idx++) { in getDiff()
143 int shortSize = shortResult.size(); in getTailDiff() local
146 for (int idx = shortSize; idx < longSize; idx++) { in getTailDiff()
/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java282 int shortSize = 2; //bytes in eqSetParamProperties() local
287 /*vsize*/ intToByteArray(2 * shortSize), in eqSetParamProperties()