Searched refs:getCategory (Results 1 – 7 of 7) sorted by relevance
56 public NewsCategory getCategory(int categoryIndex) { in getCategory() method in NewsSource
61 NewsArticle article = NewsSource.getInstance().getCategory(mCatIndex).getArticle(mArtIndex); in onCreate()
94 NewsCategory cat = NewsSource.getInstance().getCategory(categoryIndex); in loadCategory()
173 mCurrentCat = NewsSource.getInstance().getCategory(categoryIndex); in setNewsCategory()
95 bar.addTab(bar.newTab().setText(Directory.getCategory(i).getName()) in onActivityCreated()148 DirectoryCategory cat = Directory.getCategory(category); in populateTitles()
48 public static DirectoryCategory getCategory(int i) { in getCategory() method in Directory
168 String title = Directory.getCategory(mCategory).getEntry(mCurPosition).getName(); in onActivityCreated()292 mBitmap = Directory.getCategory(category).getEntry(position) in updateContentAndRecycleBitmap()