/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | navigation1-expected-navigate4.txt | 3 data/res/values-en-rGB/strings.xml 5 data/res/values/strings.xml 7 data/res/values-ar/strings.xml 9 data/res/values-bg/strings.xml 11 data/res/values-ca/strings.xml 13 data/res/values-cs/strings.xml 15 data/res/values-da/strings.xml 17 data/res/values-de/strings.xml 19 data/res/values-el/strings.xml 21 data/res/values-es/strings.xml [all …]
|
D | newstyles5-expected-extract4.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles6-expected-extract5.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles-expected-extract1.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles2-expected-extract1b.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles3-expected-extract1c.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles4-expected-extract1d.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles4-expected-extract3.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles8-expected-extract7.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | navigationstyles-expected-navigate6.txt | 3 data/res/values/themes.xml
|
D | navigation1-expected-navigate16.txt | 3 data/res/values/attrs.xml
|
D | newstyles3-expected-extract8.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | navigation1-expected-navigate15.txt | 3 data/res/values/attrs.xml
|
D | navigationstyles-expected-navigate5.txt | 3 data/res/values/themes.xml
|
D | navigation1-expected-navigate1.txt | 3 L/PROJECTNAME/res/values/strings.xml
|
D | navigation1-expected-navigate2.txt | 3 data/res/values/dimens.xml
|
D | navigationstyles-expected-navigate7.txt | 3 data/res/drawable/spinner_dropdown_background.xml
|
D | navigationstyles-expected-navigate8.txt | 3 L/PROJECTNAME/res/values/navigationstyles.xml
|
D | navigation1-expected-navigate3.txt | 3 data/res/values/styles.xml
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | BitmapEditor.java | 19 import android.content.res.Resources; 32 protected int getIconSize(Resources res) { in getIconSize() argument 33 return res.getDimensionPixelSize(R.dimen.editor_icon_size_large); in getIconSize()
|
D | IconEditor.java | 19 import android.content.res.Resources; 103 protected int getIconSize(Resources res) { in getIconSize() argument 104 return res.getDimensionPixelSize(R.dimen.editor_icon_size_small); in getIconSize()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
D | AttrsXmlParser.java | 166 Node res = doc.getFirstChild(); in preload() local 167 while (res != null && in preload() 168 res.getNodeType() != Node.ELEMENT_NODE && in preload() 169 !res.getNodeName().equals("resources")) { //$NON-NLS-1$ in preload() 170 res = res.getNextSibling(); in preload() 173 if (res == null) { in preload() 179 parseResources(res); in preload() 278 private void parseResources(Node res) { in parseResources() argument 283 for (Node node = res.getFirstChild(); node != null; node = node.getNextSibling()) { in parseResources()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
D | IFolderWrapper.java | 171 for (IResource res : members) { in list() 172 if (filter.accept(this, res.getName())) { in list() 173 list.add(res.getName()); in list()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | DexWrapper.java | 188 Object res = mRunMethod.invoke(null /* obj: static method */, args); in run() local 190 if (res instanceof Integer) { in run() 191 return ((Integer)res).intValue(); in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | FixLaunchConfig.java | 76 boolean res = AdtPlugin.displayPrompt( in run() 80 if (res == false) { in run()
|