Searched refs:overrideOrientation (Results 1 – 1 of 1) sorted by relevance
2278 final int overrideOrientation = getRequestedOverrideConfiguration().orientation; in computeFullscreenBounds() local2280 (overrideOrientation != ORIENTATION_UNDEFINED || refActivity == null) in computeFullscreenBounds()2281 ? overrideOrientation : refActivity.getRequestedConfigurationOrientation(); in computeFullscreenBounds()