Home
last modified time | relevance | path

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

/aosp12/frameworks/base/startop/apps/test/src/
H A DInteractiveMicrobenchmarkActivity.java28 protected GridLayout mBenchmarkList; field in InteractiveMicrobenchmarkActivity
34 mBenchmarkList = findViewById(R.id.benchmark_list); in onCreate()
54 Context context = mBenchmarkList.getContext(); in addHeader()
60 mBenchmarkList.addView(header, params); in addHeader()
69 Context context = mBenchmarkList.getContext(); in addBenchmark()
88 mBenchmarkList.addView(button); in addBenchmark()
89 mBenchmarkList.addView(mean); in addBenchmark()
90 mBenchmarkList.addView(stdev); in addBenchmark()
H A DCPUIntensiveBenchmarkActivity.java26 mBenchmarkList = findViewById(R.id.benchmark_list); in onCreate()
H A DInitCheckOverheadBenchmarkActivity.java26 mBenchmarkList = findViewById(R.id.benchmark_list); in onCreate()