Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java577 NotificationSwipeHelper swipeHelper = new NotificationSwipeHelper( in build() local
581 mDumpManager.registerDumpable(swipeHelper); in build()
582 return swipeHelper; in build()
H A DNotificationStackScrollLayout.java1035 void initView(Context context, NotificationSwipeHelper swipeHelper, in initView() argument
1038 mSwipeHelper = swipeHelper; in initView()