Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2817 int compatOrientation = mDisplayRotationCompatPolicy.getOrientation(); in getOrientation() local
2818 if (compatOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()
2820 return compatOrientation; in getOrientation()