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