Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
DScriptGroupTestActivity.java62 private TextView mBenchmarkResult; field in ScriptGroupTestActivity
128 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()
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
DSampleRSActivity.java77 private TextView mBenchmarkResult; field in SampleRSActivity
98 mBenchmarkResult = findViewById(R.id.benchmarkText); in onCreate()
99 mBenchmarkResult.setText("Result: not run"); in onCreate()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DImageProcessingActivity.java135 private TextView mBenchmarkResult; field in ImageProcessingActivity
387 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()