Searched refs:isTrackingBlocked (Results 1 – 3 of 3) sorted by relevance
163 assertThat(mNotificationPanelView.isTrackingBlocked()).isFalse(); in testOnTouchEvent_expansionCanBeBlocked()171 assertThat(mNotificationPanelView.isTrackingBlocked()).isTrue(); in testOnTouchEvent_expansionCanBeBlocked()176 assertThat(mNotificationPanelView.isTrackingBlocked()).isFalse(); in testOnTouchEvent_expansionCanBeBlocked()
394 !isTrackingBlocked()) { in onTouchEvent()845 if (mTracking && !isTrackingBlocked()) { in requestPanelHeightUpdate()895 protected abstract boolean isTrackingBlocked(); in isTrackingBlocked() method in PanelView
2436 protected boolean isTrackingBlocked() { in isTrackingBlocked() method in NotificationPanelView