Searched refs:configOrientation (Results 1 – 2 of 2) 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()
132 int configOrientation = getResources().getConfiguration().orientation; in lockRotation() local137 naturalOrientation = configOrientation; in lockRotation()142 naturalOrientation = (configOrientation == Configuration.ORIENTATION_LANDSCAPE) ? in lockRotation()