OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customize
(Results
226 - 250
of
699
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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,
/packages/apps/Launcher3/res/values/
strings.xml
33
<!-- Labels for the tabs in the
customize
drawer -->
146
<!-- Appears in the CAB when an app is selected in All Apps or
Customize
mode. [CHAR_LIMIT=50] -->
148
<!-- Appears in the CAB when a widget is selected in
Customize
mode. [CHAR_LIMIT=50] -->
150
<!-- Appears in the CAB when a folder is selected in
Customize
mode. [CHAR_LIMIT=50] -->
152
<!-- Appears in the CAB when a shortcut is selected in
Customize
mode. [CHAR_LIMIT=50] -->
/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>
/external/chromium_org/chrome/browser/resources/
sync_setup_overlay.js
291
* Sets the disabled property of all input elements within the '
Customize
300
$('
customize
-sync-preferences').querySelectorAll('input');
305
$('
customize
-link').hidden = disabled;
306
$('
customize
-link').disabled = disabled;
307
$('
customize
-link').onclick = (disabled ? null : function() {
498
$('
customize
-sync-preferences').hidden = true;
532
$('
customize
-sync-encryption-new').hidden = true;
595
$('
customize
-sync-preferences').hidden = false;
599
$('
customize
-sync-encryption-new').hidden = false;
/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
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteControllerDialog.java
39
* This class serves as an example on how to
customize
the media router control
/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.
/external/chromium_org/chrome/browser/chromeos/login/
app_launch_controller.h
56
//
Customize
controller for testing purposes.
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_controller.h
19
// override addAdditionalControls to
customize
the UI.
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
slider.css
6
/*
Customize
the standard input[type='range']. */
/external/chromium_org/chrome/installer/util/
html_dialog.h
39
// to
customize
the native |window| appearance.
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options.html
97
Customize
keyboard shortcuts for frequently used commands by typing them into the
/external/chromium_org/content/public/app/
content_main_delegate.h
78
// Called once per relevant process type to allow the embedder to
customize
/external/chromium_org/gin/
wrappable.h
69
// To
customize
the wrapper created for a subclass, override GetWrapperInfo()
/external/chromium_org/tools/grit/grit/testdata/
indexing_speed.html
25
<TD noWrap align=right bgColor=#efefef><FONT size=-1><A href="/
customize
.html">Index Speed
/external/chromium_org/ui/message_center/views/
notifier_settings_view.h
30
// users to
customize
the settings.
Completed in 1292 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>