Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java87 private int mSnappedScrolledY; field in FloatingHeaderView
250 if (currentScrollY <= mSnappedScrolledY) { in moved()
252 mSnappedScrolledY = currentScrollY; in moved()
259 mTranslationY = currentScrollY - mSnappedScrolledY - mMaxTranslation; in moved()
264 mSnappedScrolledY = currentScrollY - mMaxTranslation; in moved()
267 mSnappedScrolledY = -mMaxTranslation; in moved()
320 mSnappedScrolledY = -mMaxTranslation; in reset()