Home
last modified time | relevance | path

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

/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
DNewsSource.java56 public NewsCategory getCategory(int categoryIndex) { in getCategory() argument
57 return mCategory[categoryIndex]; in getCategory()
DNewsReaderActivity.java171 void setNewsCategory(int categoryIndex) { in setNewsCategory() argument
172 mCatIndex = categoryIndex; in setNewsCategory()
173 mCurrentCat = NewsSource.getInstance().getCategory(categoryIndex); in setNewsCategory()
174 mHeadlinesFragment.loadCategory(categoryIndex); in setNewsCategory()
DHeadlinesFragment.java91 public void loadCategory(int categoryIndex) { in loadCategory() argument
94 NewsCategory cat = NewsSource.getInstance().getCategory(categoryIndex); in loadCategory()