HomeSort by relevance Sort by last modified time
    Searched refs:mStackScroller (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationsQuickSettingsContainer.java 38 private View mStackScroller;
50 mStackScroller = findViewById(R.id.notification_stack_scroller);
71 return super.drawChild(canvas, mStackScroller, drawingTime);
72 } else if (child == mStackScroller) {
PhoneStatusBar.java 537 (mStackScroller.getChildLocation(entry.row) & VISIBLE_LOCATIONS) != 0;
707 mStackScroller = (NotificationStackScrollLayout) mStatusBarWindow.findViewById(
709 mStackScroller.setLongPressListener(getNotificationLongClicker());
710 mStackScroller.setPhoneStatusBar(this);
714 R.layout.status_bar_notification_keyguard_overflow, mStackScroller, false);
717 mStackScroller.addView(mKeyguardIconOverflowContainer);
720 R.layout.status_bar_notification_speed_bump, mStackScroller, false);
721 mStackScroller.setSpeedBumpView(speedBump);
723 R.layout.status_bar_no_notifications, mStackScroller, false);
724 mStackScroller.setEmptyShadeView(mEmptyShadeView)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java 67 TaskStackViewScroller mStackScroller;
126 mStackScroller = new TaskStackViewScroller(context, mConfig, mLayoutAlgorithm);
127 mStackScroller.setCallbacks(this);
128 mTouchHandler = new TaskStackViewTouchHandler(context, this, mConfig, mStackScroller);
280 float stackScroll = mStackScroller.getStackScroll();
408 mStackScroller.boundScroll();
414 return mStackScroller;
447 newScroll = mStackScroller.getBoundedStackScroll(newScroll);
448 mStackScroller.animateScroll(mStackScroller.getStackScroll(), newScroll, postScrollRunnable)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 151 protected NotificationStackScrollLayout mStackScroller;
    [all...]

Completed in 130 milliseconds