Searched refs:mNotificationStackScroller (Results 1 – 1 of 1) sorted by relevance
132 protected NotificationStackScrollLayout mNotificationStackScroller; field in NotificationPanelView305 mNotificationStackScroller = findViewById(R.id.notification_stack_scroller); in onFinishInflate()306 mNotificationStackScroller.setOnHeightChangedListener(this); in onFinishInflate()307 mNotificationStackScroller.setOverscrollTopChangedListener(this); in onFinishInflate()308 mNotificationStackScroller.setOnEmptySpaceClickListener(this); in onFinishInflate()309 addTrackingHeadsUpListener(mNotificationStackScroller::setTrackingHeadsUp); in onFinishInflate()367 lp = (FrameLayout.LayoutParams) mNotificationStackScroller.getLayoutParams(); in updateResources()371 mNotificationStackScroller.setLayoutParams(lp); in updateResources()414 setIsFullWidth(mNotificationStackScroller.getWidth() == getWidth()); in onLayout()426 mNotificationStackScroller.setMaxTopPadding( in onLayout()[all …]