Home
last modified time | relevance | path

Searched refs:mHeaderProtectionColor (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java161 private final int mHeaderProtectionColor; field in ActivityAllAppsContainerView
212 mHeaderProtectionColor = Themes.getAttrColor(context, R.attr.allappsHeaderProtectionColor); in ActivityAllAppsContainerView()
795 ColorUtils.blendARGB(mScrimColor, mHeaderProtectionColor, blendRatio), in getHeaderColor()