Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java28 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;
31 public class EmptyShadeView extends StackScrollerDecorView {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DPeopleHubView.kt30 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView
33 StackScrollerDecorView(context, attrs), SwipeableView {
H A DSectionHeaderView.java32 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;
38 public class SectionHeaderView extends StackScrollerDecorView {
H A DNotificationSectionsManager.kt37 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView
225 private fun <T : StackScrollerDecorView> decorViewHeaderState(
H A DStackStateAnimator.java33 import com.android.systemui.statusbar.notification.row.StackScrollerDecorView;
175 boolean isDecorView = child instanceof StackScrollerDecorView; in adaptDurationWhenGoingToFullShade()
H A DNotificationStackScrollLayout.java103 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)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java32 public abstract class StackScrollerDecorView extends ExpandableView { class
62 public StackScrollerDecorView(Context context, AttributeSet attrs) { in StackScrollerDecorView() method in StackScrollerDecorView
H A DForegroundServiceDungeonView.kt26 : StackScrollerDecorView(context, attrs) {
H A DFooterView.java33 public class FooterView extends StackScrollerDecorView {