Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java164 private boolean mNotificationsDragEnabled; field in PanelViewController
271 mNotificationsDragEnabled = mResources.getBoolean( in PanelViewController()
1155 if (mInstantExpanding || !mNotificationsDragEnabled || mTouchDisabled || (mMotionAborted in onInterceptTouchEvent()
1252 if (!mNotificationsDragEnabled) { in onTouch()