Searched refs:ONE_S_IN_NS (Results 1 – 3 of 3) sorted by relevance
31 private static final long ONE_S_IN_NS = ONE_MS_IN_NS * 1000; field in SurfaceFlingerVsyncChoreographer66 long vsyncPeriod = (long) (ONE_S_IN_NS / display.getRefreshRate()); in calculateAppSurfaceFlingerVsyncOffsetMs()
60 private static final long ONE_S_IN_NS = 1000 * ONE_MS_IN_NS; field in OrbitActivity209 long refreshPeriodNanos = (long) (ONE_S_IN_NS / refreshRateHz); in onCreate()
99 const long ONE_S_IN_NS = ONE_MS_IN_NS * 1000; in init() local101 const long vsyncPeriodNanos = static_cast<long>(ONE_S_IN_NS / refreshRateHz); in init()