Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DRotationHelper.java46 private static AudioWindowOrientationListener sWindowOrientationListener;
64 sWindowOrientationListener = new AudioWindowOrientationListener(context, handler); in init()
147 final static class AudioWindowOrientationListener extends WindowOrientationListener { class in RotationHelper
150 AudioWindowOrientationListener(Context context, Handler handler) { in AudioWindowOrientationListener() method in RotationHelper.AudioWindowOrientationListener