Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java236 protected static final float MILLIS_PER_NANO = 0.000001f; field in WindowOrientationListener.OrientationJudge
1072 (long) Math.ceil((timeOfNextPossibleRotationNanos - now) * MILLIS_PER_NANO); in scheduleRotationEvaluationIfNecessaryLocked()