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/
DNotificationPanelViewController.java406 private boolean mBlockTouches; field in NotificationPanelViewController
1501 mBlockTouches = false; in resetViews()
3876 if (mBlockTouches || mQsFullyExpanded && mQs.disallowPanelTouches()) { in createTouchHandler()
3916 if (mBlockTouches || (mQsFullyExpanded && mQs != null in createTouchHandler()
4178 mBlockTouches = true; in onAnimationToSideStarted()