Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java178 assertThat(mNotificationPanelView.isTrackingBlocked()).isFalse(); in testOnTouchEvent_expansionCanBeBlocked()
186 assertThat(mNotificationPanelView.isTrackingBlocked()).isTrue(); in testOnTouchEvent_expansionCanBeBlocked()
191 assertThat(mNotificationPanelView.isTrackingBlocked()).isFalse(); in testOnTouchEvent_expansionCanBeBlocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java394 !isTrackingBlocked()) { in onTouchEvent()
853 if (mTracking && !isTrackingBlocked()) { in requestPanelHeightUpdate()
903 protected abstract boolean isTrackingBlocked(); in isTrackingBlocked() method in PanelView
DNotificationPanelView.java2740 protected boolean isTrackingBlocked() { in isTrackingBlocked() method in NotificationPanelView