Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrientationListener.java1318 long timeOfNextPossibleRotationNanos = in scheduleRotationEvaluationIfNecessaryLocked() local
1320 if (now >= timeOfNextPossibleRotationNanos) { in scheduleRotationEvaluationIfNecessaryLocked()
1330 (long) Math.ceil((timeOfNextPossibleRotationNanos - now) * MILLIS_PER_NANO); in scheduleRotationEvaluationIfNecessaryLocked()