Searched refs:mIconStartContentDescriptionId (Results 1 – 1 of 1) sorted by relevance
61 private final int mIconStartContentDescriptionId; field in LabeledSeekBarPreference87 mIconStartContentDescriptionId = styledAttrs.getResourceId( in LabeledSeekBarPreference()90 Preconditions.checkArgument(!(mIconStartContentDescriptionId != 0 && mIconStartId == 0), in LabeledSeekBarPreference()209 if (mIconStartContentDescriptionId != 0) { in updateIconStartIfNeeded()211 iconFrame.getContext().getString(mIconStartContentDescriptionId); in updateIconStartIfNeeded()