Searched refs:mCounterText (Results 1 – 1 of 1) sorted by relevance
40 private TextView mCounterText; field in LaunchingPreferences68 mCounterText = new TextView(this); in onCreate()69 layout.addView(mCounterText, new LayoutParams(LayoutParams.MATCH_PARENT, in onCreate()101 mCounterText.setText(getString(R.string.counter_value_is) + " " + counter); in updateCounterText()