HomeSort by relevance Sort by last modified time
    Searched full:customize (Results 201 - 225 of 672) sorted by null

1 2 3 4 5 6 7 891011>>

  /developers/samples/android/ui/lists/CustomChoiceList/CustomChoiceList/src/main/res/layout/
activity_main.xml 38 In some cases, you may want to customize this layout. When doing so,
  /external/chromium/chrome/common/extensions/docs/static/
options.html 3 <p>To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the extensions management page at chrome://extensions. Clicking the Options link opens a new tab pointing at your options page.
  /external/chromium_org/ash/system/tray/
tray_item_view.h 62 // The default animation duration is 200ms. But each view can customize this.
  /external/chromium_org/chrome/browser/profiles/
profile_metrics.h 51 SYNC_CUSTOMIZE = 0, // User decided to customize sync
  /external/chromium_org/chrome/browser/resources/options/
sync_section.html 50 <button id="customize-sync" i18n-content="customizeSync"
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.html 15 <button id="customize-link" type="button"
30 <div id="customize-sync-preferences" hidden>
112 <div id="customize-sync-encryption-new">
139 class="sync-customize-section-container">
sync_setup_overlay.js 285 * Sets the disabled property of all input elements within the 'Customize
294 $('customize-sync-preferences').querySelectorAll('input');
299 $('customize-link').hidden = disabled;
300 $('customize-link').disabled = disabled;
301 $('customize-link').onclick = (disabled ? null : function() {
487 $('customize-sync-preferences').hidden = true;
517 $('customize-sync-encryption-new').hidden = true;
575 $('customize-sync-preferences').hidden = false;
579 $('customize-sync-encryption-new').hidden = false;
  /external/chromium_org/chrome/browser/ui/gtk/
confirm_bubble_gtk.h 73 // The model to customize this bubble view.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
options.html 3 <p>To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the extensions management page at chrome://extensions. Clicking the Options link opens a new tab pointing at your options page.
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
fontSettings.html 7 "description": "Customize your fonts",
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
inlinedelegate.js 18 * Adds an unadorned iframe into the page, taking arguments to customize it.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
_README.txt 37 a feed change. You can customize the response to suit your needs.
  /external/nist-sip/java/gov/nist/core/net/
AddressResolver.java 34 * An interface that allows you to customize address lookup.
  /external/proguard/docs/manual/
wtk.html 48 Should you ever need to customize your ProGuard configuration for the JME WTK,
  /frameworks/base/docs/html/training/basics/actionbar/
index.jd 63 <dd>Learn how to customize the appearance of your action bar.</dd>
styling.jd 14 <li><a href="#CustomBackground">Customize the Background</a></li>
15 <li><a href="#CustomText">Customize the Text Color</a></li>
16 <li><a href="#CustomTabs">Customize the Tab Indicator</a></li>
39 styles. You can also extend these themes to further customize the look for your action bar.</p>
113 <h2 id="CustomBackground">Customize the Background</h2>
205 <h2 id="CustomText">Customize the Text Color</h2>
315 <h2 id="CustomTabs">Customize the Tab Indicator</h2>
  /external/chromium/chrome/browser/resources/options/
personal_options.js 44 $('customize-sync').onclick = function(event) {
119 this.setElementVisible_($('customize-sync'), completed);
sync_setup_overlay.js 72 $('customize-link').onclick = function() {
272 * Disables all input elements within the 'Customize Sync Preferences'
279 $('customize-sync-preferences').querySelectorAll('input');
384 // customize data types screen.
400 $('customize-sync-preferences').hidden = true;
420 document.getElementById('customize-sync-preferences').hidden = false;
422 // If the user has selected the 'Customize' page on initial set up, it's
  /frameworks/base/docs/html/google/
index.jd 53 with an embeddable map view. You can customize the map with
65 customize the user experience with Google+ info,
  /external/chromium/chrome/browser/sync/resources/
configure.html 257 // customize data types screen.
271 document.getElementById('customize-sync-preferences').hidden = false;
273 // If the user is shown the 'Customize' page, it's likely he intends to
283 document.getElementById('customize-sync-preferences').hidden = true;
531 <a id="customize-link" href="#" i18n-content="customizelinklabel"
541 <div id="customize-sync-preferences" hidden>
543 <div class="sync-header">Customize Sync Preferences</div>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentHideShow.java 107 // we are sharing our layout with the other fragment we will customize
  /development/samples/CrossCompatibility/
build.xml 57 To customize some build steps for your project:
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentHideShowSupport.java 108 // we are sharing our layout with the other fragment we will customize
  /docs/source.android.com/src/source/
index.jd 48 a shared product that each contributor can tailor and customize.</p>
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 19 // override addAdditionalControls to customize the UI.

Completed in 3029 milliseconds

1 2 3 4 5 6 7 891011>>