Searched refs:shelfClipStart (Results 1 – 2 of 2) sorted by relevance
158 val shelfClipStart = 0f in getAmountInShelf_lastViewBelowShelf_completelyInShelf() constant181 shelfClipStart in getAmountInShelf_lastViewBelowShelf_completelyInShelf()189 val shelfClipStart = 0.001f in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf() constant211 shelfClipStart in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf()219 val shelfClipStart = 10f in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf() constant241 shelfClipStart in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf()249 val shelfClipStart = 15f in getAmountInShelf_lastViewAboveShelf_notInShelf() constant270 shelfClipStart in getAmountInShelf_lastViewAboveShelf_notInShelf()
419 final float shelfClipStart = getTranslationY() - mPaddingBetweenElements; in updateAppearance() local421 expandingAnimated, isLastChild, shelfClipStart); in updateAppearance()728 float shelfClipStart761 } else if (viewEnd >= shelfClipStart765 if (viewStart < shelfClipStart && Math.abs(viewStart - shelfClipStart) > 0.001f) {767 float fullAmount = (shelfClipStart - viewStart) / fullHeight;773 iconTransitionAmount = (shelfClipStart - viewStart)776 iconTransitionAmount = (shelfClipStart - iconTransformStart)