Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxUiController.java1716 private void inheritConfiguration(ActivityRecord firstOpaque) { in inheritConfiguration() argument
1721 mInheritedMinAspectRatio = firstOpaque.getMinAspectRatio(); in inheritConfiguration()
1724 mInheritedMaxAspectRatio = firstOpaque.getMaxAspectRatio(); in inheritConfiguration()
1726 mInheritedOrientation = firstOpaque.getRequestedConfigurationOrientation(); in inheritConfiguration()
1727 mInheritedAppCompatState = firstOpaque.getAppCompatState(); in inheritConfiguration()
1728 mInheritedCompatDisplayInsets = firstOpaque.getCompatDisplayInsets(); in inheritConfiguration()