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.java65 import com.android.systemui.statusbar.notification.row.FooterView;
258 FooterView view = mock(FooterView.class); in manageNotifications_visible()
270 FooterView view = mock(FooterView.class); in clearAll_visible()
283 ArgumentCaptor<FooterView> captor = ArgumentCaptor.forClass(FooterView.class); in testInflateFooterView()
293 FooterView view = mock(FooterView.class); in testUpdateFooter_noNotifications()
312 FooterView view = mock(FooterView.class); in testUpdateFooter_remoteInput()
327 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification()
346 FooterView view = mock(FooterView.class); in testUpdateFooter_oneNonClearableNotification()
370 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(expected)); in testUpdateFooter_atEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java30 public class FooterView extends StackScrollerDecorView { class
36 public FooterView(Context context, AttributeSet attrs) { in FooterView() method in FooterView
136 if (view instanceof FooterView) { in applyToView()
137 FooterView footerView = (FooterView) view; in applyToView()
/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.java33 import com.android.systemui.statusbar.notification.row.FooterView;
295 && !(view instanceof FooterView) in initAlgorithmState()
423 if (view instanceof FooterView) { in updateChild()
432 ((FooterView.FooterViewState) viewState).hideContent = in updateChild()
524 && !(child instanceof FooterView); in childNeedsGapHeight()
DNotificationStackScrollLayout.java104 import com.android.systemui.statusbar.notification.row.FooterView;
259 protected FooterView mFooterView;
4362 void setFooterView(@NonNull FooterView footerView) { in setFooterView()
5081 FooterView footerView = (FooterView) LayoutInflater.from(mContext).inflate( in inflateFooterView()