Home
last modified time | relevance | path

Searched refs:stackScrollerX (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java592 float stackScrollerX = mNotificationStackScroller.getX(); in isInContentBounds() local
593 return mNotificationStackScroller.isInContentBounds(yTransformed) && stackScrollerX < x in isInContentBounds()
594 && x < stackScrollerX + mNotificationStackScroller.getWidth(); in isInContentBounds()