Searched refs:configOrientation (Results 1 – 3 of 3) sorted by relevance
297 int configOrientation = context.getResources().getConfiguration().orientation; in getDeviceRotation() local302 naturalOrientation = configOrientation; in getDeviceRotation()307 naturalOrientation = (configOrientation == Configuration.ORIENTATION_LANDSCAPE) ? in getDeviceRotation()
258 public void waitForDisplayOrientation(int configOrientation) { in waitForDisplayOrientation() argument260 .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() argument272 return activity != null && activity.mFullConfiguration.orientation == configOrientation; in waitForActivityOrientation()273 }, "orientation of " + getActivityName(activityName) + " to be " + configOrientation); in waitForActivityOrientation() field in WindowManagerStateHelper
132 int configOrientation = getResources().getConfiguration().orientation; in lockRotation() local137 naturalOrientation = configOrientation; in lockRotation()142 naturalOrientation = (configOrientation == Configuration.ORIENTATION_LANDSCAPE) ? in lockRotation()