Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1767 expandWantsIt = mView.getExpandHelper().onInterceptTouchEvent(ev);
1821 ExpandHelper expandHelper = mView.getExpandHelper();
H A DNotificationStackScrollLayout.java5380 ExpandHelper getExpandHelper() { in getExpandHelper() method