Home
last modified time | relevance | path

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

/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/dpi/src/android/dpi/cts/
DConfigurationScreenLayoutTest.java159 final int shortSize = Math.min(widthDp, heightDp); in reduceScreenLayout() local
165 if (longSize >= 960 && shortSize >= 720) { in reduceScreenLayout()
167 } else if (longSize >= 640 && shortSize >= 480) { in reduceScreenLayout()
172 screenLayoutLong = ((longSize * 3) / 5) >= (shortSize - 1); in reduceScreenLayout()
/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java307 int shortSize = 2; //bytes in eqSetParamProperties() local
312 /*vsize*/ intToByteArray(2 * shortSize), in eqSetParamProperties()