OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidLiveWallpaperService
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/
LiveWallpaper.java
22
import com.badlogic.gdx.backends.android.
AndroidLiveWallpaperService
;
26
public class LiveWallpaper extends
AndroidLiveWallpaperService
{
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidLiveWallpaper.java
49
/** An implementation of the {@link Application} interface to be used with an
AndroidLiveWallpaperService
. Not directly
50
* constructable, instead the {@link
AndroidLiveWallpaperService
} will create this class internally.
58
protected
AndroidLiveWallpaperService
service;
73
public AndroidLiveWallpaper (
AndroidLiveWallpaperService
service) {
110
if (
AndroidLiveWallpaperService
.DEBUG) Log.d(
AndroidLiveWallpaperService
.TAG, " > AndroidLiveWallpaper - onPause()");
127
// if (
AndroidLiveWallpaperService
.DEBUG)
128
// Log.d(
AndroidLiveWallpaperService
.TAG, " > AndroidLiveWallpaper - onPause() application paused!");
137
if (
AndroidLiveWallpaperService
.DEBUG) Log.d(
AndroidLiveWallpaperService
.TAG, " > AndroidLiveWallpaper - onPause() done!")
[
all
...]
AndroidGraphicsLiveWallpaper.java
116
if (
AndroidLiveWallpaperService
.DEBUG)
117
Log.d(
AndroidLiveWallpaperService
.TAG,
122
Log.e(
AndroidLiveWallpaperService
.TAG,
250
if (
AndroidLiveWallpaperService
.DEBUG) {
AndroidLiveWallpaperService.java
33
* 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 {
99
public
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
#onCreateApplication} method. It sets up all the
[
all
...]
AndroidInput.java
50
import com.badlogic.gdx.backends.android.
AndroidLiveWallpaperService
.AndroidWallpaperEngine;
440
/** Called in {@link
AndroidLiveWallpaperService
} on tap
447
/** Called in {@link
AndroidLiveWallpaperService
} on drop
Completed in 182 milliseconds