Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DScreenPreviewBinder.kt165 val cleanupWallpaperConnectionRunnable = Runnable { in <lambda>() constant
173 previewView.removeCallbacks(cleanupWallpaperConnectionRunnable) in <lambda>()
175 cleanupWallpaperConnectionRunnable.run() in <lambda>()
262 previewView.postDelayed(cleanupWallpaperConnectionRunnable, 100) in <lambda>()
264 cleanupWallpaperConnectionRunnable.run() in <lambda>()