/development/samples/HoneycombGallery/res/values/ |
strings.xml | 32 <string name="toggle_titles">Toggle Titles</string>
|
/development/samples/training/EffectiveNavigation/res/layout/ |
activity_collection_demo.xml | 24 titles for adjacent pages.
|
/external/chromium/chrome/browser/autofill/ |
credit_card_field.h | 37 // than for ordinary names, and because cardholder names never have titles,
|
/external/chromium/chrome/browser/resources/options/ |
certificate_import_error_overlay.js | 39 * Show an alert overlay with the given message, button titles, and
|
/external/chromium/chrome/browser/ui/cocoa/ |
ui_localizer.h | 26 // - Titles and altTitles (for menus, buttons, windows, menuitems, -tabViewItem)
|
/external/chromium_org/chrome/browser/resources/options/ |
certificate_import_error_overlay.js | 39 * Show an alert overlay with the given message, button titles, and
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
ui_localizer.h | 25 // - Titles and altTitles (for menus, buttons, windows, menuitems, -tabViewItem)
|
url_drop_target.mm | 99 NSArray* titles; // discarded 100 [pboard getURLs:&urls andTitles:&titles convertingFilenames:YES];
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
failures.js | 81 var titles = this.createTHead().insertRow(); 82 titles.insertCell().textContent = 'debug'; 83 titles.insertCell().textContent = 'release'; 84 titles.insertCell().textContent = 'type';
|
/external/jpeg/ |
rdjpgcom.1 | 22 annotations, titles, index terms, etc to your JPEG files, and later retrieve
|
/external/qemu/distrib/jpeg-6b/ |
rdjpgcom.1 | 22 annotations, titles, index terms, etc to your JPEG files, and later retrieve
|
/frameworks/support/v7/appcompat/res/values-land/ |
dimens.xml | 22 <!-- Text size for action bar titles -->
|
/packages/apps/Settings/res/values/ |
donottranslate.xml | 26 <!-- values for input method selector should be corresponding to the array index of 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/chrome/browser/bookmarks/ |
bookmark_pasteboard_helper_mac.mm | 184 NSMutableArray* titles, NSMutableArray* urls) { 190 [titles addObject:title]; 193 FillFlattenedArraysForBookmarks(element.children, titles, urls); 200 NSMutableArray* titles = [NSMutableArray array]; 202 FillFlattenedArraysForBookmarks(elements, titles, urls); 209 [pb setPropertyList:[NSArray arrayWithObjects:urls, titles, nil] 219 NSString* titleString = [titles objectAtIndex:0];
|
/external/chromium_org/chrome/browser/ui/webui/memory_internals/ |
memory_internals_proxy.cc | 258 base::ListValue* titles = new ListValue(); local 259 process->Set("titles", titles); 260 for (size_t i = 0; i < iter->titles.size(); ++i) 261 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
|
/external/chromium/chrome/browser/ |
custom_home_pages_table_model.h | 91 // Profile used to load titles and icons. 96 // Used in loading titles and favicons.
|
/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
|
/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));
|