Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java83 import com.android.systemui.statusbar.notification.row.FooterView;
441 FooterView view = mock(FooterView.class); in manageNotifications_visible()
453 FooterView view = mock(FooterView.class); in clearAll_visible()
466 ArgumentCaptor<FooterView> captor = ArgumentCaptor.forClass(FooterView.class); in testInflateFooterView()
478 FooterView view = mock(FooterView.class); in testUpdateFooter_noNotifications()
494 FooterView view = mock(FooterView.class); in testUpdateFooter_remoteInput()
509 FooterView view = mock(FooterView.class); in testUpdateFooter_withoutNotifications()
524 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification()
540 FooterView view = mock(FooterView.class); in testUpdateFooter_withoutHistory()
555 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification_beforeUserSetup()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java42 public class FooterView extends StackScrollerDecorView { class
56 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFooterViewTest.java45 FooterView mView;
49 mView = (FooterView) LayoutInflater.from(mContext).inflate( in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java42 import com.android.systemui.statusbar.notification.row.FooterView;
156 } else if (view instanceof FooterView) { in updateAlphaState()
243 } else if (view instanceof FooterView) { in logView()
430 && !(view instanceof FooterView) in initAlgorithmState()
585 if (view instanceof FooterView) {
594 ((FooterView.FooterViewState) viewState).hideContent =
710 && !(child instanceof FooterView); in childNeedsGapHeight()
DNotificationStackScrollLayout.java112 import com.android.systemui.statusbar.notification.row.FooterView;
269 protected FooterView mFooterView;
4655 void setFooterView(@NonNull FooterView footerView) { in setFooterView()
5485 FooterView footerView = (FooterView) LayoutInflater.from(mContext).inflate( in inflateFooterView()