Home
last modified time | relevance | path

Searched refs:old (Results 1 – 22 of 22) sorted by relevance

/sdk/eclipse/scripts/
Dupdate_version.sh9 Usage: $0 <old> <new>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyEditor.java318 String old = oldValue != null ? oldValue.toString() : null; in setEditorText() local
329 && old != null && !old.isEmpty() in setEditorText()
331 && !text.equals(old)) { in setEditorText()
369 ResourceType.ID, stripIdPrefix(old), stripIdPrefix(text), false); in setEditorText()
/sdk/docs/
Dhowto_use_cupcake_sdk.txt45 - The old SDKs (1.0 and 1.1) do NOT work with this Eclipse plugin (ADT 0.9)
122 that means you must check to see if your old R.java or your old auto-generated
164 $ cp build.xml build.xml.old
179 the old R.java and old auto-generated AIDL java files manually. (Note: this
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageOverlay.java342 int old = gc.getAntialias(); in gc_setAntialias() local
344 return old; in gc_setAntialias()
DLayoutMetadata.java212 boolean old = editor.getIgnoreXmlUpdate(); in setProperty()
217 editor.setIgnoreXmlUpdate(old); in setProperty()
DSelectionManager.java766 private CanvasViewInfo findCorresponding(CanvasViewInfo old, CanvasViewInfo newRoot) { in findCorresponding() argument
767 CanvasViewInfo oldParent = old.getParent(); in findCorresponding()
787 if (oldSibling == old) { in findCorresponding()
DRenderPreviewManager.java239 List<RenderPreview> old = mPreviews; in disposePreviews() local
241 for (RenderPreview preview : old) { in disposePreviews()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DAddSuppressAnnotation.java193 StringLiteral old = ast.newStringLiteral(); in addSuppressAnnotation() local
194 old.setLiteralValue(stringLiteral.getLiteralValue()); in addSuppressAnnotation()
195 array.expressions().add(old); in addSuppressAnnotation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java844 Map<String, Node> old = new HashMap<String, Node>(); in mergeResourceFile() local
852 old.put(name, element); in mergeResourceFile()
861 Node replace = name != null ? old.get(name) : null; in mergeResourceFile()
/sdk/testapps/jarCheckTests3/lib2/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/apps/NotificationStudio/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests2/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/javaProjectTest/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/libsAndJarTest/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/libsAndJarTest/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests3/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/app/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/eclipse/
Dchanges.txt837 - Fixed the "fix project properties" action to remove old framework