Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java107 private TextView mStatusLabel; field in CameraVideoActivity
315 mStatusLabel = (TextView) findViewById(R.id.status_label); in onCreate()
391 mStatusLabel.setMovementMethod(new ScrollingMovementMethod());
396 mStatusLabel.setText(progress.toString());
519 mStatusLabel.setText(getResources() in setUpCaptureButton()
537 mStatusLabel.setText(getResources() in setUpCaptureButton()