HomeSort by relevance Sort by last modified time
    Searched full:mstackscrolllayout (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 49 private NotificationStackScrollLayout mStackScrollLayout;
92 mStackScrollLayout = (NotificationStackScrollLayout) findViewById(
95 mDragDownHelper = new DragDownHelper(getContext(), this, mStackScrollLayout, mService);
169 && mStackScrollLayout.getVisibility() == View.VISIBLE
184 mStackScrollLayout.onInterceptTouchEvent(cancellation);
240 if (mStackScrollLayout != null) {
241 mStackScrollLayout.cancelExpandHelper();

Completed in 679 milliseconds