Searched refs:showAddButton (Results 1 – 2 of 2) sorted by relevance
233 public boolean showAddButton() { in showAddButton() method in CategoryAdapter237 public void setShowAddButton(boolean showAddButton) { in setShowAddButton() argument238 mShowAddButton = showAddButton; in setShowAddButton()
151 if (activity.isShowingImageStatePanel() && mAdapter.showAddButton()) { in updateAddButtonVisibility()