Searched refs:FooterView (Results 1 – 6 of 6) sorted by relevance
86 import com.android.systemui.statusbar.notification.row.FooterView;435 FooterView view = mock(FooterView.class); in manageNotifications_visible()447 FooterView view = mock(FooterView.class); in clearAll_visible()460 ArgumentCaptor<FooterView> captor = ArgumentCaptor.forClass(FooterView.class); in testInflateFooterView()472 FooterView view = mock(FooterView.class); in testUpdateFooter_noNotifications()488 FooterView view = mock(FooterView.class); in testUpdateFooter_remoteInput()503 FooterView view = mock(FooterView.class); in testUpdateFooter_withoutNotifications()518 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification()534 FooterView view = mock(FooterView.class); in testUpdateFooter_withoutHistory()549 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification_beforeUserSetup()[all …]
17 import com.android.systemui.statusbar.notification.row.FooterView18 import com.android.systemui.statusbar.notification.row.FooterView.FooterViewState52 private val footerView = FooterView(context, /*attrs=*/null)
44 public class FooterView extends StackScrollerDecorView { class58 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()
39 import com.android.systemui.statusbar.notification.row.FooterView;152 } else if (view instanceof FooterView) { in updateAlphaState()235 } else if (view instanceof FooterView) { in logView()415 && !(view instanceof FooterView) in initAlgorithmState()570 if (view instanceof FooterView) {579 ((FooterView.FooterViewState) viewState).hideContent =699 && !(child instanceof FooterView); in childNeedsGapHeight()
114 import com.android.systemui.statusbar.notification.row.FooterView;270 protected FooterView mFooterView;4525 void setFooterView(@NonNull FooterView footerView) { in setFooterView()5135 if (child instanceof FooterView) { in dump()5366 FooterView footerView = (FooterView) LayoutInflater.from(mContext).inflate( in inflateFooterView()