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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java46 import com.android.systemui.statusbar.notification.row.FooterViewButton;
60 private FooterViewButton mClearAllButton;
61 private FooterViewButton mManageOrHistoryButton;
271 mClearAllButton = (FooterViewButton) findSecondaryView(); in onFinishInflate()