Home
last modified time | relevance | path

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

/frameworks/base/startop/apps/test/src/
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()
DInitCheckOverheadBenchmarkActivity.java26 mBenchmarkList = findViewById(R.id.benchmark_list); in onCreate()
DCPUIntensiveBenchmarkActivity.java26 mBenchmarkList = findViewById(R.id.benchmark_list); in onCreate()