Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DFrameMetricsListenerTest.java240 final long firstDrawFrameMetric = frameMetrics.getMetric(FrameMetrics.FIRST_DRAW_FRAME); in callGetMetric() local
241 assertTrue("First draw frame metric should be boolean but is " + firstDrawFrameMetric, in callGetMetric()
242 (firstDrawFrameMetric == 0) || (firstDrawFrameMetric == 1)); in callGetMetric()