Searched refs:sRotationCheckThread (Results 1 – 1 of 1) sorted by relevance
148 private static RotationCheckThread sRotationCheckThread; field in RotationHelper.AudioWindowOrientationListener156 if (sRotationCheckThread != null) { in onProposedRotationChanged()157 sRotationCheckThread.endCheck(); in onProposedRotationChanged()159 sRotationCheckThread = new RotationCheckThread(); in onProposedRotationChanged()160 sRotationCheckThread.beginCheck(); in onProposedRotationChanged()