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.java175 private boolean mBlockTouches; field in NotificationPanelView
534 mBlockTouches = false; in resetViews()
608 if (mBlockTouches || mQs.isCustomizing()) { in onInterceptTouchEvent()
773 if (mBlockTouches || (mQs != null && mQs.isCustomizing())) { in onTouchEvent()
1903 mBlockTouches = true; in onAnimationToSideStarted()