HomeSort by relevance Sort by last modified time
    Searched refs:FooterView (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FooterView.java 29 public class FooterView extends StackScrollerDecorView {
34 public FooterView(Context context, AttributeSet attrs) {
98 if (view instanceof FooterView) {
99 FooterView footerView = (FooterView) view;
101 footerView.setContentVisible(visible && footerView.isVisible());
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
FooterViewTest.java 47 FooterView mView;
51 mView = (FooterView) LayoutInflater.from(mContext).inflate(
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayoutTest.java 37 import com.android.systemui.statusbar.FooterView;
168 FooterView view = mock(FooterView.class);
180 FooterView view = mock(FooterView.class);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 83 import com.android.systemui.statusbar.FooterView;
601 ArgumentCaptor<FooterView> captor = ArgumentCaptor.forClass(FooterView.class);
674 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(-1 /* end */));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 28 import com.android.systemui.statusbar.FooterView;
391 boolean isFooterView = child instanceof FooterView;
NotificationStackScrollLayout.java 87 import com.android.systemui.statusbar.FooterView;
237 protected FooterView mFooterView;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java 195 import com.android.systemui.statusbar.FooterView;
    [all...]

Completed in 422 milliseconds