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
43 private FooterViewButton mClearAllButton;44 private FooterViewButton mManageButton;86 mClearAllButton = (FooterViewButton) findSecondaryView(); in onFinishInflate()