Searched refs:mHeaderThreshold (Results 1 – 1 of 1) sorted by relevance
126 private final float mHeaderThreshold; field in AllAppsContainerView145 mHeaderThreshold = getResources().getDimensionPixelSize( in AllAppsContainerView()752 float prog = Utilities.boundToRange((float) scrolledOffset / mHeaderThreshold, 0f, 1f); in updateHeaderScroll()758 (scrolledOffset + mHeader.mSnappedScrolledY) / mHeaderThreshold, 0f, 1f) in updateHeaderScroll()769 } else if (scrolledOffset > mHeaderThreshold) { in updateHeaderScroll()