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

  /cts/tests/app/app/src/android/app/stubs/
OrientationTestUtils.java 44 final int originalOrientation = activity.getResources().getConfiguration().orientation;
45 final int newOrientation = originalOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
49 changeOrientation(activity, instrumentation, originalOrientation);
  /cts/tests/tests/app/src/android/app/cts/
ApplyOverrideConfigurationTest.java 50 final int originalOrientation = config.orientation;
63 assertTrue(newConfig.orientation != originalOrientation);

Completed in 98 milliseconds