Searched refs:mCarDockRotation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java531 int mCarDockRotation; field in class:PhoneWindowManager
1949 mCarDockRotation = readRotation(
7101 && (mCarDockEnablesAccelerometer || mCarDockRotation >= 0)) {
7106 ? sensorRotation : mCarDockRotation;
8330 pw.print(" mCarDockRotation="); pw.print(mCarDockRotation);

Completed in 459 milliseconds