Searched refs:mCounterText (Results 1 – 2 of 2) sorted by relevance
40 private TextView mCounterText; field in CounterFragment54 mCounterText = (TextView) view.findViewById(R.id.counter); in onCreateView()55 mCounterText.setCompoundDrawablesWithIntrinsicBounds(mUpDrawable, null, null, null); in onCreateView()69 mCounterText.setCompoundDrawablesWithIntrinsicBounds( in startAnimation()82 mCounterText.setText(text); in setCounter()
40 private TextView mCounterText; field in LaunchingPreferences65 mCounterText = new TextView(this); in onCreate()66 layout.addView(mCounterText, new LayoutParams(LayoutParams.MATCH_PARENT, in onCreate()98 mCounterText.setText(getString(R.string.counter_value_is) + " " + counter); in updateCounterText()