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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java 35 private NotificationStackScrollLayout mStackScroller;
50 mStackScroller = stackScroller;
78 ExpandableView child = mStackScroller.getChildAtRawPosition(x, y);
82 mTouchingHeadsUpView = !mStackScroller.isExpanded()
NotificationsQuickSettingsContainer.java 41 private View mStackScroller;
59 mStackScroller = findViewById(R.id.notification_stack_scroller);
60 mStackScrollerMargin = ((LayoutParams) mStackScroller.getLayoutParams()).bottomMargin;
71 reloadWidth(mStackScroller);
94 View stackQsTop = qsBottom ? mStackScroller : mQsContainer;
95 View stackQsBottom = !qsBottom ? mStackScroller : mQsContainer;
103 } else if (child == mStackScroller) {
155 setBottomMargin(mStackScroller, 0);
158 setBottomMargin(mStackScroller, mStackScrollerMargin);
PhoneStatusBar.java 619 (mStackScroller.getChildLocation(entry.row) & VISIBLE_LOCATIONS) != 0;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessMirrorController.java 35 private final NotificationStackScrollLayout mStackScroller;
50 mStackScroller = (NotificationStackScrollLayout) statusBarWindow.findViewById(
56 mStackScroller.setFadingOut(true);
70 mStackScroller.setFadingOut(false);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java 140 private TaskStackViewScroller mStackScroller;
258 mStackScroller = new TaskStackViewScroller(context, this, mLayoutAlgorithm);
259 mTouchHandler = new TaskStackViewTouchHandler(context, this, mStackScroller);
333 mStackScroller.reset();
367 mStackScroller.setStackScrollToInitialState();
559 mStackScroller.getStackScroll(), targetStackScroll, mIgnoreTasks,
673 bindVisibleTaskViews(mStackScroller.getStackScroll(),
734 mLayoutAlgorithm.getStackTransform(task, mStackScroller.getStackScroll(),
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 173 protected NotificationStackScrollLayout mStackScroller;
    [all...]

Completed in 799 milliseconds