Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt158 val shelfClipStart = 0f in getAmountInShelf_lastViewBelowShelf_completelyInShelf() constant
181 shelfClipStart in getAmountInShelf_lastViewBelowShelf_completelyInShelf()
189 val shelfClipStart = 0.001f in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf() constant
211 shelfClipStart in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf()
219 val shelfClipStart = 10f in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf() constant
241 shelfClipStart in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf()
249 val shelfClipStart = 15f in getAmountInShelf_lastViewAboveShelf_notInShelf() constant
270 shelfClipStart in getAmountInShelf_lastViewAboveShelf_notInShelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java419 final float shelfClipStart = getTranslationY() - mPaddingBetweenElements; in updateAppearance() local
421 expandingAnimated, isLastChild, shelfClipStart); in updateAppearance()
728 float shelfClipStart
761 } else if (viewEnd >= shelfClipStart
765 if (viewStart < shelfClipStart && Math.abs(viewStart - shelfClipStart) > 0.001f) {
767 float fullAmount = (shelfClipStart - viewStart) / fullHeight;
773 iconTransitionAmount = (shelfClipStart - viewStart)
776 iconTransitionAmount = (shelfClipStart - iconTransformStart)