Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDevice.java43 private int mCurrentOrientation = -1; field in DisplayDevice
163 if (mCurrentOrientation != orientation in setProjectionInTransactionLocked()
168 mCurrentOrientation = orientation; in setProjectionInTransactionLocked()
200 viewport.orientation = mCurrentOrientation; in populateViewportLocked()
214 boolean isRotated = (mCurrentOrientation == Surface.ROTATION_90 in populateViewportLocked()
215 || mCurrentOrientation == Surface.ROTATION_270); in populateViewportLocked()
230 pw.println("mCurrentOrientation=" + mCurrentOrientation); in dumpLocked()