Home
last modified time | relevance | path

Searched refs:stableBoundsOrientation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java9046 final int stableBoundsOrientation = stableBounds.width() > stableBounds.height() in resolveFixedOrientationConfiguration() local
9049 ? stableBoundsOrientation : newParentConfig.orientation; in resolveFixedOrientationConfiguration()