Searched refs:FooterView (Results 1 – 7 of 7) sorted by relevance
29 public class FooterView extends StackScrollerDecorView { class34 public FooterView(Context context, AttributeSet attrs) { in FooterView() method in FooterView98 if (view instanceof FooterView) { in applyToView()99 FooterView footerView = (FooterView) view; in applyToView()
37 import com.android.systemui.statusbar.FooterView;168 FooterView view = mock(FooterView.class); in manageNotifications_visible()180 FooterView view = mock(FooterView.class); in clearAll_visible()
47 FooterView mView;51 mView = (FooterView) LayoutInflater.from(mContext).inflate( in setUp()
83 import com.android.systemui.statusbar.FooterView;601 ArgumentCaptor<FooterView> captor = ArgumentCaptor.forClass(FooterView.class); in testInflateFooterView()674 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(-1 /* end */)); in testUpdateFooter_atEnd()
28 import com.android.systemui.statusbar.FooterView;391 boolean isFooterView = child instanceof FooterView; in updateChild()
87 import com.android.systemui.statusbar.FooterView;237 protected FooterView mFooterView;4079 public void setFooterView(@NonNull FooterView footerView) {
195 import com.android.systemui.statusbar.FooterView;1188 mFooterView = (FooterView) LayoutInflater.from(mContext).inflate( in inflateFooterView()5016 protected FooterView mFooterView;