Searched refs:catButton (Results 1 – 1 of 1) sorted by relevance
101 Button catButton = (Button) findViewById(R.id.categorybutton); in onCreate() local102 if (catButton != null) { in onCreate()103 catButton.setOnClickListener(this); in onCreate()183 Button catButton = (Button) findViewById(R.id.categorybutton); in setNewsCategory() local184 if (catButton != null) { in setNewsCategory()185 catButton.setText(CATEGORIES[mCatIndex]); in setNewsCategory()