Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java141 if (currView instanceof SwipeableView) { in onDownUpdate()
142 initializeRow((SwipeableView) currView); in onDownUpdate()
147 protected void initializeRow(SwipeableView row) { in initializeRow()
334 if (v instanceof SwipeableView) { in setTranslation()
335 ((SwipeableView) v).setTranslation(translate); in setTranslation()
341 if (v instanceof SwipeableView) { in getTranslation()
342 return ((SwipeableView) v).getTranslation(); in getTranslation()
431 } else if (prevMenuExposedView instanceof SwipeableView) { in resetExposedMenuView()
432 SwipeableView row = (SwipeableView) prevMenuExposedView; in resetExposedMenuView()
DSwipeableView.java24 public interface SwipeableView { interface
DPeopleHubView.kt33 StackScrollerDecorView(context, attrs), SwipeableView { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java104 import com.android.systemui.statusbar.notification.stack.SwipeableView;
126 implements PluginListener<NotificationMenuRowPlugin>, SwipeableView {