HomeSort by relevance Sort by last modified time
    Searched full:titles (Results 101 - 125 of 500) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Contacts/res/menu/
quickcontact.xml 18 <!-- Icon and titles are set in code for menu_star and menu_edit -->
  /packages/apps/Settings/res/values/
donottranslate.xml 26 <!-- values for input method selector should be corresponding to the array index of titles -->
  /packages/apps/Terminal/res/layout/
activity.xml 24 android:id="@+id/titles"
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 57 private String[] mToggleLabels = {"Show Titles", "Hide Titles"};
104 // If not showing both fragments, remove the "toggle titles" menu item
152 /** Respond to the "toogle titles" item in the action bar */
160 // Determine if we're in portrait, and whether we're showing or hiding the titles
167 // Cancel the current titles animation if there is one.
172 // titles view, as well as its alpha for a fade effect.
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 251 base::ListValue* titles = new base::ListValue(); local
252 process->Set("titles", titles);
253 for (size_t i = 0; i < iter->titles.size(); ++i)
254 titles->AppendString(iter->titles[i]);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushReceiverActivity.java 122 // Set placeholder titles and messages for now. Final titles and messages will
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
SwipeRefreshLayoutActivity.java 43 public static final String[] TITLES =
102 android.R.layout.simple_list_item_1, android.R.id.text1, TITLES);
  /external/chromium_org/chrome/browser/android/
most_visited_sites.cc 87 std::vector<base::string16>* titles,
97 titles->push_back(visited.title);
396 std::vector<base::string16> titles; local
398 ExtractMostVisitedTitlesAndURLs(visited_list, &titles, &urls, num_sites);
414 ToJavaArrayOfStrings(env, titles).obj(),
434 std::vector<base::string16> titles; local
440 titles.push_back(base::UTF8ToUTF16(suggestion.title()));
460 ToJavaArrayOfStrings(env, titles).obj(),
  /external/chromium_org/chrome/browser/ui/cocoa/
url_drop_target.mm 99 NSArray* titles; // discarded
100 [pboard getURLs:&urls andTitles:&titles convertingFilenames:YES];
  /external/chromium_org/third_party/jstemplate/tutorial_examples/
11-jseval.html 112 This outline has <span jscontent="$counter.empty"></span> empty titles
113 and <span jscontent="$counter.full"></span> titles with content.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactsSectionIndexer.java 25 * A section indexer that is configured with precomputed section titles and
51 // TODO process sections/counts based on current locale and/or specific section titles
  /packages/apps/TvSettings/Settings/res/values/
arrays.xml 134 <!-- Titles for debug overdraw preference. [CHAR LIMIT=35] -->
148 <!-- Titles for HDMI optimization preference values [CHAR LIMIT=60] -->
160 <!-- Titles for captioning typeface preference. [CHAR LIMIT=35] -->
186 <!-- Titles for captioning font size preference. [CHAR LIMIT=35] -->
204 <!-- Titles for captioning character edge type preference. [CHAR LIMIT=35] -->
222 <!-- Titles for captioning color preference. -->
303 <!-- Titles for captioning opacity preference. [CHAR LIMIT=35] -->
319 <!-- Titles for captioning text style preset preference. [CHAR LIMIT=35] -->
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java 88 //BEGIN_INCLUDE(titles)
97 // Populate list with our static array of titles.
99 android.R.layout.simple_list_item_activated_1, Shakespeare.TITLES));
172 //END_INCLUDE(titles)
FragmentListArray.java 52 android.R.layout.simple_list_item_1, Shakespeare.TITLES));
  /development/samples/SoftKeyboard/res/values/
strings.xml 36 <!-- Titles for ImePreference -->
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 90 //BEGIN_INCLUDE(titles)
99 // Populate list with our static array of titles.
102 android.R.id.text1, Shakespeare.TITLES));
171 //END_INCLUDE(titles)
FragmentListArraySupport.java 53 android.R.layout.simple_list_item_1, Shakespeare.TITLES));
  /development/samples/XmlAdapters/
_index.html 20 titles. The images are downloaded from the URL found in the feed using the
  /external/chromium_org/chrome/browser/history/
history_tab_helper.h 61 // prevents some weirdness because some AJAXy apps use titles for status
  /external/chromium_org/chrome/browser/resources/options/
certificate_import_error_overlay.js 36 * Show an alert overlay with the given message, button titles, and
  /external/chromium_org/chrome/browser/task_manager/
task_manager_browsertest_util.h 14 // |resource_count| many resources whose titles match the pattern
  /external/chromium_org/components/autofill/core/browser/
credit_card_field.h 47 // than for ordinary names, and because cardholder names never have titles,
  /external/chromium_org/components/history/core/browser/
history_client.h 40 // titles. This returns the unique set of URLs. For example, if two bookmarks
  /frameworks/opt/photoviewer/res/values/
strings.xml 25 <string name="titles"><xliff:g id="title">%s</xliff:g>, <xliff:g id="subtitle">%s</xliff:g></string>
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_view.mm 134 NSArray* titles = nil;
135 [pboard getURLs:&urls andTitles:&titles convertingFilenames:YES];
138 withTitles:titles

Completed in 341 milliseconds

1 2 3 45 6 7 8 91011>>