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
34 public FooterView(Context context, AttributeSet attrs) { in FooterView() method in FooterView
115 if (view instanceof FooterView) { in applyToView()
116 FooterView footerView = (FooterView) view; in applyToView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java85 import com.android.systemui.statusbar.notification.row.FooterView;
317 FooterView view = mock(FooterView.class); in manageNotifications_visible()
329 FooterView view = mock(FooterView.class); in clearAll_visible()
342 ArgumentCaptor<FooterView> captor = ArgumentCaptor.forClass(FooterView.class); in testInflateFooterView()
354 FooterView view = mock(FooterView.class); in testUpdateFooter_noNotifications()
373 FooterView view = mock(FooterView.class); in testUpdateFooter_remoteInput()
392 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification()
406 FooterView view = mock(FooterView.class); in testUpdateFooter_oneNonClearableNotification()
430 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(expected)); in testUpdateFooter_atEnd()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFooterViewTest.java43 FooterView mView;
47 mView = (FooterView) LayoutInflater.from(mContext).inflate( in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java34 import com.android.systemui.statusbar.notification.row.FooterView;
425 boolean isFooterView = child instanceof FooterView; in updateChild()
DNotificationStackScrollLayout.java138 import com.android.systemui.statusbar.notification.row.FooterView;
303 protected FooterView mFooterView;
5022 public void setFooterView(@NonNull FooterView footerView) {
5780 FooterView footerView = (FooterView) LayoutInflater.from(mContext).inflate(