Lines Matching defs:mStackScroller

704                 boolean isVisible = mStackScroller.isInVisibleLocation(entry.row);
1017 mStackScroller = (NotificationStackScrollLayout) mStatusBarWindow.findViewById(
1021 mAboveShelfObserver = new AboveShelfObserver(mStackScroller);
1080 mStackScroller.setLongPressListener(getNotificationLongClicker());
1081 mStackScroller.setStatusBar(this);
1082 mStackScroller.setGroupManager(mGroupManager);
1083 mStackScroller.setHeadsUpManager(mHeadsUpManager);
1084 mGroupManager.setOnGroupChangeListener(mStackScroller);
1085 mVisualStabilityManager.setVisibilityLocationProvider(mStackScroller);
1089 mExpandedContents = mStackScroller;
1149 mStackScroller.setDrawBackgroundAsSrc(asSrc);
1156 mStackScroller.setScrimController(mScrimController);
1292 R.layout.status_bar_notification_shelf, mStackScroller, false);
1294 mStackScroller.setShelf(mNotificationShelf);
1408 if (mStackScroller == null) {
1412 R.layout.status_bar_no_notifications, mStackScroller, false);
1413 mStackScroller.setEmptyShadeView(mEmptyShadeView);
1417 if (!mClearAllEnabled || mStackScroller == null) {
1422 R.layout.status_bar_notification_dismiss_all, mStackScroller, false);
1430 mStackScroller.setDismissView(mDismissView);
1447 int numChildren = mStackScroller.getChildCount();
1452 final View child = mStackScroller.getChildAt(i);
1457 if (mStackScroller.canChildBeDismissed(child)) {
1473 && mStackScroller.canChildBeDismissed(childRow)) {
1492 mStackScroller.setDismissAllInProgress(false);
1494 if (mStackScroller.canChildBeDismissed(rowToRemove)) {
1519 mStackScroller.setDismissAllInProgress(true);
1533 mStackScroller.dismissViewAnimated(view, endRunnable, totalDelay, 260);
1832 mStackScroller.cleanUpViewState(entry.row);
1913 if (mStackScroller.hasPulsingNotifications() && mHeadsUpManager.getAllEntries().isEmpty()) {
1922 if (mStackScroller == null) return;
1973 for (int i=0; i< mStackScroller.getChildCount(); i++) {
1974 View child = mStackScroller.getChildAt(i);
1983 mStackScroller.setChildTransferInProgress(true);
1988 mStackScroller.removeView(remove);
1989 mStackScroller.setChildTransferInProgress(false);
1998 mStackScroller.addView(v);
2005 // Let's do that now by advancing through toShow and mStackScroller in
2006 // lock-step, making sure mStackScroller matches what we see in toShow.
2008 for (int i = 0; i < mStackScroller.getChildCount(); i++) {
2009 View child = mStackScroller.getChildAt(i);
2020 mStackScroller.changeViewPosition(targetChild, i);
2076 for (int i = 0; i < mStackScroller.getChildCount(); i++) {
2077 View view = mStackScroller.getChildAt(i);
2100 mStackScroller.notifyGroupChildAdded(childView);
2108 mStackScroller.generateChildOrderChangedEvent();
2115 for (int i = 0; i < mStackScroller.getChildCount(); i++) {
2116 View view = mStackScroller.getChildAt(i);
2140 mStackScroller.notifyGroupChildRemoved(remove,
2170 mStackScroller.updateDismissView(showDismissView);
2177 int childCount = mStackScroller.getChildCount();
2179 View child = mStackScroller.getChildAt(i);
2200 final int N = mStackScroller.getChildCount();
2202 View view = mStackScroller.getChildAt(i);
2213 mStackScroller.updateSpeedBumpIndex(speedBumpIndex, noAmbient);
2757 mStackScroller.runAfterAnimationFinished(new Runnable() {
2858 return mStackScroller;
3522 pw.println(" mStackScroller: " + viewInfo(mStackScroller));
3523 pw.println(" mStackScroller: " + viewInfo(mStackScroller)
3524 + " scroll " + mStackScroller.getScrollX()
3525 + "," + mStackScroller.getScrollY());
3576 pw.println(" mStackScroller: ");
3577 if (mStackScroller != null) {
3579 mStackScroller.dump(fd, pw, args);
4004 mStackScroller.setChildLocationsChangedListener(null);
4008 mStackScroller.setChildLocationsChangedListener(mNotificationLocationsChangedListener);
4015 mNotificationLocationsChangedListener.onChildLocationsChanged(mStackScroller);
4412 mStackScroller.setParentNotFullyVisible(true);
4671 final boolean inflated = mStackScroller != null;
4708 mStackScroller.updateDecorViews(useDarkText);
4720 mStackScroller.setDark(mDozing, animate, mWakeUpTouchLocation);
4731 if (mStackScroller == null) return;
4734 mStackScroller.setHideSensitive(publicMode, goingToFullShade);
4735 mStackScroller.setDimmed(onKeyguard, fromShadeLocked /* animate */);
4736 mStackScroller.setExpandingEnabled(!onKeyguard);
4737 ActivatableNotificationView activatedChild = mStackScroller.getActivatedChild();
4738 mStackScroller.setActivatedChild(null);
4830 mStackScroller.setActivatedChild(view);
4838 ActivatableNotificationView previousView = mStackScroller.getActivatedChild();
4865 mStackScroller.setStatusBarState(state);
4875 if (view == mStackScroller.getActivatedChild()) {
4876 mStackScroller.setActivatedChild(null);
4990 mStackScroller.setDimmed(true /* dimmed */, true /* animated */);
4991 mStackScroller.resetScrollPosition();
4992 mStackScroller.resetCheckSnoozeLeavebehind();
4997 mStackScroller.setDimmed(!above /* dimmed */, true /* animate */);
5002 mStackScroller.removeLongPressCallback();
5003 mStackScroller.checkSnoozeLeavebehind();
5208 mStackScroller.onGoToKeyguard();
5247 mStackScroller.setAnimationsEnabled(false);
5280 mStackScroller.setAnimationsEnabled(true);
5559 mStackScroller.setPulsing(pulsing);
5700 protected NotificationStackScrollLayout mStackScroller;
6381 mStackScroller.onHeightChanged(row, !isPanelFullyCollapsed() /* needsAnimation */);
6397 snoozeGuts.setSnoozeListener(mStackScroller.getSwipeActionHelper());
6401 mStackScroller.onHeightChanged(row, row.isShown() /* needsAnimation */);
6562 mStackScroller.onHeightChanged(row, true /* needsAnimation */);
6595 mStackScroller.resetExposedMenuView(false /* animate */, true /* force */);
7225 inflateViews(entry, mStackScroller);
7242 final int N = mStackScroller.getChildCount();
7250 mStackScroller.setMaxDisplayedNotifications(maxNotifications);
7253 View child = mStackScroller.getChildAt(i);
7292 mStackScroller.generateAddAnimation(entry.row,
7309 // The following views will be moved to the end of mStackScroller. This counter represents
7315 mStackScroller.changeViewPosition(mDismissView,
7316 mStackScroller.getChildCount() - offsetFromEnd++);
7319 mStackScroller.changeViewPosition(mEmptyShadeView,
7320 mStackScroller.getChildCount() - offsetFromEnd++);
7324 mStackScroller.changeViewPosition(mNotificationShelf,
7325 mStackScroller.getChildCount() - offsetFromEnd);
7328 mScrimController.setNotificationCount(mStackScroller.getNotGoneChildCount());
7395 inflateViews(entry, mStackScroller);
7409 mStackScroller.snapViewIfNeeded(entry.row);