Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DRotationHelper.java46 private static AudioWindowOrientationListener sWindowOrientationListener; field in RotationHelper
64 sWindowOrientationListener = new AudioWindowOrientationListener(context, handler); in init()
65 sWindowOrientationListener.enable(); in init()
66 if (!sWindowOrientationListener.canDetectOrientation()) { in init()
70 sWindowOrientationListener.disable(); in init()
71 sWindowOrientationListener = null; in init()
78 if (sWindowOrientationListener != null) { in enable()
79 sWindowOrientationListener.enable(); in enable()
87 if (sWindowOrientationListener != null) { in disable()
88 sWindowOrientationListener.disable(); in disable()