Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java8992 final int orientationWithInsets = outStableBounds.height() >= outStableBounds.width() in orientationRespectedWithInsets() local
8999 final boolean orientationRespectedWithInsets = orientation == orientationWithInsets in orientationRespectedWithInsets()
9000 || orientationWithInsets == requestedOrientation; in orientationRespectedWithInsets()