Searched refs:textView (Results 1 – 2 of 2) sorted by relevance
30 TextView textView; field in MainActivity36 textView = findViewById(R.id.textView); in onCreate()54 textView.setText("Count: " + count); in createUpdateViewThread()
29 TextView textView; field in MainActivity38 textView = (TextView) findViewById(R.id.textView); in onCreate()98 textView.setText("count: " + count); in createBusyThread()