Searched refs:FooterView (Results 1 – 5 of 5) sorted by relevance
65 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()
30 public class FooterView extends StackScrollerDecorView { class36 public FooterView(Context context, AttributeSet attrs) { in FooterView() method in FooterView136 if (view instanceof FooterView) { in applyToView()137 FooterView footerView = (FooterView) view; in applyToView()
43 FooterView mView;47 mView = (FooterView) LayoutInflater.from(mContext).inflate( in setUp()
33 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()
104 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()