Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java166 int nextRotation = 0; in rotate() local
170 nextRotation = UiAutomation.ROTATION_FREEZE_90; in rotate()
174 nextRotation = UiAutomation.ROTATION_FREEZE_0; in rotate()
180 boolean rotated = mInstrumentation.getUiAutomation().setRotation(nextRotation); in rotate()
190 if (mActivity.getWindowManager().getDefaultDisplay().getRotation() != nextRotation) { in rotate()