Home
last modified time | relevance | path

Searched defs: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
225 val shelfClipStart = 0.001f regex
252 val shelfClipStart = 10f regex
279 val shelfClipStart = 15f regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java414 final float shelfClipStart = getTranslationY() - mPaddingBetweenElements; in updateAppearance() local