Home
last modified time | relevance | path

Searched refs:getExpandHelper (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java209 when(mStackScroller.getExpandHelper()).thenReturn(mExpandHelper); in setUp()
1146 verify(mStackScroller.getExpandHelper()).finishExpanding(); in finishExpanding_sceneContainerEnabled()
DNotificationStackScrollLayoutControllerTest.java924 when(mNotificationStackScrollLayout.getExpandHelper()).thenReturn(mExpandHelper); in stopExpandingNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1990 expandWantsIt = mView.getExpandHelper().onInterceptTouchEvent(ev);
2044 ExpandHelper expandHelper = mView.getExpandHelper();
DNotificationStackScrollLayout.java3510 getExpandHelper().finishExpanding(); in startOverscrollAfterExpanding()
5625 ExpandHelper getExpandHelper() { in getExpandHelper() method