HomeSort by relevance Sort by last modified time
    Searched refs:originalOrientation (Results 1 - 2 of 2) sorted by null

  /cts/tests/app/app/src/android/app/stubs/
OrientationTestUtils.java 58 final int originalOrientation = activity.getResources().getConfiguration().orientation;
59 final int newOrientation = originalOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
62 return new int[] { originalOrientation, newOrientation };
  /cts/tests/tests/app/src/android/app/cts/
ApplyOverrideConfigurationTest.java 58 final int originalOrientation = config.orientation;
71 assertTrue(newConfig.orientation != originalOrientation);

Completed in 58 milliseconds