Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2148 float stackScrollerX = mNotificationStackScrollLayoutController.getX(); in isInContentBounds() local
2150 .isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()
2151 && stackScrollerX < x in isInContentBounds()
2152 && x < stackScrollerX + mNotificationStackScrollLayoutController.getWidth(); in isInContentBounds()