Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java445 private View mReportRejectedTouch; field in CentralSurfacesImpl
1307 mReportRejectedTouch = getNotificationShadeWindowView() in makeStatusBarView()
1309 if (mReportRejectedTouch != null) { in makeStatusBarView()
1311 mReportRejectedTouch.setOnClickListener(v -> { in makeStatusBarView()
1567 if (mReportRejectedTouch == null) { in updateReportRejectedTouchVisibility()
1570 mReportRejectedTouch.setVisibility(mState == StatusBarState.KEYGUARD && !mDozing in updateReportRejectedTouchVisibility()