Searched refs:FooterViewButton (Results 1 – 2 of 2) sorted by relevance
27 public class FooterViewButton extends AlphaOptimizedButton { class29 public FooterViewButton(Context context) { in FooterViewButton() method in FooterViewButton33 public FooterViewButton(Context context, AttributeSet attrs) { in FooterViewButton() method in FooterViewButton37 public FooterViewButton(Context context, AttributeSet attrs, int defStyleAttr) { in FooterViewButton() method in FooterViewButton41 public FooterViewButton(Context context, AttributeSet attrs, int defStyleAttr, in FooterViewButton() method in FooterViewButton
46 import com.android.systemui.statusbar.notification.row.FooterViewButton;60 private FooterViewButton mClearAllButton;61 private FooterViewButton mManageOrHistoryButton;271 mClearAllButton = (FooterViewButton) findSecondaryView(); in onFinishInflate()