Searched defs:AndroidLiveWallpaperService (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidLiveWallpaperService.java33 * Derive from this class. In the {@link AndroidLiveWallpaperService#onCreateApplication} method call the
34 * {@link AndroidLiveWallpaperService#initialize(ApplicationListener)} method specifying the configuration for the GLSurfaceView.
56 public abstract class AndroidLiveWallpaperService extends WallpaperService { class in inherits:WallpaperService
99 public AndroidLiveWallpaperService () { method in class:AndroidLiveWallpaperService
106 if (DEBUG) Log.d(TAG, " > AndroidLiveWallpaperService - onCreate() " + hashCode());
115 if (DEBUG) Log.d(TAG, " > AndroidLiveWallpaperService - onCreateEngine()");
122 * {@link AndroidLiveWallpaperService#initialize(ApplicationListener, AndroidApplicationConfiguration)} from there. */
124 if (DEBUG) Log.d(TAG, " > AndroidLiveWallpaperService - onCreateApplication()");
127 /** Look at {@link AndroidLiveWallpaperService#initialize(ApplicationListener, AndroidApplicationConfiguration)}
134 /** This method has to be called in the {@link AndroidLiveWallpaperService#onCreateApplicatio
[all...]

Completed in 97 milliseconds