Searched refs:shouldIgnoreTouch (Results 1 – 4 of 4) sorted by relevance
79 override fun shouldIgnoreTouch() = false in shouldIgnoreTouch() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
280 boolean shouldIgnoreTouch(); in shouldIgnoreTouch() method
2844 public boolean shouldIgnoreTouch() { in shouldIgnoreTouch() method
329 if (!isCancel && mService.shouldIgnoreTouch()) { in setupExpandedStatusBar()