Searched refs:mWallpaperColors (Results 1 – 6 of 6) sorted by relevance
340 private WallpaperColors mWallpaperColors;347 mWallpaperColors = wallpaperColors;348 if (mWallpaperColors != null) {349 mPlaceholderColor = mWallpaperColors.getPrimaryColor().toArgb();354 mWallpaperColors = wallpaperColors;359 return mWallpaperColors;
91 private final WallpaperColors mWallpaperColors; field in PreviewSurfaceRenderer107 mWallpaperColors = bundle.getParcelable(KEY_COLORS); in PreviewSurfaceRenderer()213 if (mWallpaperColors == null) { in getPreviewContext()218 .applyColorsOverride(context, mWallpaperColors); in getPreviewContext()220 Themes.getActivityThemeRes(context, mWallpaperColors.getColorHints())); in getPreviewContext()293 mWallpaperColors, launcherWidgetSpanInfo); in renderView()
58 private WallpaperColors mWallpaperColors; field in WorkspaceSurfaceHolderCallback137 mWallpaperColors = colors; in setWallpaperColors()250 if (mWallpaperColors != null) { in requestPreview()251 request.putParcelable(KEY_WALLPAPER_COLORS, mWallpaperColors); in requestPreview()
132 protected WallpaperColors mWallpaperColors; field in PreviewFragment373 mPreviewScrim.getVisibility() == VISIBLE || (mWallpaperColors != null && ( in updateStatusBarColor()374 (mWallpaperColors.getColorHints() & WallpaperColors.HINT_SUPPORTS_DARK_TEXT) in updateStatusBarColor()483 mWallpaperColors = colors;
136 mWallpaperColors != null ? mWallpaperColors : getColorInfo().getWallpaperColors(), in setWallpaper()
240 mWallpaperColors, in setWallpaper() local