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