Home
last modified time | relevance | path

Searched refs:res (Results 1 – 25 of 64) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dnavigation1-expected-navigate4.txt3 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 …]
Dnewstyles5-expected-extract4.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles6-expected-extract5.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles-expected-extract1.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles2-expected-extract1b.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles3-expected-extract1c.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles4-expected-extract1d.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles4-expected-extract3.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles8-expected-extract7.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnavigationstyles-expected-navigate6.txt3 data/res/values/themes.xml
Dnavigation1-expected-navigate16.txt3 data/res/values/attrs.xml
Dnewstyles3-expected-extract8.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnavigation1-expected-navigate15.txt3 data/res/values/attrs.xml
Dnavigationstyles-expected-navigate5.txt3 data/res/values/themes.xml
Dnavigation1-expected-navigate1.txt3 L/PROJECTNAME/res/values/strings.xml
Dnavigation1-expected-navigate2.txt3 data/res/values/dimens.xml
Dnavigationstyles-expected-navigate7.txt3 data/res/drawable/spinner_dropdown_background.xml
Dnavigationstyles-expected-navigate8.txt3 L/PROJECTNAME/res/values/navigationstyles.xml
Dnavigation1-expected-navigate3.txt3 data/res/values/styles.xml
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DBitmapEditor.java19 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()
DIconEditor.java19 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/
DAttrsXmlParser.java166 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/
DIFolderWrapper.java171 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/
DDexWrapper.java188 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/
DFixLaunchConfig.java76 boolean res = AdtPlugin.displayPrompt( in run()
80 if (res == false) { in run()

123