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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/assets/html/ja/
tethering_usb_help.html 4 <style>
17 </style>
tethering_wifi_help.html 4 <style>
17 </style>
  /packages/apps/Settings/assets/html/ko/
tethering_usb_help.html 4 <style>
17 </style>
tethering_wifi_help.html 4 <style>
17 </style>
  /packages/apps/Settings/assets/html/ru/
tethering_usb_help.html 4 <style>
17 </style>
tethering_wifi_help.html 4 <style>
17 </style>
  /packages/apps/Settings/assets/html/zh_cn/
tethering_usb_help.html 4 <style>
17 </style>
tethering_wifi_help.html 4 <style>
17 </style>
  /packages/apps/Settings/assets/html/zh_tw/
tethering_usb_help.html 4 <style>
17 </style>
tethering_wifi_help.html 4 <style>
17 </style>
  /frameworks/base/core/java/android/content/res/
StringBlock.java 20 import android.text.style.*;
84 int[] style = nativeGetStyle(mNative, idx); local
86 if (localLOGV) Log.v(TAG, "Got styles: " + style);
87 if (style != null) {
107 res = applyStyles(str, style, mStyleIDs);
135 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) {
136 if (style.length == 0)
141 while (i < style.length) {
142 int type = style[i];
143 if (localLOGV) Log.v(TAG, "Applying style span id=" + typ
    [all...]
  /external/webkit/WebCore/rendering/
RenderPath.cpp 49 BoundingRectStrokeStyleApplier(const RenderObject* object, RenderStyle* style)
51 , m_style(style)
53 ASSERT(style);
87 if (requiresFill && !SVGPaintServer::fillPaintServer(style(), this))
90 return m_path.contains(point, style()->svgStyle()->fillRule());
98 if (requiresStroke && !SVGPaintServer::strokePaintServer(style(), this))
101 BoundingRectStrokeStyleApplier strokeStyle(this, style());
125 if (style()->svgStyle()->hasStroke()) {
126 BoundingRectStrokeStyleApplier strokeStyle(this, style());
171 style()->svgStyle()->inflateForShadow(m_cachedLocalRepaintRect)
    [all...]
RenderTableCell.cpp 80 if ((oldRSpan != m_rowSpan || oldCSpan != m_columnSpan) && style() && parent()) {
90 Length w = style()->width();
95 w = tableCol->style()->width();
114 if (node() && style()->autoWrap()) {
191 bool rtl = table()->style()->direction() == RTL;
192 int outlineSize = style()->outlineSize();
261 if (parent() && section() && style() && style()->height() != newStyle->height())
277 // (1) Borders with the 'border-style' of 'hidden' take precedence over all other conflicting
279 // (2) Borders with a style of 'none' have the lowest priority. Only if the border properties of all
678 EBorderStyle style; member in struct:WebCore::CollapsedBorder
    [all...]
RenderDataGrid.cpp 72 column->setColumnStyle(document()->styleSelector()->pseudoStyleForDataGridColumn(column, style()));
74 column->setHeaderStyle(document()->styleSelector()->pseudoStyleForDataGridColumnHeader(column, style()));
96 if (style()->width().isFixed() && style()->width().value() > 0)
97 m_minPrefWidth = m_maxPrefWidth = calcContentBoxWidth(style()->width().value());
101 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
102 m_maxPrefWidth = max(m_maxPrefWidth, calcContentBoxWidth(style()->minWidth().value()));
103 m_minPrefWidth = max(m_minPrefWidth, calcContentBoxWidth(style()->minWidth().value()));
104 } else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent())
    [all...]
RenderThemeMac.mm 450 bool RenderThemeMac::isControlStyled(const RenderStyle* style, const BorderData& border,
453 if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart || style->appearance() == ListboxPart)
454 return style->border() != border;
457 // scaled. They can't really draw properly when transformed either. We can't detect the transform case at style
460 if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
463 return RenderTheme::isControlStyled(style, border, background, backgroundColor);
468 ControlPart part = o->style()->appearance()
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.text.style.BackgroundColorSpan.html 2 <HTML style="overflow:auto;">
10 android.text.style.BackgroundColorSpan
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">3</td
    [all...]
android.text.style.ForegroundColorSpan.html 2 <HTML style="overflow:auto;">
10 android.text.style.ForegroundColorSpan
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">3</td
    [all...]
android.text.style.StrikethroughSpan.html 2 <HTML style="overflow:auto;">
10 android.text.style.StrikethroughSpan
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">3</td
    [all...]
android.text.style.UnderlineSpan.html 2 <HTML style="overflow:auto;">
10 android.text.style.UnderlineSpan
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">3</td
    [all...]
android.text.style.AbsoluteSizeSpan.html 2 <HTML style="overflow:auto;">
10 android.text.style.AbsoluteSizeSpan
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">3</td
    [all...]
android.text.style.AlignmentSpan.Standard.html 2 <HTML style="overflow:auto;">
10 android.text.style.AlignmentSpan.Standard
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">3</td
    [all...]
android.text.style.BulletSpan.html 2 <HTML style="overflow:auto;">
10 android.text.style.BulletSpan
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">3</td
    [all...]
  /external/webkit/WebCore/manual-tests/
scrollIntoView-vertical.html 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
12 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
15 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
19 <div id="purplebox" style="background-color:purple; width: 300px; height: 100px;">
24 <div style="height: 500px; width: 500px; border: 1px solid;">here is a big empty div</div>
26 <div id="greenbox" style="background-color:green; width: 300px; height: 100px;">
30 <div style="height: 500px; width: 500px; border: 1px solid;">here is a big empty div</div>
32 <div id="yellowbox" style="background-color:yellow; width: 300px; height: 100px;">
36 <div style="height: 500px; width: 500px; border: 1px solid;">here is a big empty div</div>
38 <div id="orangebox" style="background-color:orange; width: 300px; height: 100px;"
    [all...]
  /development/pdk/docs/
index.jd 4 <div style="float: left; width: 45%; font-size: 1.3em;">
15 <div style="float: right; width: 35%;">
16 <h3 style="padding-top: 0px;">News</h3>
27 <img style="float: right; padding-right: 1.5em;" src="{@docRoot}images/home-bugdroid.png" alt="Android Mascot"/>
29 <div style="clear: both;"/>
31 <table border="0" style="border: 0px; margin: 0px; padding: 0px;"><tr><td align="center" style="border: 0px; margin: 0px; padding: 0px;">
32 <div class="rebox lil" style="float: left; width: 30%; margin: 1em;">
33 <h2 style="color: white; background-color: #95C0D0; border: 0px;">Get Involved</h2>
35 <p><img src="images/lil-wrench.png" alt="" style="margin: 1em;"/
    [all...]
  /packages/apps/Settings/res/xml/
device_info_status.xml 21 style="?android:attr/preferenceInformationStyle"
26 style="?android:attr/preferenceInformationStyle"
31 style="?android:attr/preferenceInformationStyle"
37 style="?android:attr/preferenceInformationStyle"
43 style="?android:attr/preferenceInformationStyle"
49 style="?android:attr/preferenceInformationStyle"
54 style="?android:attr/preferenceInformationStyle"
59 style="?android:attr/preferenceInformationStyle"
64 style="?android:attr/preferenceInformationStyle"
69 style="?android:attr/preferenceInformationStyle"
    [all...]

Completed in 53 milliseconds

1 2 3 4 5 6 7 8 91011>>