HomeSort by relevance Sort by last modified time
    Searched full:style (Results 126 - 150 of 5700) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.R.style.html 2 <HTML style="overflow:auto;">
10 android.R.style
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
30 <div id="header" style="margin-bottom:0;padding-bottom:0;">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
48 <td class="diffspec" style="padding-top:.25em">To Level:</td>
49 <td class="diffvaluenew" style="padding-top:.25em">5</td
    [all...]
classes_index_removals.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Classes" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
constructors_index_removals.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
methods_index_removals.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Methods" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
packages_index_additions.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
packages_index_removals.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
  /external/webkit/WebCore/manual-tests/
css3-cursor-fallback-strict.html 9 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png), auto;"><span style="cursor:url(nonexistent.png), auto;">some text</span></div>
10 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png);"></div>
17 <td><div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;"></div></td> <!-- Valid, no fallback needed -->
18 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), help;'></div></td>
19 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url(custom-cursors.html), url(unknown-scheme:custom-cursors.html), url(resources/helpCursor.tiff), text;'></div></td>
20 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpCursor.tiff"), text;'></div></td>
21 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1, text;'></div></td> <!-- CSS3 hot spot - valid, no fallback needed -->
26 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
27 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, tex (…)
    [all...]
dom-manipulation-on-resize.html 2 <head><style>
4 </style>
24 <p id="success" style="background-color:palegreen; padding:3px;">
  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 151 bool RenderThemeWx::isControlStyled(const RenderStyle* style, const BorderData& border,
154 if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart)
155 return style->border() != border;
167 switch (o->style()->appearance()) {
183 if (o->style()->appearance() == CheckboxPart)
195 void RenderThemeWx::addIntrinsicMargins(RenderStyle* style) const
198 if (style->fontSize() < 11)
205 if (style->width().isIntrinsicOrAuto()) {
206 if (style->marginLeft().quirk()
    [all...]
  /cts/tools/signature-tools/templates/
Styles.st 5 /* default link style*/
10 /* discreet link style */
16 list-style-type: none
  /development/apps/CustomLocale/res/values/
styles.xml 17 <style name="TextAppearance"
20 <style name="TextAppearance.header">
23 </style>
  /development/apps/Development/res/layout/
show_activity.xml 61 <TextView style="@style/SummaryCategoryLayout"
68 <TextView style="@style/SummaryCategoryLayout"
75 <TextView style="@style/SummaryCategoryLayout"
82 <TextView style="@style/SummaryCategoryLayout"
89 <TextView style="@style/SummaryCategoryLayout
    [all...]
  /development/apps/Term/res/values/
styles.xml 18 <style name="Theme" parent="@android:style/Theme.Light">
21 </style>
  /development/samples/Wiktionary/res/values/
themes.xml 18 <style name="LookupTheme" parent="@android:style/Theme.Light.NoTitleBar">
20 </style>
  /external/webkit/WebCore/css/
MediaQueryEvaluator.cpp 99 MediaQueryEvaluator:: MediaQueryEvaluator(const String& acceptedMediaType, Frame* frame, RenderStyle* style)
102 , m_style(style)
226 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op)
236 return colorMediaFeatureEval(value, style, frame, op);
305 static bool device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op)
310 return value->isPrimitiveValue() && compareValue(static_cast<int>(sg.height()), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootStyle), op);
317 static bool device_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op)
322 return value->isPrimitiveValue() && compareValue(static_cast<int>(sg.width()), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootStyle), op);
329 static bool heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op)
335 return value->isPrimitiveValue() && compareValue(view->layoutHeight(), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootStyle), op)
    [all...]
  /external/webkit/WebCore/manual-tests/plugins/
windowed.html 6 <style>
23 </style>
27 if (flashPlugin.style.display == 'none') {
28 flashPlugin.style.display = 'block';
30 flashPlugin.style.display = 'none';
42 var t = parseInt(flashPlugin.style.top);
43 flashPlugin.style['padding-left'] = "100px";
48 flashPlugin.style.webkitTransform='rotate(180deg)';
53 if (overlayDiv.style.display != 'block') {
54 overlayDiv.style.display = 'block'
    [all...]
windowless.html 6 <style>
23 </style>
27 if (flashPlugin.style.display == 'none') {
28 flashPlugin.style.display = 'block';
30 flashPlugin.style.display = 'none';
42 var t = parseInt(flashPlugin.style.top);
43 flashPlugin.style['padding-left'] = "100px";
48 flashPlugin.style.webkitTransform='rotate(180deg)';
53 if (overlayDiv.style.display != 'block') {
54 overlayDiv.style.display = 'block'
    [all...]
  /frameworks/base/core/java/android/text/method/
package.html 9 // Set the text to password display style:
13 //Set the input style to numbers, rather than qwerty keyboard style.
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
classes_index_removals.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Classes" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
packages_index_additions.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
packages_index_removals.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
constructors_index_removals.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
packages_index_additions.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
packages_index_removals.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/6/changes/
alldiffs_index_removals.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for All Differences" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]

Completed in 126 milliseconds

1 2 3 4 56 7 8 91011>>