Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java8172 final int orientationChanges = CONFIG_WINDOW_CONFIGURATION in onConfigurationChanged() local
8176 && (displayChanges & orientationChanges) != orientationChanges; in onConfigurationChanged()