Searched defs:mStackScrollLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java49 private NotificationStackScrollLayout mStackScrollLayout; field in class:StatusBarWindowView
92 mStackScrollLayout = (NotificationStackScrollLayout) findViewById(
95 mDragDownHelper = new DragDownHelper(getContext(), this, mStackScrollLayout, mService);
169 && mStackScrollLayout.getVisibility() == View.VISIBLE
185 mStackScrollLayout.onInterceptTouchEvent(cancellation);
241 if (mStackScrollLayout != null) {
242 mStackScrollLayout.cancelExpandHelper();

Completed in 28 milliseconds