Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DEmptyShadeView.java28 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;
31 public class EmptyShadeView extends StackScrollerDecorView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DPeopleHubView.kt30 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView in <lambda>()
33 StackScrollerDecorView(context, attrs), SwipeableView { in <lambda>()
DSectionHeaderView.java32 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;
38 public class SectionHeaderView extends StackScrollerDecorView {
DNotificationSectionsManager.kt40 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView in <lambda>()
265 private fun <T : StackScrollerDecorView> decorViewHeaderState( in <lambda>()
DNotificationStackScrollLayout.java144 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)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java32 public abstract class StackScrollerDecorView extends ExpandableView { class
62 public StackScrollerDecorView(Context context, AttributeSet attrs) { in StackScrollerDecorView() method in StackScrollerDecorView
DForegroundServiceDungeonView.kt26 : StackScrollerDecorView(context, attrs) {
DFooterView.java28 public class FooterView extends StackScrollerDecorView {