/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
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/apps/SoundRecorder/res/layout-land/ |
main.xml | 26 style="@android:style/TextAppearance.Large" /> 48 style="@android:style/TextAppearance.Medium"/> 57 style="@android:style/TextAppearance.Small" /> 68 style="?android:attr/progressBarStyleHorizontal" /> 144 style="@android:style/MediaButton" 149 style="@android:style/MediaButton [all...] |
/packages/apps/SoundRecorder/res/layout-port/ |
main.xml | 24 style="@android:style/TextAppearance.Large" /> 45 style="@android:style/TextAppearance.Medium"/> 54 style="@android:style/TextAppearance.Small" /> 65 style="?android:attr/progressBarStyleHorizontal" /> 141 style="@android:style/MediaButton" 146 style="@android:style/MediaButton [all...] |
/external/webkit/WebCore/rendering/ |
RenderThemeWin.cpp | 365 bool RenderThemeWin::supportsFocusRing(const RenderStyle* style) const 367 return supportsFocus(style->appearance()); 373 switch (o->style()->appearance()) { 385 state = (o->style()->appearance() == RadioPart) ? DFCS_BUTTONRADIO : DFCS_BUTTONCHECK; 408 ControlPart appearance = o->style()->appearance(); 429 else if (supportsFocus(o->style()->appearance()) && isFocused(o->parent())) 445 else if (supportsFocus(o->style()->appearance()) && isFocused(o)) 457 switch (o->style()->appearance()) { 504 switch (o->style()->appearance()) { 575 } else if ((o->style()->appearance() == SliderThumbHorizontalPart | [all...] |
RenderTreeAsText.cpp | 141 if (elem->getAttribute(classAttr) != "Apple-style-span") 185 if (o.style() && o.style()->zIndex()) 186 ts << " zI: " << o.style()->zIndex(); 234 if (o.parent() && (o.parent()->style()->color() != o.style()->color())) 235 ts << " [color=" << o.style()->color().name() << "]"; 237 if (o.parent() && (o.parent()->style()->backgroundColor() != o.style()->backgroundColor()) && 238 o.style()->backgroundColor().isValid() && o.style()->backgroundColor().rgb() [all...] |
RenderObjectChildList.cpp | 53 if (firstChild()->isListMarker() || (firstChild()->style()->styleType() == FIRST_LETTER && !firstChild()->isText())) 83 if (owner->style()->visibility() != VISIBLE && oldChild->style()->visibility() == VISIBLE && !oldChild->hasLayer()) { 158 if (owner->style()->visibility() != VISIBLE && newChild->style()->visibility() == VISIBLE && !newChild->hasLayer()) { 214 if (owner->style()->visibility() != VISIBLE && child->style()->visibility() == VISIBLE && !child->hasLayer()) { 243 } while (first && first->isAnonymous() && first->style()->styleType() == NOPSEUDO); 244 if (first && first->style()->styleType() != type) 252 } while (last && last->isAnonymous() && last->style()->styleType() == NOPSEUDO && !last->isListMarker()) 374 RefPtr<RenderStyle> style = RenderStyle::create(); local 405 RefPtr<RenderStyle> style = RenderStyle::create(); local [all...] |
/frameworks/base/core/java/android/text/ |
Html.java | 32 import android.text.style.AbsoluteSizeSpan; 33 import android.text.style.AlignmentSpan; 34 import android.text.style.CharacterStyle; 35 import android.text.style.ForegroundColorSpan; 36 import android.text.style.ImageSpan; 37 import android.text.style.ParagraphStyle; 38 import android.text.style.QuoteSpan; 39 import android.text.style.RelativeSizeSpan; 40 import android.text.style.StrikethroughSpan; 41 import android.text.style.StyleSpan 157 ParagraphStyle[] style = text.getSpans(i, next, ParagraphStyle.class); local 236 CharacterStyle[] style = text.getSpans(i, next, local [all...] |
/development/apps/OBJViewer/res/values/ |
styles.xml | 21 <style name="Theme" parent="android:Theme"> 23 </style>
|
/development/samples/ApiDemos/src/com/example/android/apis/ |
_package.html | 3 <link rel="stylesheet" type="text/css" href="assets/style.css" /> 4 <script type="text/javascript" src="http://www.corp.google.com/style/prettify.js"></script>
|
/external/bzip2/ |
bz-html.xsl | 15 <style type="text/css" media="screen"> 17 </style>
|
/external/opencore/doc/pvplayer_html/ |
index.html | 11 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>PV Player Engine</small> 12 <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
|
/external/proguard/docs/manual/retrace/ |
index.html | 5 <meta http-equiv="content-style-type" content="text/css"> 6 <link rel="stylesheet" type="text/css" href="../style.css">
|
/external/skia/src/effects/ |
SkBlurMask.h | 25 enum Style { 34 static bool Blur(SkMask* dst, const SkMask& src, SkScalar radius, Style);
|
SkBlurMaskFilter.cpp | 25 SkBlurMaskFilterImpl(SkScalar radius, SkBlurMaskFilter::BlurStyle style); 48 SkMaskFilter* SkBlurMaskFilter::Create(SkScalar radius, SkBlurMaskFilter::BlurStyle style) 50 if (radius <= 0 || (unsigned)style >= SkBlurMaskFilter::kBlurStyleCount) 53 return SkNEW_ARGS(SkBlurMaskFilterImpl, (radius, style)); 58 SkBlurMaskFilterImpl::SkBlurMaskFilterImpl(SkScalar radius, SkBlurMaskFilter::BlurStyle style) 59 : fRadius(radius), fBlurStyle(style) 73 SkASSERT((unsigned)style < SkBlurMaskFilter::kBlurStyleCount); 90 if (SkBlurMask::Blur(dst, src, radius, (SkBlurMask::Style)fBlurStyle))
|
/external/webkit/JavaScriptCore/docs/ |
make-bytecode-docs.pl | 10 print OUTPUT "<style>p code \{ font-size: 14px; \}</style>\n";
|
/external/webkit/WebCore/manual-tests/ |
drag_select_highlighting.html | 7 <p style="font-family:'Lucida Grande'; font-size:12px;"> 11 <p style="font-family:'Lucida Grande'; font-size:12px; text-align:left; direction:rtl; unicode-bidi:bidi-override;">
|
drag_with_opacity.html | 6 <style type="text/css"> 21 </style>
|
input-type-file-drag-drop.html | 2 <div style="background-color: black;" width="300"> 5 <div style="background-color: blue;" width="300">
|
/external/webkit/WebCore/manual-tests/resources/ |
named-window-blank-target-step2.html | 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST (continued):</b> <br> 13 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
|
/external/webkit/WebCore/rendering/style/ |
BorderData.h | 69 if (!image.hasImage() && (left.style() == BNONE || left.style() == BHIDDEN)) 76 if (!image.hasImage() && (right.style() == BNONE || right.style() == BHIDDEN)) 83 if (!image.hasImage() && (top.style() == BNONE || top.style() == BHIDDEN)) 90 if (!image.hasImage() && (bottom.style() == BNONE || bottom.style() == BHIDDEN))
|
/external/webkit/WebKit/gtk/resources/ |
error.html | 4 <style type="text/css"> 32 </style>
|
/frameworks/base/core/res/res/raw/ |
loaderror.html | 5 <style type="text/css"> 8 </style>
|
nodomain.html | 5 <style type="text/css"> 8 </style>
|
/frameworks/base/core/res/res/raw-cs/ |
loaderror.html | 4 <style type="text/css"> 7 </style>
|
/frameworks/base/core/res/res/raw-da/ |
nodomain.html | 4 <style type="text/css"> 7 </style>
|