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 551 (mStackScroller.getChildLocation(entry.row) & VISIBLE_LOCATIONS) != 0;
724 mStackScroller = (NotificationStackScrollLayout) mStatusBarWindow.findViewById(
726 mStackScroller.setLongPressListener(getNotificationLongClicker());
727 mStackScroller.setPhoneStatusBar(this);
731 R.layout.status_bar_notification_keyguard_overflow, mStackScroller, false);
734 mStackScroller.addView(mKeyguardIconOverflowContainer);
737 R.layout.status_bar_notification_speed_bump, mStackScroller, false);
738 mStackScroller.setSpeedBumpView(speedBump);
740 R.layout.status_bar_no_notifications, mStackScroller, false);
741 mStackScroller.setEmptyShadeView(mEmptyShadeView)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java 67 TaskStackViewScroller mStackScroller;
112 mStackScroller = new TaskStackViewScroller(context, mConfig, mLayoutAlgorithm);
113 mStackScroller.setCallbacks(this);
114 mTouchHandler = new TaskStackViewTouchHandler(context, this, mConfig, mStackScroller);
182 mStackScroller.reset();
294 float stackScroll = mStackScroller.getStackScroll();
422 mStackScroller.boundScroll();
428 return mStackScroller;
461 newScroll = mStackScroller.getBoundedStackScroll(newScroll);
462 mStackScroller.animateScroll(mStackScroller.getStackScroll(), newScroll, postScrollRunnable)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 155 protected NotificationStackScrollLayout mStackScroller;
    [all...]

Completed in 113 milliseconds