Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java770 int tabsAlpha = mHeader.getPeripheralProtectionHeight(/* expectedHeight */ false) == 0 ? 0 in updateHeaderScroll()
1446 final int tabsHeight = headerView.getPeripheralProtectionHeight(/* expectedHeight */ false); in drawOnScrimWithScaleAndBottomOffset()
1481 return headerBottom + mHeader.getPeripheralProtectionHeight(/* expectedHeight */ true); in getHeaderProtectionHeight()
DFloatingHeaderView.java472 int getPeripheralProtectionHeight(boolean expected) { in getPeripheralProtectionHeight() method in FloatingHeaderView