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/statusbar/phone/
DNotificationPanelView.java983 float stackScrollerX = mNotificationStackScroller.getX(); in isInContentBounds() local
984 return !mNotificationStackScroller.isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()
985 && stackScrollerX < x && x < stackScrollerX + mNotificationStackScroller.getWidth(); in isInContentBounds()