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.java100 private NotificationStackScrollLayout mNotificationStackScroller; field in NotificationPanelView
244 mNotificationStackScroller = (NotificationStackScrollLayout) in onFinishInflate()
246 mNotificationStackScroller.setOnHeightChangedListener(this); in onFinishInflate()
247 mNotificationStackScroller.setOverscrollTopChangedListener(this); in onFinishInflate()
248 mNotificationStackScroller.setOnEmptySpaceClickListener(this); in onFinishInflate()
249 mNotificationStackScroller.setScrollView(mScrollView); in onFinishInflate()
309 lp = (FrameLayout.LayoutParams) mNotificationStackScroller.getLayoutParams(); in updateResources()
313 mNotificationStackScroller.setLayoutParams(lp); in updateResources()
351 mNotificationStackScroller.updateIsSmallScreen( in onLayout()
406 boolean animate = mNotificationStackScroller.isAddOrRemoveAnimationPending(); in positionClockAndNotifications()
[all …]