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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java106 private boolean mQsExpanded; field in class:NotificationPanelView
280 if (mQsExpanded) {
529 return !mQsExpanded && super.onInterceptTouchEvent(event);
583 && !mQsExpanded
591 && mStatusBar.getBarState() != StatusBarState.KEYGUARD && !mQsExpanded
798 boolean changed = mQsExpanded != expanded;
800 mQsExpanded = expanded;
998 boolean expandVisually = mQsExpanded || mStackScrollerOverscrolling;
999 mHeader.setVisibility((mQsExpanded || !mKeyguardShowing) ? View.VISIBLE : View.INVISIBLE);
1000 mHeader.setExpanded(mKeyguardShowing || (mQsExpanded
[all...]

Completed in 41 milliseconds