Searched refs:mNotifyColorsChanged (Results 1 – 2 of 2) sorted by relevance
214 private final Runnable mNotifyColorsChanged = this::notifyColorsChanged; field in WallpaperService.Engine638 if (!mHandler.hasCallbacks(mNotifyColorsChanged)) { in notifyColorsChanged()639 mHandler.postDelayed(mNotifyColorsChanged, NOTIFY_COLORS_RATE_LIMIT_MS); in notifyColorsChanged()644 mHandler.removeCallbacks(mNotifyColorsChanged); in notifyColorsChanged()
64813 Landroid/service/wallpaper/WallpaperService$Engine;->mNotifyColorsChanged:Ljava/lang/Runnable;