Searched refs:mIconEndContentDescriptionId (Results 1 – 1 of 1) sorted by relevance
62 private final int mIconEndContentDescriptionId; field in LabeledSeekBarPreference94 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()