OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configOrientation
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
BaseRenderer.java
297
int
configOrientation
= context.getResources().getConfiguration().orientation;
302
naturalOrientation =
configOrientation
;
307
naturalOrientation = (
configOrientation
== Configuration.ORIENTATION_LANDSCAPE) ?
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
TestActivity.java
132
int
configOrientation
= getResources().getConfiguration().orientation;
137
naturalOrientation =
configOrientation
;
142
naturalOrientation = (
configOrientation
== Configuration.ORIENTATION_LANDSCAPE) ?
Completed in 262 milliseconds