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.java163 assertThat(mNotificationPanelView.isTrackingBlocked()).isFalse(); in testOnTouchEvent_expansionCanBeBlocked()
171 assertThat(mNotificationPanelView.isTrackingBlocked()).isTrue(); in testOnTouchEvent_expansionCanBeBlocked()
176 assertThat(mNotificationPanelView.isTrackingBlocked()).isFalse(); in testOnTouchEvent_expansionCanBeBlocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java394 !isTrackingBlocked()) { in onTouchEvent()
845 if (mTracking && !isTrackingBlocked()) { in requestPanelHeightUpdate()
895 protected abstract boolean isTrackingBlocked(); in isTrackingBlocked() method in PanelView
DNotificationPanelView.java2436 protected boolean isTrackingBlocked() { in isTrackingBlocked() method in NotificationPanelView