Searched refs:mProcessLocalColorsPending (Results 1 – 1 of 1) sorted by relevance
344 private AtomicBoolean mProcessLocalColorsPending = new AtomicBoolean(false); field in WallpaperService.Engine1785 if (mProcessLocalColorsPending.compareAndSet(false, true)) { in processLocalColors()1793 mProcessLocalColorsPending.set(false); in processLocalColors()