Searched refs:StackScrollerDecorView (Results 1 – 8 of 8) sorted by relevance
28 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;31 public class EmptyShadeView extends StackScrollerDecorView {
30 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView in <lambda>()33 StackScrollerDecorView(context, attrs), SwipeableView { in <lambda>()
32 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;38 public class SectionHeaderView extends StackScrollerDecorView {
40 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView in <lambda>()265 private fun <T : StackScrollerDecorView> decorViewHeaderState( in <lambda>()
144 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;1651 || slidingChild instanceof StackScrollerDecorView) {1691 || (ignoreDecors && slidingChild instanceof StackScrollerDecorView)) {2733 if (child.getVisibility() != View.GONE && !(child instanceof StackScrollerDecorView)2746 if (child.getVisibility() != View.GONE && !(child instanceof StackScrollerDecorView)2760 if (child.getVisibility() != View.GONE && !(child instanceof StackScrollerDecorView)
32 public abstract class StackScrollerDecorView extends ExpandableView { class62 public StackScrollerDecorView(Context context, AttributeSet attrs) { in StackScrollerDecorView() method in StackScrollerDecorView
26 : StackScrollerDecorView(context, attrs) {
28 public class FooterView extends StackScrollerDecorView {