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

  /cts/tests/app/app/src/android/app/stubs/
OrientationTestUtils.java 59 final int newOrientation = originalOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
62 return new int[] { originalOrientation, newOrientation };
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
ActivityControllerTest.java 257 final int newOrientation = config.orientation = (config.orientation + 1) % 3;
265 assertThat(configController.get().getResources().getConfiguration().orientation).isEqualTo(newOrientation);

Completed in 105 milliseconds