HomeSort by relevance Sort by last modified time
    Searched full:style (Results 1 - 25 of 22038) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
css-style-item.js 1 description("This tests indexing outside the range of the style object.");
4 element.style.color = 'red';
6 var style = element.style; variable
8 shouldEvaluateTo('style.length', 1);
9 shouldBeEqualToString('style[0]', 'color');
10 shouldBeEqualToString('style[1]', '');
11 shouldBeUndefined('style[-1]')
css-properties-case-sensitive.js 6 element.style.zIndex = 1;
11 shouldBe("element.style.zIndex", "'1'");
12 shouldBeUndefined("element.style.ZIndex");
18 shouldBe("element.style.cssZIndex", "'1'");
19 shouldBe("element.style.CssZIndex", "'1'");
20 shouldBeUndefined("element.style.CsszIndex");
21 shouldBeUndefined("element.style.csszIndex");
27 shouldBe("element.style.pixelZIndex", "1");
28 shouldBe("element.style.PixelZIndex", "1");
29 shouldBeUndefined("element.style.pixelzIndex")
    [all...]
transition-property-names.js 7 element.style.webkitTransitionProperty = "height";
8 shouldBe("element.style.webkitTransitionProperty", "'height'");
10 element.style.webkitTransitionProperty = "opacity";
11 shouldBe("element.style.webkitTransitionProperty", "'opacity'");
  /cts/apps/CtsVerifier/res/values/
styles.xml 3 <style name="InstructionsFont" parent="@android:style/TextAppearance.Large">
5 </style>
6 <style name="InstructionsSmallFont" parent="@android:style/TextAppearance.Medium">
7 </style>
8 <style name="MessageRow">
12 </style>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
aapterror4.xml 3 <style>
5 </style>
completion1-expected-applyCompletion6.diff 1 Code completion in completion1.xml for style="@android:^style/Widget.Button" selecting @android:drawable/:
3 - style="@android:^style/Widget.Button"
4 + style="@android:drawable/^"
broken2-expected-applyCompletion16.diff 1 Code completion in broken2.xml for style=^ selecting "@android:":
3 - style=^
4 + style="@android:^"
aapterror5.xml 3 <style name="test">
5 </style>
aapterror2.xml 3 <style name="repeatedStyle1">
5 </style>
6 <style name="repeatedStyle1">
8 </style>
navigation1-expected-navigate3.txt 1 Go To Declaration in navigation1.xml for style="@android:style/Widget.B^utton":
2 Open Declaration in values/styles.xml : [@android:style/Widget.Button]
7 <style name="Widget.Button">^
  /packages/apps/Settings/res/layout/
wifi_status_test.xml 21 <LinearLayout style="@style/info_layout">
33 <LinearLayout style="@style/entry_layout">
34 <TextView android:text="@string/wifi_state_label" style="@style/info_label" />
35 <TextView android:id="@+id/wifi_state" style="@style/info_value" />
39 <LinearLayout style="@style/entry_layout"
    [all...]
radio_info.xml 24 <LinearLayout style="@style/info_layout">
27 <LinearLayout style="@style/entry_layout">
28 <TextView android:text="@string/radio_info_imei_label" style="@style/info_label" />
29 <TextView android:id="@+id/imei" style="@style/info_value" />
33 <LinearLayout style="@style/entry_layout"
    [all...]
battery_info.xml 21 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/info_layout">
24 <LinearLayout style="@style/entry_layout">
25 <TextView android:text="@string/battery_info_status_label" style="@style/info_label" />
26 <TextView android:id="@+id/status" style="@style/info_value" />
30 <LinearLayout style="@style/entry_layout"
    [all...]
wifi_dialog.xml 28 style="@style/wifi_section" />
31 style="@style/wifi_section"
35 style="@style/wifi_item" >
37 style="@style/wifi_item_label"
42 style="@style/wifi_item_edit_content
    [all...]
  /external/webkit/Tools/mangleme/
