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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java117 private boolean mConflictingQsExpansionGesture; field in class:NotificationPanelView
753 mConflictingQsExpansionGesture = true;
764 if (!mConflictingQsExpansionGesture) {
769 mConflictingQsExpansionGesture = false;
1817 if (mConflictingQsExpansionGesture || mQsExpandImmediate) {
2112 return mConflictingQsExpansionGesture && mQsExpanded;

Completed in 32 milliseconds