Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java2263 float stackScrollerX = mNotificationStackScrollLayoutController.getX(); in isInContentBounds() local
2265 .isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()
2266 && stackScrollerX < x in isInContentBounds()
2267 && x < stackScrollerX + mNotificationStackScrollLayoutController.getWidth(); in isInContentBounds()