/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion1-expected-applyCompletion6.diff | 1 Code completion in completion1.xml for style="@android:^style/Widget.Button" selecting @android:dra… 3 - style="@android:^style/Widget.Button" 4 + style="@android:drawable/^"
|
D | 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">^
|
D | broken2-expected-applyCompletion16.diff | 1 Code completion in broken2.xml for style=^ selecting "@android:": 3 - style=^ 4 + style="@android:^"
|
D | extractstyle1-expected-extract3.diff | 16 + style="@style/newstyle" 25 + style="@style/newstyle"
|
D | extractstyle2-expected-extract7.diff | 17 + style="@style/newstyle" 27 + style="@style/newstyle"
|
D | completion1-expected-completion6.txt | 1 Code completion in completion1.xml for style="@android:^style/Widget.Button": 2 @android:style/
|
D | navigationstyles-expected-extract2.diff | 2 + <style name="newstyle"> 5 + </style>
|
D | completion11-expected-applyCompletion46.diff | 3 - style="?android:attr/Textapp^" 4 + style="?android:attr/textAppearanceLargeInverse^"
|
D | newstyles5-expected-extract4.diff | 6 + <style name="newstyle"> 8 + </style>
|
D | newstyles6-expected-extract5.diff | 6 + <style name="newstyle"> 8 + </style>
|
D | newstyles4-expected-extract1d.diff | 6 + <style name="newstyle"> 9 + </style>
|
D | newstyles2-expected-extract1b.diff | 6 + <style name="newstyle"> 9 + </style>
|
D | newstyles8-expected-extract7.diff | 6 + <style name="newstyle"> 9 + </style>
|
D | newstyles4-expected-extract3.diff | 6 + <style name="newstyle"> 9 + </style>
|
D | newstyles-expected-extract1.diff | 6 + <style name="newstyle"> 9 + </style>
|
D | newstyles3-expected-extract1c.diff | 6 + <style name="newstyle"> 9 + </style>
|
D | extractstyle1-expected-extract6.diff | 6 > <Button style="@style/newstyle" android:id="@+id/button1" ></Button>
|
D | newstyles3-expected-extract8.diff | 6 + <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/ |
D | AnimatorDescriptors.java | 144 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/ |
D | site.css | 5 .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/ |
D | site.css | 5 .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/ |
D | EclipseXmlPrettyPrinter.java | 58 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/ |
D | AttrsXmlParser.java | 189 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/ |
D | GCWrapper.java | 207 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/ |
D | ResourceHelper.java | 482 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 …]
|