Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt197 val shelfClipStart = 0f regex
218 shelfClipStart)
225 val shelfClipStart = 0.001f regex
245 shelfClipStart)
252 val shelfClipStart = 10f regex
272 shelfClipStart)
279 val shelfClipStart = 15f regex
298 shelfClipStart)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java414 final float shelfClipStart = getTranslationY() - mPaddingBetweenElements; in updateAppearance() local
416 expandingAnimated, isLastChild, shelfClipStart); in updateAppearance()
745 float shelfClipStart
778 } else if (viewEnd >= shelfClipStart
783 if (viewStart < shelfClipStart && Math.abs(viewStart - shelfClipStart) > 0.001f) {
785 float fullAmount = (shelfClipStart - viewStart) / fullHeight;
791 iconTransitionAmount = (shelfClipStart - viewStart)
794 iconTransitionAmount = (shelfClipStart - iconTransformStart)