Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 91) 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…
3 - 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:":
3 - style=^
4 + style="@android:^"
Dextractstyle1-expected-extract3.diff16 + style="@style/newstyle"
25 + style="@style/newstyle"
Dextractstyle2-expected-extract7.diff17 + style="@style/newstyle"
27 + 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 name="newstyle">
5 + </style>
Dcompletion11-expected-applyCompletion46.diff3 - style="?android:attr/Textapp^"
4 + style="?android:attr/textAppearanceLargeInverse^"
Dnewstyles5-expected-extract4.diff6 + <style name="newstyle">
8 + </style>
Dnewstyles6-expected-extract5.diff6 + <style name="newstyle">
8 + </style>
Dnewstyles4-expected-extract1d.diff6 + <style name="newstyle">
9 + </style>
Dnewstyles2-expected-extract1b.diff6 + <style name="newstyle">
9 + </style>
Dnewstyles8-expected-extract7.diff6 + <style name="newstyle">
9 + </style>
Dnewstyles4-expected-extract3.diff6 + <style name="newstyle">
9 + </style>
Dnewstyles-expected-extract1.diff6 + <style name="newstyle">
9 + </style>
Dnewstyles3-expected-extract1c.diff6 + <style name="newstyle">
9 + </style>
Dextractstyle1-expected-extract6.diff6 > <Button style="@style/newstyle" android:id="@+id/button1" ></Button>
Dnewstyles3-expected-extract8.diff6 + <style name="newstyle" parent="android:Widget.Button">
9 + </style>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimatorDescriptors.java144 DeclareStyleableInfo style = styleMap.get(styleName); in addElement() local
145 if (style == null) { in addElement()
156 style.getAttributes(), in addElement()
159 element.setTooltip(style.getJavaDoc()); in addElement()
162 style = styleMap.get(extraStyle); in addElement()
163 if (style != null) { in addElement()
167 style.getAttributes(), in addElement()
/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/eclipse/adt/internal/editors/formatting/
DEclipseXmlPrettyPrinter.java58 XmlFormatStyle style, in EclipseXmlPrettyPrinter() argument
60 super(prefs, style, lineSeparator == null ? getDefaultLineSeparator() : lineSeparator); in EclipseXmlPrettyPrinter()
79 @NonNull XmlFormatStyle style, in prettyPrint() argument
83 EclipseXmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style, in prettyPrint()
128 @NonNull XmlFormatStyle style, in prettyPrint() argument
131 XmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style, lineSeparator); in prettyPrint()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DAttrsXmlParser.java189 DeclareStyleableInfo style = mStyleMap.get(xmlName); in loadViewAttributes() local
190 if (style != null) { in loadViewAttributes()
192 AttributeInfo[] attributes = style.getAttributes(); in loadViewAttributes()
199 info.setJavaDoc(style.getJavaDoc()); in loadViewAttributes()
216 DeclareStyleableInfo style = mStyleMap.get(xmlName); in loadLayoutParamsAttributes() local
217 if (style != null) { in loadLayoutParamsAttributes()
221 AttributeInfo[] attributes = style.getAttributes(); in loadLayoutParamsAttributes()
298 DeclareStyleableInfo style = parseDeclaredStyleable(name, node); in parseResources() local
302 style.setParents(parentsArray); in parseResources()
304 mStyleMap.put(name, style); in parseResources()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGCWrapper.java207 public void setLineStyle(@NonNull LineStyle style) { in setLineStyle() argument
209 switch (style) { in setLineStyle()
226 assert false : style; in setLineStyle()
425 public void useStyle(@NonNull DrawingStyle style) { in useStyle() argument
430 SwtDrawingStyle swtStyle = SwtDrawingStyle.of(style); in useStyle()
433 Color color = getStrokeColor(style, stroke); in useStyle()
438 Color color = getFillColor(style, fill); in useStyle()
472 private Color getStrokeColor(DrawingStyle style, RGB defaultColorDesc) { in getStrokeColor() argument
473 return getStyleColor(style, defaultColorDesc, mStyleStrokeMap); in getStrokeColor()
487 private Color getFillColor(DrawingStyle style, RGB defaultColorDesc) { in getFillColor() argument
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DResourceHelper.java482 public static String styleToTheme(String style) { in styleToTheme() argument
483 if (style.startsWith(STYLE_RESOURCE_PREFIX)) { in styleToTheme()
484 style = style.substring(STYLE_RESOURCE_PREFIX.length()); in styleToTheme()
485 } else if (style.startsWith(ANDROID_STYLE_RESOURCE_PREFIX)) { in styleToTheme()
486 style = style.substring(ANDROID_STYLE_RESOURCE_PREFIX.length()); in styleToTheme()
487 } else if (style.startsWith(PREFIX_RESOURCE_REF)) { in styleToTheme()
489 int index = style.indexOf('/'); in styleToTheme()
491 style = style.substring(index + 1); in styleToTheme()
494 return style; in styleToTheme()
504 public static boolean isProjectStyle(String style) { in isProjectStyle() argument
[all …]

1234