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