Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DCustomizeTileView.java26 private boolean mShowAppLabel; field in CustomizeTileView
33 mShowAppLabel = showAppLabel; in setShowAppLabel()
41 mSecondLine.setVisibility(mShowAppLabel ? View.VISIBLE : View.GONE); in handleStateChanged()