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