Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java7647 final int orientationWithInsets = outStableBounds.height() >= outStableBounds.width() in orientationRespectedWithInsets() local
7654 final boolean orientationRespectedWithInsets = orientation == orientationWithInsets in orientationRespectedWithInsets()
7655 || orientationWithInsets == requestedOrientation; in orientationRespectedWithInsets()