Searched refs:categoryIndex (Results 1 – 3 of 3) sorted by relevance
56 public NewsCategory getCategory(int categoryIndex) { in getCategory() argument57 return mCategory[categoryIndex]; in getCategory()
171 void setNewsCategory(int categoryIndex) { in setNewsCategory() argument172 mCatIndex = categoryIndex; in setNewsCategory()173 mCurrentCat = NewsSource.getInstance().getCategory(categoryIndex); in setNewsCategory()174 mHeadlinesFragment.loadCategory(categoryIndex); in setNewsCategory()
91 public void loadCategory(int categoryIndex) { in loadCategory() argument94 NewsCategory cat = NewsSource.getInstance().getCategory(categoryIndex); in loadCategory()