Searched refs:selectionCount (Results 1 – 2 of 2) sorted by relevance
158 final int selectionCount = mGalleryGridView.getSelectionCount(); in updateActionBar() local159 if (selectionCount > 0 && mGalleryGridView.isMultiSelectEnabled()) { in updateActionBar()162 selectionCount)); in updateActionBar()
480 public void setSelectionCount(int selectionCount) { in setSelectionCount() argument482 if (selectionCount == 0) { in setSelectionCount()487 textView.setText(String.valueOf(selectionCount)); in setSelectionCount()