Searched refs:stackScrollerX (Results 1 – 1 of 1) sorted by relevance
592 float stackScrollerX = mNotificationStackScroller.getX(); in isInContentBounds() local593 return mNotificationStackScroller.isInContentBounds(yTransformed) && stackScrollerX < x in isInContentBounds()594 && x < stackScrollerX + mNotificationStackScroller.getWidth(); in isInContentBounds()