Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java295 final View swipedView = getSwipedView(); in onInterceptTouchEvent() local
296 if (!previousIsSwiping && swipedView != null) { in onInterceptTouchEvent()
297 InteractionJankMonitor.getInstance().begin(swipedView, in onInterceptTouchEvent()
DNotificationStackScrollLayout.java5202 View swipedView = mSwipeHelper.getSwipedView(); in dump()
5203 pw.println("Swiped view: " + swipedView); in dump()
5204 if (swipedView instanceof ExpandableView expandableView) { in dump()