OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:categoryindex
(Results
1 - 6
of
6
) sorted by null
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsSource.java
56
public NewsCategory getCategory(int
categoryIndex
) {
57
return mCategory[
categoryIndex
];
HeadlinesFragment.java
89
* @param
categoryIndex
the index of the news category to display.
91
public void loadCategory(int
categoryIndex
) {
94
NewsCategory cat = NewsSource.getInstance().getCategory(
categoryIndex
);
NewsReaderActivity.java
171
void setNewsCategory(int
categoryIndex
) {
172
mCatIndex =
categoryIndex
;
173
mCurrentCat = NewsSource.getInstance().getCategory(
categoryIndex
);
174
mHeadlinesFragment.loadCategory(
categoryIndex
);
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 314 milliseconds