Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java102 protected NotificationStackScrollLayout mNotificationStackScroller; field in NotificationPanelView
227 mNotificationStackScroller = (NotificationStackScrollLayout) in onFinishInflate()
229 mNotificationStackScroller.setOnHeightChangedListener(this); in onFinishInflate()
230 mNotificationStackScroller.setOverscrollTopChangedListener(this); in onFinishInflate()
231 mNotificationStackScroller.setOnEmptySpaceClickListener(this); in onFinishInflate()
259 mNotificationStackScroller.setQsContainer(mQsContainer); in onFinishInflate()
295 lp = (FrameLayout.LayoutParams) mNotificationStackScroller.getLayoutParams(); in updateResources()
299 mNotificationStackScroller.setLayoutParams(lp); in updateResources()
373 boolean animate = mNotificationStackScroller.isAddOrRemoveAnimationPending(); in positionClockAndNotifications()
386 mNotificationStackScroller.getNotGoneChildCount(), in positionClockAndNotifications()
[all …]