Home
last modified time | relevance | path

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

/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
DNewsReaderActivity.java101 Button catButton = (Button) findViewById(R.id.categorybutton); in onCreate() local
102 if (catButton != null) { in onCreate()
103 catButton.setOnClickListener(this); in onCreate()
183 Button catButton = (Button) findViewById(R.id.categorybutton); in setNewsCategory() local
184 if (catButton != null) { in setNewsCategory()
185 catButton.setText(CATEGORIES[mCatIndex]); in setNewsCategory()