Home | History | Annotate | Download | only in settings

Lines Matching full:view

22 import android.view.View;
36 public void onBindView(View view) {
37 super.onBindView(view);
38 View textView = view.findViewById(R.id.scanning_text);
39 View progressBar = view.findViewById(R.id.scanning_progress);
41 int visibility = mProgress ? View.VISIBLE : View.INVISIBLE;