public void onPause() {
   if (AndroidLiveWallpaperService.DEBUG)
     Log.d(
         AndroidLiveWallpaperService.this.TAG,
         " > onPause() " + hashCode() + ", running: " + runningEngines);
   app.onPause();
   view.onPause();
 }