OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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