Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java125 private final int mHeaderProtectionColor; field in AllAppsContainerView
147 mHeaderProtectionColor = Themes.getAttrColor(context, R.attr.allappsHeaderProtectionColor); in AllAppsContainerView()
753 int viewBG = ColorUtils.blendARGB(mScrimColor, mHeaderProtectionColor, prog); in updateHeaderScroll()