Searched refs:mBenchmarkResult (Results 1 – 3 of 3) sorted by relevance
62 private TextView mBenchmarkResult; field in ScriptGroupTestActivity128 mBenchmarkResult.setText("Result: not run"); in changeTest()208 mBenchmarkResult = findViewById(R.id.benchmarkText); in init()209 mBenchmarkResult.setText("Result: not run"); in init()264 mBenchmarkResult.setText("Result: " + t + " ms"); in benchmark()
77 private TextView mBenchmarkResult; field in SampleRSActivity98 mBenchmarkResult = findViewById(R.id.benchmarkText); in onCreate()99 mBenchmarkResult.setText("Result: not run"); in onCreate()
135 private TextView mBenchmarkResult; field in ImageProcessingActivity387 mBenchmarkResult.setText("Result: not run"); in changeTest()444 mBenchmarkResult = findViewById(R.id.benchmarkText); in init()445 mBenchmarkResult.setText("Result: not run"); in init()501 mBenchmarkResult.setText("Result: " + t + " ms"); in benchmark()