Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java193 private int mTabsProtectionAlpha; field in ActivityAllAppsContainerView
774 if (headerColor != mHeaderColor || mTabsProtectionAlpha != tabsAlpha) { in updateHeaderScroll()
776 mTabsProtectionAlpha = tabsAlpha; in updateHeaderScroll()
1447 if (mTabsProtectionAlpha > 0 && tabsHeight != 0) { in drawOnScrimWithScaleAndBottomOffset()
1452 mHeaderPaint.setAlpha((int) (getAlpha() * mTabsProtectionAlpha)); in drawOnScrimWithScaleAndBottomOffset()