Searched refs:mLastColorInvalidation (Results 1 – 2 of 2) sorted by relevance
357 private long mLastColorInvalidation; field in WallpaperService.Engine926 if (now - mLastColorInvalidation < NOTIFY_COLORS_RATE_LIMIT_MS) { in notifyColorsChanged()935 mLastColorInvalidation = now; in notifyColorsChanged()1069 mLastColorInvalidation = 0; in updateWallpaperDimming()
50254 Landroid/service/wallpaper/WallpaperService$Engine;->mLastColorInvalidation:J