Home | History | Annotate | Download | only in MusicVisualization

Lines Matching full:wallpaper

34         <!-- Visualizer Wallpaper -->
35 <!-- this wallpaper isn't very good, so disable it (using android:enabled=false doesn't work here for some reason)
43 <action android:name="android.service.wallpaper.WallpaperService" />
45 <meta-data android:name="android.service.wallpaper" android:resource="@xml/cube" />
49 <!-- Waveform Wallpaper -->
57 <action android:name="android.service.wallpaper.WallpaperService" />
59 <meta-data android:name="android.service.wallpaper" android:resource="@xml/vis2" />
62 <!-- Spectrum Wallpaper -->
70 <action android:name="android.service.wallpaper.WallpaperService" />
72 <meta-data android:name="android.service.wallpaper" android:resource="@xml/vis3" />
75 <!-- VU Meter Wallpaper -->
83 <action android:name="android.service.wallpaper.WallpaperService" />
85 <meta-data android:name="android.service.wallpaper" android:resource="@xml/vis4" />
88 <!-- Many Wallpaper -->
96 <action android:name="android.service.wallpaper.WallpaperService" />
98 <meta-data android:name="android.service.wallpaper" android:resource="@xml/vis5" />