Home
last modified time | relevance | path

Searched refs:mResultView (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBlasControls.java51 private TextView mResultView; field in BlasControls
87 mResultView = findViewById(R.id.results); in init()
88 mResultView.setMovementMethod(new ScrollingMovementMethod()); in init()
188 mResultView.setText(mOutResult); in onActivityResult()
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DSurfaceCompositionMeasuringActivity.java92 private TextView mResultView; field in SurfaceCompositionMeasuringActivity
220 mResultView.setText(sb.toString()); in doTest()
308 mResultView = new TextView(this); in onCreate()
309 mResultView.setBackgroundColor(0); in onCreate()
310 mResultView.setText("Press button to start test."); in onCreate()
311 mResultView.setLayoutParams(new LinearLayout.LayoutParams( in onCreate()
314 controlLayout.addView(mResultView); in onCreate()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DIPControlsJB.java55 private TextView mResultView; field in IPControlsJB
159 mResultView = findViewById(R.id.results); in init()
306 mResultView.setText(s); in onActivityResult()
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DIPControls.java55 private TextView mResultView; field in IPControls
161 mResultView = findViewById(R.id.results); in init()
305 mResultView.setText(s); in onActivityResult()