Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DRotationHelper.java148 private static RotationCheckThread sRotationCheckThread; field in RotationHelper.AudioWindowOrientationListener
156 if (sRotationCheckThread != null) { in onProposedRotationChanged()
157 sRotationCheckThread.endCheck(); in onProposedRotationChanged()
159 sRotationCheckThread = new RotationCheckThread(); in onProposedRotationChanged()
160 sRotationCheckThread.beginCheck(); in onProposedRotationChanged()