Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1758 float stackScrollerX = mNotificationStackScrollLayoutController.getX(); in isInContentBounds() local
1760 .isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()
1761 && stackScrollerX < x in isInContentBounds()
1762 && x < stackScrollerX + mNotificationStackScrollLayoutController.getWidth(); in isInContentBounds()