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
45 private FooterViewButton mClearAllButton;46 private FooterViewButton mManageButton;88 mClearAllButton = (FooterViewButton) findSecondaryView(); in onFinishInflate()