Searched refs:periodNanos (Results 1 – 2 of 2) sorted by relevance
1601 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()
2021 long periodNanos = (long) (1e9 / mActivity.getDisplay().getRefreshRate()); in verifySetFrameTimeline() local2022 long threshold = periodNanos / 2; in verifySetFrameTimeline()