Searched refs:defaultRotation (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
H A D | WindowOrientationListenerTest.java | 191 @Surface.Rotation int defaultRotation) { in TestableWindowOrientationListener() argument 192 super(context, handler, defaultRotation); in TestableWindowOrientationListener()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowOrientationListener.java | 102 @Surface.Rotation int defaultRotation) { in WindowOrientationListener() argument 103 this(context, handler, defaultRotation, SensorManager.SENSOR_DELAY_UI); in WindowOrientationListener() 120 @Surface.Rotation int defaultRotation, int rate) { in WindowOrientationListener() argument 123 mDefaultRotation = defaultRotation; in WindowOrientationListener()
|
H A D | DisplayRotation.java | 283 int defaultRotation = readDefaultDisplayRotation(displayAddress); in DisplayRotation() local 284 mRotation = defaultRotation; in DisplayRotation() 302 new OrientationListener(mContext, uiHandler, defaultRotation); in DisplayRotation() 2039 @Surface.Rotation int defaultRotation) { 2040 super(context, handler, defaultRotation);
|