Home
last modified time | relevance | path

Searched refs:configOrientation (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java297 int configOrientation = context.getResources().getConfiguration().orientation; in getDeviceRotation() local
302 naturalOrientation = configOrientation; in getDeviceRotation()
307 naturalOrientation = (configOrientation == Configuration.ORIENTATION_LANDSCAPE) ? in getDeviceRotation()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java258 public void waitForDisplayOrientation(int configOrientation) { in waitForDisplayOrientation() argument
260 .mFullConfiguration.orientation == configOrientation, in waitForDisplayOrientation()
261 "orientation of default display to be " + configOrientation); in waitForDisplayOrientation()
269 public boolean waitForActivityOrientation(ComponentName activityName, int configOrientation) { in waitForActivityOrientation() argument
272 return activity != null && activity.mFullConfiguration.orientation == configOrientation; in waitForActivityOrientation()
273 }, "orientation of " + getActivityName(activityName) + " to be " + configOrientation); in waitForActivityOrientation() field in WindowManagerStateHelper
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java132 int configOrientation = getResources().getConfiguration().orientation; in lockRotation() local
137 naturalOrientation = configOrientation; in lockRotation()
142 naturalOrientation = (configOrientation == Configuration.ORIENTATION_LANDSCAPE) ? in lockRotation()