Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java258 public void waitForDisplayOrientation(int configOrientation) { in waitForDisplayOrientation()
269 public boolean waitForActivityOrientation(ComponentName activityName, int 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/Renderer/
DBaseRenderer.java297 int configOrientation = context.getResources().getConfiguration().orientation; in getDeviceRotation() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java132 int configOrientation = getResources().getConfiguration().orientation; in lockRotation() local