HomeSort by relevance Sort by last modified time
    Searched refs:article (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
ArticleActivity.java 24 * Activity that displays a particular news article onscreen.
27 * which case this separate activity is shown in order to display the news article. This activity
29 * in that case the news article will be displayed by the {@link NewsReaderActivity} and this
33 // The news category index and the article index for the article we are to display
39 * Setting up the activity means reading the category/article index from the Intent that
60 // Display the correct news article on the fragment
61 NewsArticle article = NewsSource.getInstance().getCategory(mCatIndex).getArticle(mArtIndex); local
62 f.displayArticle(article);
ArticleFragment.java 27 * Fragment that displays a news article.
30 // The webview where we display the article (our only view)
33 // The article we are to display
52 * Displays a particular article.
54 * @param article the article to display
56 public void displayArticle(NewsArticle article) {
57 mNewsArticle = article;
62 * Loads article data into the webview.
65 * article's text
    [all...]
NewsReaderActivity.java 40 * to show the news article.
44 * corresponding article is shown on the right.
62 // The fragment where the article is displayed (null if absent)
65 // The news category and article index currently being displayed
82 R.id.article);
85 // of the article view.
86 View articleView = findViewById(R.id.article);
107 /** Restore category/article selection from saved state. */
176 // If we are displaying the article on the right, we have to update that too
194 * selected article; in dual-pane mode we simply display it on the article fragment
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.css 15 #resource-browser-results .tagged-article {
16 background-image: url(images/resource-article.png);
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
ArticleFragment.java 34 // the previous article selection set by onSaveInstanceState().
51 // below that sets the article text.
54 // Set article based on argument passed in
57 // Set article based on saved instance state defined during onCreateView
63 TextView article = (TextView) getActivity().findViewById(R.id.article); local
64 article.setText(Ipsum.Articles[position]);
72 // Save the current article selection in case we need to recreate the fragment
  /external/owasp/sanitizer/empiricism/
canned-data.js 11 "article": true,
141 "article",
256 "article",
371 "article",
486 "article",
601 "article",
710 "article": [
717 "article",
832 "article",
947 "article",
    [all...]
  /external/libunwind/doc/
unw_destroy_addr_space.tex 1 \documentclass{article}
unw_regname.tex 1 \documentclass{article}
unw_strerror.tex 1 \documentclass{article}
_U_dyn_cancel.tex 1 \documentclass{article}
_U_dyn_register.tex 1 \documentclass{article}
unw_backtrace.tex 1 \documentclass{article}
unw_get_accessors.tex 1 \documentclass{article}
unw_is_fpreg.tex 1 \documentclass{article}
unw_flush_cache.tex 1 \documentclass{article}
unw_getcontext.tex 1 \documentclass{article}
unw_is_signal_frame.tex 1 \documentclass{article}
unw_step.tex 1 \documentclass{article}
unw_get_fpreg.tex 1 \documentclass{article}
unw_get_reg.tex 1 \documentclass{article}
unw_init_local.tex 1 \documentclass{article}
unw_init_remote.tex 1 \documentclass{article}
unw_set_caching_policy.tex 1 \documentclass{article}
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 561 ol.class-list li p.description.article {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 565 ol.class-list li p.description.article {
    [all...]

Completed in 424 milliseconds

1 2 3 4