Searched refs:nextRotation (Results 1 – 1 of 1) sorted by relevance
166 int nextRotation = 0; in rotate() local170 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()