Searched refs:isTrackingBlocked (Results 1 – 3 of 3) sorted by relevance
178 assertThat(mNotificationPanelView.isTrackingBlocked()).isFalse(); in testOnTouchEvent_expansionCanBeBlocked()186 assertThat(mNotificationPanelView.isTrackingBlocked()).isTrue(); in testOnTouchEvent_expansionCanBeBlocked()191 assertThat(mNotificationPanelView.isTrackingBlocked()).isFalse(); in testOnTouchEvent_expansionCanBeBlocked()
394 !isTrackingBlocked()) { in onTouchEvent()853 if (mTracking && !isTrackingBlocked()) { in requestPanelHeightUpdate()903 protected abstract boolean isTrackingBlocked(); in isTrackingBlocked() method in PanelView
2740 protected boolean isTrackingBlocked() { in isTrackingBlocked() method in NotificationPanelView