Home
last modified time | relevance | path

Searched refs:wallpaperEngine (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/wallpaper/
DLiveWallpaper.kt237 private lateinit var wallpaperEngine: TorusEngine variable in com.google.android.torus.core.wallpaper.LiveWallpaper.LiveWallpaperEngineWrapper
254 wallpaperEngine = getWallpaperEngine(context, surfaceHolder) in onCreate()
262 if (wallpaperEngine is TorusTouchListener) setTouchEventsEnabled(true) in onCreate()
268 if (wallpaperEngine is ConfigurationChangeListener) { in onSurfaceCreated()
269 addConfigChangeListener(wallpaperEngine as ConfigurationChangeListener) in onSurfaceCreated()
272 if (wallpaperEngine is LiveWallpaperConnector) { in onSurfaceCreated()
273 (wallpaperEngine as LiveWallpaperConnector).setServiceEngineReference(this) in onSurfaceCreated()
276 wallpaperEngine.create(numEngines == 1) in onSurfaceCreated()
283 if (wallpaperEngine is ConfigurationChangeListener) { in onSurfaceDestroyed()
284 removeConfigChangeListener(wallpaperEngine as ConfigurationChangeListener) in onSurfaceDestroyed()
[all …]
/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/activity/
DTorusViewerActivity.kt41 private lateinit var wallpaperEngine: TorusEngine in <lambda>() variable in com.google.android.torus.core.activity.TorusViewerActivity
57 wallpaperEngine = getWallpaperEngine(this, surfaceView) in <lambda>()
58 wallpaperEngine.create() in <lambda>()
66 wallpaperEngine.resize(width, height) in <lambda>()
77 if (wallpaperEngine is TorusTouchListener) { in <lambda>()
79 (wallpaperEngine as TorusTouchListener).onTouchEvent(event) in <lambda>()
87 wallpaperEngine.resume() in <lambda>()
92 wallpaperEngine.pause() in <lambda>()
97 wallpaperEngine.destroy() in <lambda>()
103 if (wallpaperEngine is ConfigurationChangeListener) { in <lambda>()
[all …]