Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt79 override fun shouldIgnoreTouch() = false in shouldIgnoreTouch() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java280 boolean shouldIgnoreTouch(); in shouldIgnoreTouch() method
DCentralSurfacesImpl.java2844 public boolean shouldIgnoreTouch() { in shouldIgnoreTouch() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java329 if (!isCancel && mService.shouldIgnoreTouch()) { in setupExpandedStatusBar()