Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java41 private View mStackScroller; field in NotificationsQuickSettingsContainer
59 mStackScroller = findViewById(R.id.notification_stack_scroller); in onFinishInflate()
60 mStackScrollerMargin = ((LayoutParams) mStackScroller.getLayoutParams()).bottomMargin; in onFinishInflate()
71 reloadWidth(mStackScroller); in onConfigurationChanged()
94 View stackQsTop = qsBottom ? mStackScroller : mQsContainer; in drawChild()
95 View stackQsBottom = !qsBottom ? mStackScroller : mQsContainer; in drawChild()
103 } else if (child == mStackScroller) { in drawChild()
155 setBottomMargin(mStackScroller, 0); in setCustomizerShowing()
158 setBottomMargin(mStackScroller, mStackScrollerMargin); in setCustomizerShowing()
DPhoneStatusBar.java619 boolean isVisible = mStackScroller.isInVisibleLocation(entry.row);
806 mStackScroller = (NotificationStackScrollLayout) mStatusBarWindow.findViewById( in makeStatusBarView()
808 mStackScroller.setLongPressListener(getNotificationLongClicker()); in makeStatusBarView()
809 mStackScroller.setPhoneStatusBar(this); in makeStatusBarView()
810 mStackScroller.setGroupManager(mGroupManager); in makeStatusBarView()
811 mStackScroller.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()
812 mGroupManager.setOnGroupChangeListener(mStackScroller); in makeStatusBarView()
813 mVisualStabilityManager.setVisibilityLocationProvider(mStackScroller); in makeStatusBarView()
818 mExpandedContents = mStackScroller; in makeStatusBarView()
839 mStackScroller.setDrawBackgroundAsSrc(asSrc); in makeStatusBarView()
[all …]
DHeadsUpTouchHelper.java35 private NotificationStackScrollLayout mStackScroller; field in HeadsUpTouchHelper
50 mStackScroller = stackScroller; in HeadsUpTouchHelper()
78 ExpandableView child = mStackScroller.getChildAtRawPosition(x, y); in onInterceptTouchEvent()
82 mTouchingHeadsUpView = !mStackScroller.isExpanded() in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java35 private final NotificationStackScrollLayout mStackScroller; field in BrightnessMirrorController
50 mStackScroller = (NotificationStackScrollLayout) statusBarWindow.findViewById( in BrightnessMirrorController()
56 mStackScroller.setFadingOut(true); in showMirror()
70 mStackScroller.setFadingOut(false); in hideMirror()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java148 private TaskStackViewScroller mStackScroller; field in TaskStackView
270 mStackScroller = new TaskStackViewScroller(context, this, mLayoutAlgorithm); in TaskStackView()
271 mTouchHandler = new TaskStackViewTouchHandler(context, this, mStackScroller); in TaskStackView()
357 mStackScroller.reset(); in onReload()
391 mStackScroller.setStackScrollToInitialState(); in updateToInitialState()
588 mStackScroller.getStackScroll(), targetStackScroll, mIgnoreTasks, in bindVisibleTaskViews()
702 bindVisibleTaskViews(mStackScroller.getStackScroll(), in relayoutTaskViews()
763 mLayoutAlgorithm.getStackTransform(task, mStackScroller.getStackScroll(), in getCurrentTaskTransforms()
880 mStackScroller.boundScroll(); in updateLayoutAlgorithm()
898 return mStackScroller; in getScroller()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java175 protected NotificationStackScrollLayout mStackScroller; field in BaseStatusBar
977 inflateViews(entry, mStackScroller); in onDensityOrFontScaleChanged()
1215 mStackScroller.onHeightChanged(null, true /* needsAnimation */); in getNotificationLongClicker()
1244 mStackScroller.resetExposedGearView(animate, true /* force */);
1250 mStackScroller.onHeightChanged(null, true /* needsAnimation */);
2199 if (!inflateViews(entry, mStackScroller)) {
2253 final int N = mStackScroller.getChildCount();
2264 View child = mStackScroller.getChildAt(i);
2301 mStackScroller.generateAddAnimation(entry.row,
2317 mStackScroller.updateOverflowContainerVisibility(onKeyguard
[all …]