Searched refs:stackScrollerX (Results 1 – 1 of 1) sorted by relevance
794 float stackScrollerX = mNotificationStackScroller.getX(); in isInContentBounds() local795 return !mNotificationStackScroller.isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()796 && stackScrollerX < x && x < stackScrollerX + mNotificationStackScroller.getWidth(); in isInContentBounds()