Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlTest.java1601 long periodNanos = (long) (1e9 / mActivity.getDisplay().getRefreshRate()); in testSurfaceTransaction_setFrameTimeline_preferredIndex()
1602 long threshold = periodNanos / 2; in testSurfaceTransaction_setFrameTimeline_preferredIndex()
1652 long periodNanos = in testSurfaceTransaction_setFrameTimeline_nonPreferredIndex()
1654 long threshold = periodNanos / 2; in testSurfaceTransaction_setFrameTimeline_nonPreferredIndex()
DASurfaceControlTest.java2021 long periodNanos = (long) (1e9 / mActivity.getDisplay().getRefreshRate()); in verifySetFrameTimeline() local
2022 long threshold = periodNanos / 2; in verifySetFrameTimeline()