Searched refs:StackScrollerDecorView (Results 1 – 9 of 9) 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.StackScrollerDecorView33 StackScrollerDecorView(context, attrs), SwipeableView {
32 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;38 public class SectionHeaderView extends StackScrollerDecorView {
37 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView225 private fun <T : StackScrollerDecorView> decorViewHeaderState(
33 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;175 boolean isDecorView = child instanceof StackScrollerDecorView; in adaptDurationWhenGoingToFullShade()
103 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;1593 || (ignoreDecors && slidingChild instanceof StackScrollerDecorView)) {1741 ((StackScrollerDecorView) child).setContentVisible(2460 if (child.getVisibility() != View.GONE && !(child instanceof StackScrollerDecorView)2473 if (child.getVisibility() != View.GONE && !(child instanceof StackScrollerDecorView)2488 && !(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) {
33 public class FooterView extends StackScrollerDecorView {