Searched refs:animations (Results 1 – 7 of 7) sorted by relevance
6 android:animationCache : Defines whether layout animations should create a drawing cache for their…
16 android:detachWallpaper : Special option for window animations: if this window is on top of a wall…
14 android:detachWallpaper : Special option for window animations: if this window is on top of a wall…
12 android:animationCache : Defines whether layout animations should create a drawing cache for their…
28 # keep setters in Views so that animations can still work.
35 # keep setters in Views so that animations can still work.
2849 Map<String, ResourceValue> animations = map.get(type); in getResourceNames() local2850 if (animations != null) { in getResourceNames()2851 return animations.keySet(); in getResourceNames()