Home
last modified time | relevance | path

Searched refs:FooterViewButton (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterViewButton.java27 public class FooterViewButton extends AlphaOptimizedButton { class
29 public FooterViewButton(Context context) { in FooterViewButton() method in FooterViewButton
33 public FooterViewButton(Context context, AttributeSet attrs) { in FooterViewButton() method in FooterViewButton
37 public FooterViewButton(Context context, AttributeSet attrs, int defStyleAttr) { in FooterViewButton() method in FooterViewButton
41 public FooterViewButton(Context context, AttributeSet attrs, int defStyleAttr, in FooterViewButton() method in FooterViewButton
DFooterView.java43 private FooterViewButton mClearAllButton;
44 private FooterViewButton mManageButton;
86 mClearAllButton = (FooterViewButton) findSecondaryView(); in onFinishInflate()