Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DSurfaceFlingerVsyncChoreographer.java31 private static final long ONE_S_IN_NS = ONE_MS_IN_NS * 1000; field in SurfaceFlingerVsyncChoreographer
66 long vsyncPeriod = (long) (ONE_S_IN_NS / display.getRefreshRate()); in calculateAppSurfaceFlingerVsyncOffsetMs()
/frameworks/opt/gamesdk/samples/bouncyball/app/src/main/java/com/prefabulated/bouncyball/
DOrbitActivity.java60 private static final long ONE_S_IN_NS = 1000 * ONE_MS_IN_NS; field in OrbitActivity
209 long refreshPeriodNanos = (long) (ONE_S_IN_NS / refreshRateHz); in onCreate()
/frameworks/opt/gamesdk/src/swappy/
DSwappy.cpp99 const long ONE_S_IN_NS = ONE_MS_IN_NS * 1000; in init() local
101 const long vsyncPeriodNanos = static_cast<long>(ONE_S_IN_NS / refreshRateHz); in init()