Searched refs:FooterView (Results 1 – 5 of 5) sorted by relevance
83 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 …]
42 public class FooterView extends StackScrollerDecorView { class56 public FooterView(Context context, AttributeSet attrs) { in FooterView() method in FooterView221 if (view instanceof FooterView) { in applyToView()222 FooterView footerView = (FooterView) view; in applyToView()
45 FooterView mView;49 mView = (FooterView) LayoutInflater.from(mContext).inflate( in setUp()
42 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()
112 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()