Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DLabeledSeekBarPreference.java62 private final int mIconEndContentDescriptionId; field in LabeledSeekBarPreference
94 mIconEndContentDescriptionId = styledAttrs.getResourceId( in LabeledSeekBarPreference()
97 Preconditions.checkArgument(!(mIconEndContentDescriptionId != 0 && mIconEndId == 0), in LabeledSeekBarPreference()
235 if (mIconEndContentDescriptionId != 0) { in updateIconEndIfNeeded()
237 iconFrame.getContext().getString(mIconEndContentDescriptionId); in updateIconEndIfNeeded()