Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2893 int compatOrientation = mDisplayRotationCompatPolicy.getOrientation(); in getOrientation() local
2894 if (compatOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()
2896 return compatOrientation; in getOrientation()