Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java163 int currentRotation, int initialRotation, boolean canHandleConfigChange) { in prepareRotation() argument
164 final boolean is90DegreeDelta = Math.abs(currentRotation - initialRotation) % 2 != 0; in prepareRotation()
168 session.set(initialRotation); in prepareRotation()
211 final int initialRotation = 4 - rotationStep; in testRotation() local
213 prepareRotation(activityName, rotationSession, mWmState.getRotation(), initialRotation, in testRotation()
222 } else if (newDeviceRotation != initialRotation) { in testRotation()
DMultiDisplayPolicyTests.java217 final int initialRotation = mWmState.getRotation(); in testRotationNotAffectingSecondaryScreen() local
218 rotationSession.set((initialRotation + 1) % 4); in testRotationNotAffectingSecondaryScreen()