Searched refs:AllocationScore (Results 1 – 2 of 2) sorted by relevance
22 import android.surfacecomposition.SurfaceCompositionMeasuringActivity.AllocationScore;100 AllocationScore score = getActivity().measureAllocationScore(pixelFormat); in testSurfaceAllocationPerformance()
137 static class AllocationScore { class in SurfaceCompositionMeasuringActivity149 public AllocationScore measureAllocationScore(int pixelFormat) { in measureAllocationScore()151 AllocationScore score = new AllocationScore(); in measureAllocationScore()212 AllocationScore score = measureAllocationScore(pixelFormat); in doTest()