Home
last modified time | relevance | path

Searched refs:animations (Results 1 – 7 of 7) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion30.txt6 android:animationCache : Defines whether layout animations should create a drawing cache for their…
Danim1-expected-completion55.txt16 android:detachWallpaper : Special option for window animations: if this window is on top of a wall…
Danim1-expected-completion56.txt14 android:detachWallpaper : Special option for window animations: if this window is on top of a wall…
Dcompletionvalues1-expected-completion32.txt12 android:animationCache : Defines whether layout animations should create a drawing cache for their…
/sdk/files/
Dproguard-android.txt28 # keep setters in Views so that animations can still work.
Dproguard-android-optimize.txt35 # keep setters in Views so that animations can still work.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java2849 Map<String, ResourceValue> animations = map.get(type); in getResourceNames() local
2850 if (animations != null) { in getResourceNames()
2851 return animations.keySet(); in getResourceNames()