Searched defs:NANOS_PER_MS (Results 1 – 4 of 4) sorted by relevance
179 public static final long NANOS_PER_MS = 1000000; field in TimeUtils
146 constexpr nsecs_t NANOS_PER_MS = 1000000; variable
58 static const nsecs_t NANOS_PER_MS = 1000000; variable
349 protected static final long NANOS_PER_MS = 1000000; field in WindowOrientationListener.OrientationJudge