Searched refs:showAppLabel (Results 1 – 1 of 1) sorted by relevance
32 public void setShowAppLabel(boolean showAppLabel) { in setShowAppLabel() argument33 mShowAppLabel = showAppLabel; in setShowAppLabel()34 mSecondLine.setVisibility(showAppLabel ? View.VISIBLE : View.GONE); in setShowAppLabel()35 mLabel.setSingleLine(showAppLabel); in setShowAppLabel()