OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidWallpaperEngine
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidLiveWallpaperService.java
79
protected volatile
AndroidWallpaperEngine
linkedEngine = null; // can be accessed from GL render thread by getSurfaceHolder
81
protected void setLinkedEngine (
AndroidWallpaperEngine
linkedEngine) {
118
return new
AndroidWallpaperEngine
();
217
public class
AndroidWallpaperEngine
extends Engine {
228
public
AndroidWallpaperEngine
() {
229
if (DEBUG) Log.d(TAG, " >
AndroidWallpaperEngine
() " + hashCode());
235
Log.d(TAG, " >
AndroidWallpaperEngine
- onCreate() " + hashCode() + " running: " + engines + ", linked: "
249
Log.d(TAG, " >
AndroidWallpaperEngine
- onSurfaceCreated() " + hashCode() + ", running: " + engines + ", linked: "
284
// this combination of methods is described in
AndroidWallpaperEngine
.onResume
303
Log.d(TAG, " >
AndroidWallpaperEngine
- onSurfaceChanged() isPreview: " + isPreview() + ", " + hashCode()
[
all
...]
AndroidInput.java
50
import com.badlogic.gdx.backends.android.AndroidLiveWallpaperService.
AndroidWallpaperEngine
;
Completed in 83 milliseconds