Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DCustomizeTileView.java32 public void setShowAppLabel(boolean showAppLabel) { in setShowAppLabel() argument
33 mShowAppLabel = showAppLabel; in setShowAppLabel()
34 mSecondLine.setVisibility(showAppLabel ? View.VISIBLE : View.GONE); in setShowAppLabel()
35 mLabel.setSingleLine(showAppLabel); in setShowAppLabel()