tags.h 16 { "A", "NAME", "HREF", "REF", "REV", "TITLE", "TARGET", "SHAPE", "onLoad", "STYLE", 0 },
17 { "APPLET", "CODEBASE", "CODE", "NAME", "ALIGN", "ALT", "HEIGHT", "WIDTH", "HSPACE", "VSPACE", "DOWNLOAD", "HEIGHT", "NAME", "TITLE", "onLoad", "STYLE", 0 },
18 { "AREA", "SHAPE", "ALT", "CO-ORDS", "HREF", "onLoad", "STYLE", 0 },
19 { "B", "onLoad", "STYLE", 0 },
20 { "BANNER", "onLoad", "STYLE", 0 },
21 { "BASE", "HREF", "TARGET", "onLoad", "STYLE", 0 },
22 { "BASEFONT", "SIZE", "onLoad", "STYLE", 0 },
23 { "BGSOUND", "SRC", "LOOP", "onLoad", "STYLE", 0 },
24 { "BQ", "CLEAR", "NOWRAP", "onLoad", "STYLE", 0 },
25 { "BODY", "BACKGROUND", "BGCOLOR", "TEXT", "LINK", "ALINK", "VLINK", "LEFTMARGIN", "TOPMARGIN", "BGPROPERTIES", "onLoad", "STYLE", 0 },
    [all...]
  /frameworks/base/core/res/res/values/
styles_device_defaults.xml 35 <style name="Widget.DeviceDefault" parent="Widget.Holo" >
37 </style>
38 <style name="Widget.DeviceDefault.Button" parent="Widget.Holo.Button" >
40 </style>
41 <style name="Widget.DeviceDefault.Button.Small" parent="Widget.Holo.Button.Small" >
43 </style>
44 <style name="Widget.DeviceDefault.Button.Inset" parent="Widget.Holo.Button.Inset" >
46 </style>
47 <style name="Widget.DeviceDefault.Button.Toggle" parent="Widget.Holo.Button.Toggle" >
49 </style>
    [all...]
  /frameworks/base/tests/StatusBar/res/layout/
notification_builder_test.xml 24 style="@style/IdButton.Minus"
28 style="@style/IdTitle"
32 style="@style/IdButton.Plus"
42 style="@style/IdButton.Minus"
46 style="@style/IdTitle
    [all...]
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/
css-style-item-expected.txt 1 This tests indexing outside the range of the style object.
6 PASS style.length is 1
7 PASS style[0] is "color"
8 PASS style[1] is ""
9 PASS style[-1] is undefined.
  /packages/apps/Mms/res/values/
styles.xml 3 <style name="TextAppearance">
10 </style>
12 <style name="TextAppearance.SearchResult">
16 </style>
18 <style name="TextAppearance.SearchResult.Title">
20 </style>
22 <style name="TextAppearance.SearchResult.Subtitle">
25 </style>
27 <style name="MmsHoloTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar"
    [all...]
  /packages/experimental/DreamTheater/res/values/
styles.xml 3 <style name="Theme.Dream"
4 parent="@android:style/Theme.Black.NoTitleBar.Fullscreen">
5 </style>
6 <style name="Theme.Dream.Transparent"
7 parent="@android:style/Theme.Wallpaper.NoTitleBar.Fullscreen">
8 </style>
  /external/webkit/Source/WebCore/manual-tests/frames/resources/
blit-on-scroll-subsubframe.html 0 <style type="text/css" media="screen">
10 </style>
  /packages/apps/Protips/res/values/
styles.xml 3 <style name="TipText">
7 </style>
8 <style name="TipText.Header">
10 </style>
11 <style name="TipText.Message">
13 </style>
14 <style name="TipText.Footer">
18 </style>
  /device/google/accessory/demokit/app/res/values/
styles.xml 3 <style name="DemoKitTextBase" parent="@android:style/TextAppearance.Medium">
11 </style>
12 <style name="DemoKitControlLabel" parent="@style/DemoKitTextBase">
18 </style>
19 <style name="DemoKitControlLightLowerLabel" parent="@style/DemoKitTextBase">
23 </style>
24 <style name="DemoKitControlLightLowerLabelConst" parent="@style/DemoKitControlLightLowerLabel"
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_StyleTest.java 21 import android.graphics.Paint.Style;
26 assertEquals(Style.FILL, Style.valueOf("FILL"));
27 assertEquals(Style.STROKE, Style.valueOf("STROKE"));
28 assertEquals(Style.FILL_AND_STROKE, Style.valueOf("FILL_AND_STROKE"));
33 Style[] actual = Style.values();
36 assertEquals(Style.FILL, actual[0])
    [all...]
  /development/samples/WiFiDirectServiceDiscovery/res/values/
style.xml 4 <style name="boldText">
7 </style>
9 <style name="normalText">
12 </style>

Completed in 1717 milliseconds

1 2 3 4 5 6 7 8 91011>>