Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java28 public class FooterView extends StackScrollerDecorView { class
33 public FooterView(Context context, AttributeSet attrs) { in FooterView() method in FooterView
99 if (view instanceof FooterView) { in applyToView()
100 FooterView footerView = (FooterView) view; in applyToView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java72 import com.android.systemui.statusbar.notification.row.FooterView;
276 FooterView view = mock(FooterView.class); in manageNotifications_visible()
288 FooterView view = mock(FooterView.class); in clearAll_visible()
301 ArgumentCaptor<FooterView> captor = ArgumentCaptor.forClass(FooterView.class); in testInflateFooterView()
377 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(-1 /* end */)); in testUpdateFooter_atEnd()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFooterViewTest.java42 FooterView mView;
46 mView = (FooterView) LayoutInflater.from(mContext).inflate( in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java31 import com.android.systemui.statusbar.notification.row.FooterView;
435 boolean isFooterView = child instanceof FooterView; in updateChild()
DNotificationStackScrollLayout.java122 import com.android.systemui.statusbar.notification.row.FooterView;
282 protected FooterView mFooterView;
4855 public void setFooterView(@NonNull FooterView footerView) {
5622 FooterView footerView = (FooterView) LayoutInflater.from(mContext).inflate(