Searched refs:SwipeableView (Results 1 – 4 of 4) sorted by relevance
141 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()
24 public interface SwipeableView { interface
33 StackScrollerDecorView(context, attrs), SwipeableView { in <lambda>()
104 import com.android.systemui.statusbar.notification.stack.SwipeableView;126 implements PluginListener<NotificationMenuRowPlugin>, SwipeableView {