Home
last modified time | relevance | path

Searched refs:mBlockTouches (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java287 private boolean mBlockTouches; field in NotificationPanelView
930 mBlockTouches = false; in resetViews()
1022 if (mBlockTouches || mQsFullyExpanded && mQs.onInterceptTouchEvent(event)) { in onInterceptTouchEvent()
1223 if (mBlockTouches || (mQs != null && mQs.isCustomizing())) { in onTouchEvent()
2585 mBlockTouches = true; in onAnimationToSideStarted()