Home | History | Annotate | Download | only in CubeLiveWallpaper

Lines Matching full:code

2 <code>.apk</code> that users can install on their devices.</p>
7 href="../../../reference/android/service/wallpaper/WallpaperService.html#onCreateEngine()"><code>
8 onCreateEngine()</code></a>, whose goal is to
11 <code>WallpaperService.Engine</code></a>. The engine is responsible for
14 href="../../../reference/android/view/SurfaceView.html"><code>SurfaceView</code></a>.
20 creates a <code>WallpaperService.Engine</code> to manage the service lifecycle,
33 href="src/com/example/android/livecubes/cube1/CubeWallpaper1.html"><code>
34 CubeWallpaper1</code></a> &mdash; a wallpaper service that draws and animates a
36 href="../../../reference/android/graphics/Canvas.html"><code>Canvas</code></a>.
39 href="src/com/example/android/livecubes/cube2/CubeWallpaper2.html"><code>CubeWallpaper2</code></a>
41 wire-frame shape to a <code>Canvas</code>. The shape is set by the user, by means
42 of the <code>cube2.CubeWallpaper2Settings</code> settings activity (see below). The
46 href="src/com/example/android/livecubes/cube2/CubeWallpaper2Settings.html"><code>CubeWallpaper2Settings</code></a>
48 animates a wire-frame shape to a <code>Canvas</code>. The shape is set by the
50 <code>cube2.CubeWallpaper2Settings</code>, also included in the app. The
62 <li><code>&lt;uses-sdk android:minSdkVersion="7" /&gt;</code>, which indicates
66 <a href="../../../guide/topics/manifest/uses-sdk-element.html"><code>&lt;uses-sdk&gt;</code></a>
68 <li><code>&lt;uses-feature android:name="android.software.live_wallpaper" /&gt;</code>,
75 <a href="../../../guide/topics/manifest/uses-feature-element.html"><code>&lt;uses-feature&gt;</code></a>