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