Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java49 private int mCurrentOrientation = -1; field in DisplayDevice
270 if (mCurrentOrientation != orientation in setProjectionLocked()
275 mCurrentOrientation = orientation; in setProjectionLocked()
307 viewport.orientation = mCurrentOrientation; in populateViewportLocked()
321 boolean isRotated = (mCurrentOrientation == Surface.ROTATION_90 in populateViewportLocked()
322 || mCurrentOrientation == Surface.ROTATION_270); in populateViewportLocked()
346 pw.println("mCurrentOrientation=" + mCurrentOrientation); in dumpLocked()