Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 85) sorted by relevance

1234

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-applyCompletion6.diff1 Code completion in completion1.xml for style="@android:^style/Widget.Button" selecting @android:dra…
2 < style="@android:^style/Widget.Button"
4 > style="@android:drawable/^"
Dnavigation1-expected-navigate3.txt1 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">^
Dbroken2-expected-applyCompletion16.diff1 Code completion in broken2.xml for style=^ selecting "@android:":
2 < style=^
4 > style="@android:^"
Dextractstyle2-expected-extract7.diff17 > style="@style/newstyle"
27 > style="@style/newstyle"
Dextractstyle1-expected-extract3.diff16 > style="@style/newstyle"
25 > style="@style/newstyle"
Dcompletion1-expected-completion6.txt1 Code completion in completion1.xml for style="@android:^style/Widget.Button":
2 @android:style/
Dnavigationstyles-expected-extract2.diff2 </style>
3 > <style name="newstyle">
Dnewstyles6-expected-extract5.diff5 > <style name="newstyle">
7 > </style>
Dnewstyles5-expected-extract4.diff5 > <style name="newstyle">
7 > </style>
Dnewstyles4-expected-extract1d.diff5 > <style name="newstyle">
8 > </style>
Dnewstyles-expected-extract1.diff5 > <style name="newstyle">
8 > </style>
Dnewstyles2-expected-extract1b.diff5 > <style name="newstyle">
8 > </style>
Dnewstyles4-expected-extract3.diff5 > <style name="newstyle">
8 > </style>
Dnewstyles3-expected-extract1c.diff5 > <style name="newstyle">
8 > </style>
Dnewstyles8-expected-extract7.diff5 > <style name="newstyle">
8 > </style>
Dextractstyle1-expected-extract6.diff6 > <Button style="@style/newstyle" android:id="@+id/button1" ></Button>
Dnewstyles3-expected-extract8.diff5 > <style name="newstyle" parent="android:Widget.Button">
8 > </style>
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DToggleButton.java42 int style, in ToggleButton() argument
47 super(parent, style); in ToggleButton()
97 int style = super.getStyle(); in getStyle() local
99 style |= SWT.SHADOW_IN; in getStyle()
101 return style; in getStyle()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DTableHelper.java48 int style, String sample_text, final String pref_name, in createTableColumn() argument
52 TableColumn col = new TableColumn(parent, style); in createTableColumn()
106 public static void createTreeColumn(Tree parent, String header, int style, in createTreeColumn() argument
111 TreeColumn col = new TreeColumn(parent, style); in createTreeColumn()
162 public static void createTreeColumn(Tree parent, String header, int style, in createTreeColumn() argument
167 TreeColumn col = new TreeColumn(parent, style); in createTreeColumn()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimatorDescriptors.java142 DeclareStyleableInfo style = styleMap.get(styleName); in addElement() local
143 if (style == null) { in addElement()
154 style.getAttributes(), in addElement()
157 element.setTooltip(style.getJavaDoc()); in addElement()
160 style = styleMap.get(extraStyle); in addElement()
161 if (style != null) { in addElement()
165 style.getAttributes(), in addElement()
/sdk/assetstudio/tests/src/com/android/assetstudiolib/
DLauncherIconGeneratorTest.java26 GraphicGenerator.Shape shape, GraphicGenerator.Style style, in checkGraphic() argument
31 options.style = style; in checkGraphic()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DXmlPrettyPrinterTest.java42 private void checkFormat(XmlFormatPreferences prefs, XmlFormatStyle style, in checkFormat() argument
49 XmlPrettyPrinter printer = new XmlPrettyPrinter(prefs, style, delimiter); in checkFormat()
98 private void checkFormat(XmlFormatPreferences prefs, XmlFormatStyle style, in checkFormat() argument
100 checkFormat(prefs, style, xml, expected, delimiter, null, false, null); in checkFormat()
103 private void checkFormat(XmlFormatPreferences prefs, XmlFormatStyle style, in checkFormat() argument
105 checkFormat(prefs, style, xml, expected, "\n"); //$NON-NLS-1$ in checkFormat()
107 private void checkFormat(XmlFormatStyle style, String xml, String expected) in checkFormat() argument
110 checkFormat(prefs, style, xml, expected); in checkFormat()
/sdk/eclipse/sites/internal/web/
Dsite.css5 .sub-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color…
6 .log-text {font-family: sans-serif; font-style: normal; font-weight: lighter; font-size: 8pt; color…
7 .big-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color…
/sdk/eclipse/sites/external/web/
Dsite.css5 .sub-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color…
6 .log-text {font-family: sans-serif; font-style: normal; font-weight: lighter; font-size: 8pt; color…
7 .big-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DAttrsXmlParser.java165 DeclareStyleableInfo style = mStyleMap.get(xmlName); in loadViewAttributes() local
166 if (style != null) { in loadViewAttributes()
168 AttributeInfo[] attributes = style.getAttributes(); in loadViewAttributes()
175 info.setJavaDoc(style.getJavaDoc()); in loadViewAttributes()
192 DeclareStyleableInfo style = mStyleMap.get(xmlName); in loadLayoutParamsAttributes() local
193 if (style != null) { in loadLayoutParamsAttributes()
197 AttributeInfo[] attributes = style.getAttributes(); in loadLayoutParamsAttributes()
274 DeclareStyleableInfo style = parseDeclaredStyleable(name, node); in parseResources() local
278 style.setParents(parentsArray); in parseResources()
280 mStyleMap.put(name, style); in parseResources()
[all …]

1234