Home
last modified time | relevance | path

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

/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/fragments/
DCounterFragment.java40 private TextView mCounterText; field in CounterFragment
54 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()
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DLaunchingPreferences.java40 private TextView mCounterText; field in LaunchingPreferences
65 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()