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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/res/values/
styles.xml 4 <style name="Theme" parent="android:Theme">
5 <item name="android:windowAnimationStyle">@style/Animation</item>
6 </style>
8 <style name="Animation">
21 </style>
  /external/webkit/WebCore/rendering/
EllipsisBox.cpp 33 RenderStyle* style = m_renderer->style(m_firstLine); local
34 Color textColor = style->color();
36 context->setFillColor(textColor, style->colorSpace());
38 if (style->textShadow()) {
39 context->setShadow(IntSize(style->textShadow()->x, style->textShadow()->y),
40 style->textShadow()->blur, style->textShadow()->color, style->colorSpace())
73 RenderStyle* style = m_renderer->style(m_firstLine); local
107 RenderStyle* style = m_renderer->style(m_firstLine); local
    [all...]
RenderFileUploadControl.cpp 87 m_button->renderer()->setStyle(createButtonStyle(style()));
137 RefPtr<RenderStyle> buttonStyle = createButtonStyle(style());
168 RefPtr<RenderStyle> style = getCachedPseudoStyle(FILE_UPLOAD_BUTTON); local
169 if (!style) {
170 style = RenderStyle::create();
172 style->inheritFrom(parentStyle);
177 style->setWhiteSpace(NOWRAP);
179 return style.release();
184 if (style()->visibility() != VISIBLE)
201 TextRun textRun(string, length, false, 0, 0, style()->direction() == RTL, style()->unicodeBidi() == Override)
    [all...]
  /packages/apps/Launcher2/res/values/
styles.xml 21 <style name="Theme" parent="android:Theme.Wallpaper">
23 </style>
25 <style name="AnimationPreview">
28 </style>
30 <style name="WorkspaceIcon">
43 </style>
45 <style name="WorkspaceIcon.Portrait">
52 </style>
54 <style name="WorkspaceIcon.Landscape">
59 </style>
    [all...]
  /external/webkit/WebCore/manual-tests/
left-overflow-repaint.html 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
15 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
19 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
23 <div style="height: 120px">
25 <button onclick="document.getElementById('t').style.marginTop = '2em'">
30 <div id="t" style="text-indent: -50px; background: silver; margin-left: 50px;">
35 <div style="height: 120px">
37 <button onclick="document.getElementById('u').style.lineHeight = '3'">
42 <div style="text-indent: -50px; background: silver; margin-left: 50px;">
47 <div style="height: 120px"
    [all...]
computed-transform-value.html 8 <style type="text/css" media="screen">
14 </style>
27 <h1>Testing transform computed style</h1>
28 <p>All boxes are 200x200 pixels. When you click on an element, the computed transform style will be displayed below</p>
29 <p id="output">Computed style for -webkit-transform displayed here</p>
32 <div class="box" style="position: absolute; left: 100px; top: 200px; -webkit-transform: scale(1.5, 0.75)">
36 <div class="box" style="position: absolute; left: 400px; top: 200px; -webkit-transform: rotate(30deg)">
40 <div class="box" style="position: absolute; left: 100px; top: 400px; -webkit-transform: translate(50px, 80px)">
44 <div class="box" style="position: absolute; left: 400px; top: 400px; -webkit-transform: translate(10px, 50px) scale(0.8) rotate(-10deg)">
media-controls-when-javascript-disabled.html 3 <style> #error { display: none; } </style>
7 document.getElementById('error').style.display = 'block';
showModalDialog-returnValue.html 4 document.write("<span style='color:green'>Test passed.<br>");
6 document.write("<span style='color:red'>Test failed due to incorrect result.<br>");
9 document.write("<span style='color:green'>Test passed.<br>");
11 document.write("<span style='color:red'>Test failed due to incorrect result.<br>");
simple-image-compositing.html 8 <style type="text/css" media="screen">
22 </style>
28 <p style="height: auto">
38 <p style="height: auto">
44 Basic image - no style - can be directly composited
48 <img src="resources/simple_image.png" style="border: 5px solid blue;">
53 <img src="resources/simple_image.png" style="margin: 10px 20px;">
58 <img src="resources/simple_image.png" style="background-color: grey;">
63 <img src="resources/simple_image.png" style="background: orange url(resources/simple_image.png) -50px -50px;">
68 <img src="resources/simple_image.png" style="-webkit-transform: rotate3d(0, 0, 1, 10deg);"
    [all...]
disable-javascript-reload.html 6 document.getElementById("manualDirections").setAttribute("style","display:block;");
13 <div id="manualDirections" style="display:none;">
stale-scrollbar-client-crash.html 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
13 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
17 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
21 <div style="height: 120px;">
22 <div id="overflow" style="overflow: auto; height: 100px; width: 100px; background-color: lightblue;">
23 <div style="height: 200px;"></div>
27 <select multiple="true" id="listbox" style="height: 100px; width: 100px;">
47 setTimeout(event.target.id + '.style.display = "none"', 0);
  /frameworks/base/docs/html/guide/topics/resources/
style-resource.jd 1 page.title=Style Resource
16 <p>A style resource defines the format and look for a UI.
17 A style can be applied to an individual {@link android.view.View} (from within a layout file) or to
23 <p class="note"><strong>Note:</strong> A style is a simple resource that is referenced
25 such, you can combine style resources with other simple resources in the one XML file,
36 In XML: <code>@[package:]style/<em>style_name</em></code>
44 &lt;<a href="#style-element">style</a>
46 parent="@[package:]style/<em>style_to_inherit</em>">
50 &lt;/style>
    [all...]
  /external/sonivox/docs/JET_Programming_Manual_files/
header.htm 19 <div style='mso-element:footnote-separator' id=fs>
21 <p class=MsoNormal><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
29 <div style='mso-element:footnote-continuation-separator' id=fcs>
31 <p class=MsoNormal><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
39 <div style='mso-element:endnote-separator' id=es>
41 <p class=MsoNormal><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
49 <div style='mso-element:endnote-continuation-separator' id=ecs>
51 <p class=MsoNormal><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
59 <div style='mso-element:footer' id=f1>
61 <p class=MsoFooter><span style='font-size:10.0pt;color:olive'><span
    [all...]
  /packages/apps/Calendar/res/layout/
edit_event.xml 33 style="@style/EditEvent_Layout">
39 style="@style/TextAppearance.EditEvent_Label"/>
53 style="@style/EditEvent_Layout">
59 style="@style/TextAppearance.EditEvent_Label"/>
71 style="?android:attr/textAppearanceMediumInverse"/>
78 style="?android:attr/textAppearanceMediumInverse"/
    [all...]
month_activity.xml 26 style="?android:attr/windowTitleBackgroundStyle">
32 style="?android:attr/windowTitleStyle"
38 style="?android:attr/progressBarStyleSmall"
55 style="@style/MonthView_DayLabel" />
57 style="@style/MonthView_DayLabel" />
59 style="@style/MonthView_DayLabel" />
61 style="@style/MonthView_DayLabel" /
    [all...]
  /external/webkit/WebCore/manual-tests/gtk/
plugin-resize-scroll.html 3 <style>
13 </style>
22 <embed id="embed" height="100" style="width: 100%" pbgcolor="green"
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerSolid.cpp 63 bool SVGPaintServerSolid::setup(GraphicsContext*& context, const RenderObject* object, const RenderStyle* style, SVGPaintTargetType type, bool isPaintingText) const
65 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0;
66 ColorSpace colorSpace = style ? style->colorSpace() : DeviceColorSpace;
68 if ((type & ApplyToFillTargetType) && (!style || svgStyle->hasFill())) {
69 context->setAlpha(style ? svgStyle->fillOpacity() : 1);
71 context->setFillRule(style ? svgStyle->fillRule() : RULE_NONZERO);
77 if ((type & ApplyToStrokeTargetType) && (!style || svgStyle->hasStroke())) {
78 context->setAlpha(style ? svgStyle->strokeOpacity() : 1)
    [all...]
  /frameworks/base/core/java/android/text/style/
StyleSpan.java 17 package android.text.style;
28 * Describes a style in a span.
30 * separate spans, or if the base style is bold and a span calls for italic,
31 * you get bold italic. You can't turn off a style from the base style.
40 * @param style An integer constant describing the style for this span. Examples
44 public StyleSpan(int style) {
45 mStyle = style;
65 * Returns the style constant defined in {@link android.graphics.Typeface}.
    [all...]
  /packages/apps/Camera/res/values/
styles.xml 21 <style name="OnScreenHintTextAppearance">
28 </style>
29 <style name="OnScreenHintTextAppearance.Small">
33 </style>
34 <style name="Animation_OnScreenHint">
37 </style>
38 <style name="ReviewControlText">
45 </style>
46 <style name="ReviewControlIcon">
53 </style>
    [all...]
  /external/webkit/WebCore/editing/
DeleteButtonController.cpp 110 RenderStyle* style = renderer->style(); local
111 if (!style)
115 if (style->hasBackgroundImage() && style->backgroundImage()->canRender(1.0f))
119 unsigned visibleBorders = style->borderTop().isVisible() + style->borderBottom().isVisible() + style->borderLeft().isVisible() + style->borderRight().isVisible();
132 RenderStyle* parentStyle = parentRenderer->style();
192 CSSMutableStyleDeclaration* style = container->getInlineStyleDecl(); local
    [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 348 static PassRefPtr<CSSValue> getPositionOffsetValue(RenderStyle* style, int propertyID)
350 if (!style)
356 l = style->left();
359 l = style->right();
362 l = style->top();
365 l = style->bottom();
371 if (style->position() == AbsolutePosition || style->position() == FixedPosition)
374 if (style->position() == RelativePosition)
383 static PassRefPtr<CSSPrimitiveValue> currentColorOrValidColor(RenderStyle* style, const Color& color
555 RefPtr<RenderStyle> style = node->computedStyle(); local
578 RefPtr<CSSPrimitiveValue> style = propertyID == CSSPropertyTextShadow || s->style == Normal ? 0 : CSSPrimitiveValue::createIdentifier(CSSValueInset); local
672 RefPtr<RenderStyle> style; local
1534 RenderStyle* style = m_node->computedStyle(); local
    [all...]
  /ndk/build/gmsl/
index.html 17 The two files needed are <span style="font-family: monospace;">gmsl</span>
18 and <span style="font-family: monospace;">__gmsl</span>.&nbsp; To
20 <pre style="margin-left: 40px;">include gmsl</pre>
21 <span style="font-family: monospace;">gmsl</span> automatically includes<span style="font-family: monospace;"> __gmsl</span>.&nbsp; To check that
22 you have the right version of <span style="font-family: monospace;">gmsl</span>
23 use the <span style="font-family: monospace;">gmsl_compatible</span>
25 below). The current version is <span style="font-family: monospace;">1
28 The GMSL package also includes a test suite for GMSL.&nbsp; Just run <span style="font-family: monospace;">make -f gmsl-tests</span>.<br>
33 <hr style="width: 100%; height: 2px;"><span style="font-weight: bold;">not</span><br
    [all...]
  /external/webkit/WebCore/manual-tests/qt/
main.html 6 <div style="float:right;">
  /external/webkit/WebCore/manual-tests/resources/
big-page.html 2 <div style="width: 400px; height: 400px; background-color: blue"></div>
  /frameworks/base/core/res/res/layout/
media_controller.xml 34 <ImageButton android:id="@+id/prev" style="@android:style/MediaButton.Previous" />
35 <ImageButton android:id="@+id/rew" style="@android:style/MediaButton.Rew" />
36 <ImageButton android:id="@+id/pause" style="@android:style/MediaButton.Play" />
37 <ImageButton android:id="@+id/ffwd" style="@android:style/MediaButton.Ffwd" />
38 <ImageButton android:id="@+id/next" style="@android:style/MediaButton.Next" /
    [all...]

Completed in 43 milliseconds

1 23 4 5 6 7 8 91011>>