Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DLaunchingPreferences.java40 private TextView mCounterText; field in LaunchingPreferences
68 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()