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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java146 private boolean mTwoFingerQsExpand; field in class:NotificationPanelView
605 if (!mTwoFingerQsExpand && mQsTracking) {
622 mTwoFingerQsExpand = true;
1213 if (mTwoFingerQsExpand || mQsExpanded || mIsExpanding && mQsExpandedWhenExpandingStarted) {
1231 if (mTwoFingerQsExpand || mQsExpanded && !mQsTracking && mQsExpansionAnimator == null
1423 mTwoFingerQsExpand = false;
1441 if (mConflictingQsExpansionGesture || mTwoFingerQsExpand) {
1464 mTwoFingerQsExpand = true;
1668 && mNotificationStackScroller.isScrolledToBottom() && !mTwoFingerQsExpand;

Completed in 25 milliseconds