Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowOrientationListenerTest.java191 @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 DWindowOrientationListener.java102 @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 DDisplayRotation.java283 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);