Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java2318 final float notificationTop = getQSEdgePosition(); in setQSClippingBounds() local
2326 top = (int) Math.min(qsPanelBottomY, notificationTop); in setQSClippingBounds()
2329 top = (int) notificationTop; in setQSClippingBounds()