Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java589 private boolean mTouchDisabled; field in NotificationPanelViewController
3233 mTouchDisabled = disabled;
3234 if (mTouchDisabled) {
3591 ipw.print("mTouchDisabled="); ipw.println(mTouchDisabled);
4943 if (mInstantExpanding || !mNotificationsDragEnabled || mTouchDisabled) {
4945 !mNotificationsDragEnabled, mTouchDisabled);
5171 if (mTouchDisabled && event.getActionMasked() != MotionEvent.ACTION_CANCEL) {