Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperAnimationAdapter.java51 private Consumer<WallpaperAnimationAdapter> mAnimationCanceledRunnable; field in WallpaperAnimationAdapter
60 mAnimationCanceledRunnable = animationCanceledRunnable; in WallpaperAnimationAdapter()
155 mAnimationCanceledRunnable.accept(this); in onAnimationCancelled()