Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java86 import com.android.systemui.statusbar.notification.row.FooterView;
435 FooterView view = mock(FooterView.class); in manageNotifications_visible()
447 FooterView view = mock(FooterView.class); in clearAll_visible()
460 ArgumentCaptor<FooterView> captor = ArgumentCaptor.forClass(FooterView.class); in testInflateFooterView()
472 FooterView view = mock(FooterView.class); in testUpdateFooter_noNotifications()
488 FooterView view = mock(FooterView.class); in testUpdateFooter_remoteInput()
503 FooterView view = mock(FooterView.class); in testUpdateFooter_withoutNotifications()
518 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification()
534 FooterView view = mock(FooterView.class); in testUpdateFooter_withoutHistory()
549 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification_beforeUserSetup()
[all …]
H A DStackScrollAlgorithmTest.kt17 import com.android.systemui.statusbar.notification.row.FooterView
18 import com.android.systemui.statusbar.notification.row.FooterView.FooterViewState
52 private val footerView = FooterView(context, /*attrs=*/null)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java44 public class FooterView extends StackScrollerDecorView { class
58 public FooterView(Context context, AttributeSet attrs) { in FooterView() method in FooterView
221 if (view instanceof FooterView) { in applyToView()
222 FooterView footerView = (FooterView) view; in applyToView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFooterViewTest.java45 FooterView mView;
49 mView = (FooterView) LayoutInflater.from(mContext).inflate( in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java39 import com.android.systemui.statusbar.notification.row.FooterView;
152 } else if (view instanceof FooterView) { in updateAlphaState()
235 } else if (view instanceof FooterView) { in logView()
415 && !(view instanceof FooterView) in initAlgorithmState()
570 if (view instanceof FooterView) {
579 ((FooterView.FooterViewState) viewState).hideContent =
699 && !(child instanceof FooterView); in childNeedsGapHeight()
H A DNotificationStackScrollLayout.java114 import com.android.systemui.statusbar.notification.row.FooterView;
270 protected FooterView mFooterView;
4525 void setFooterView(@NonNull FooterView footerView) { in setFooterView()
5135 if (child instanceof FooterView) { in dump()
5366 FooterView footerView = (FooterView) LayoutInflater.from(mContext).inflate( in inflateFooterView()