/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… 2 < 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:": 2 < style=^ 4 > style="@android:^"
|
D | extractstyle2-expected-extract7.diff | 17 > style="@style/newstyle" 27 > style="@style/newstyle"
|
D | extractstyle1-expected-extract3.diff | 16 > style="@style/newstyle" 25 > 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> 3 > <style name="newstyle">
|
D | newstyles6-expected-extract5.diff | 5 > <style name="newstyle"> 7 > </style>
|
D | newstyles5-expected-extract4.diff | 5 > <style name="newstyle"> 7 > </style>
|
D | newstyles4-expected-extract1d.diff | 5 > <style name="newstyle"> 8 > </style>
|
D | newstyles-expected-extract1.diff | 5 > <style name="newstyle"> 8 > </style>
|
D | newstyles2-expected-extract1b.diff | 5 > <style name="newstyle"> 8 > </style>
|
D | newstyles4-expected-extract3.diff | 5 > <style name="newstyle"> 8 > </style>
|
D | newstyles3-expected-extract1c.diff | 5 > <style name="newstyle"> 8 > </style>
|
D | newstyles8-expected-extract7.diff | 5 > <style name="newstyle"> 8 > </style>
|
D | extractstyle1-expected-extract6.diff | 6 > <Button style="@style/newstyle" android:id="@+id/button1" ></Button>
|
D | newstyles3-expected-extract8.diff | 5 > <style name="newstyle" parent="android:Widget.Button"> 8 > </style>
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
D | ToggleButton.java | 42 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/ |
D | TableHelper.java | 48 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/ |
D | AnimatorDescriptors.java | 142 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/ |
D | LauncherIconGeneratorTest.java | 26 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/ |
D | XmlPrettyPrinterTest.java | 42 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/ |
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/common/resources/platform/ |
D | AttrsXmlParser.java | 165 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 …]
|