Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java126 private final float mHeaderThreshold; field in AllAppsContainerView
145 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()