Searched refs:firstDrawFrameMetric (Results 1 – 1 of 1) sorted by relevance
240 final long firstDrawFrameMetric = frameMetrics.getMetric(FrameMetrics.FIRST_DRAW_FRAME); in callGetMetric() local241 assertTrue("First draw frame metric should be boolean but is " + firstDrawFrameMetric, in callGetMetric()242 (firstDrawFrameMetric == 0) || (firstDrawFrameMetric == 1)); in callGetMetric()