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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java99 private boolean mConflictingQsExpansionGesture; field in class:NotificationPanelView
596 mConflictingQsExpansionGesture = true;
607 if (!mConflictingQsExpansionGesture) {
613 mConflictingQsExpansionGesture = false;
1441 if (mConflictingQsExpansionGesture || mTwoFingerQsExpand) {
1683 return mConflictingQsExpansionGesture && mQsExpanded;

Completed in 35 milliseconds