Searched refs:sWindowOrientationListener (Results 1 – 1 of 1) sorted by relevance
46 private static AudioWindowOrientationListener sWindowOrientationListener; field in RotationHelper64 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()