Home
last modified time | relevance | path

Searched refs:StackScrollerDecorView (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DSectionHeaderView.java32 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;
38 public class SectionHeaderView extends StackScrollerDecorView {
DStackStateAnimator.java39 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;
207 boolean isDecorView = child instanceof StackScrollerDecorView; in adaptDurationWhenGoingToFullShade()
DNotificationStackScrollLayout.java113 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;
1853 || (ignoreDecors && slidingChild instanceof StackScrollerDecorView)) {
2005 ((StackScrollerDecorView) child).setContentVisible(
2556 if (child.getVisibility() != View.GONE && !(child instanceof StackScrollerDecorView)
2568 if (child.getVisibility() != View.GONE && !(child instanceof StackScrollerDecorView)
2583 && !(child instanceof StackScrollerDecorView)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DEmptyShadeView.java33 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;
36 public class EmptyShadeView extends StackScrollerDecorView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java35 public abstract class StackScrollerDecorView extends ExpandableView { class
46 public StackScrollerDecorView(Context context, AttributeSet attrs) { in StackScrollerDecorView() method in StackScrollerDecorView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java47 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;
57 public class FooterView extends StackScrollerDecorView {