Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java160 final StateCount count2 = getStateCountForRotation(activityName, rotationSession, in testRotation180WithCutout() local
163 final int configChange = count1.mConfigChangeCount + count2.mConfigChangeCount; in testRotation180WithCutout()
164 final int relaunch = count1.mRelaunchCount + count2.mRelaunchCount; in testRotation180WithCutout()
166 final boolean sameSize = !count1.mResize || !count2.mResize; in testRotation180WithCutout()