Searched defs:configOrientation (Results 1 – 3 of 3) sorted by relevance
258 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
297 int configOrientation = context.getResources().getConfiguration().orientation; in getDeviceRotation() local
132 int configOrientation = getResources().getConfiguration().orientation; in lockRotation() local