Home
last modified time | relevance | path

Searched refs:mAddButtonText (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryAdapter.java41 private String mAddButtonText; field in CategoryAdapter
80 mAddButtonText = getContext().getString(R.string.filtershow_add_button_looks); in initializeSelection()
86 mAddButtonText = getContext().getString(R.string.filtershow_add_button_versions); in initializeSelection()
242 return mAddButtonText; in getAddButtonText()