Searched refs:restoreValue (Results 1 – 6 of 6) sorted by relevance
230 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument231 setValue(restoreValue ? getPersistedInt(mValue) : (Integer) defaultValue); in onSetInitialValue()
185 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument186 setValue(restoreValue ? getPersistedInt(mSeekBarValue) in onSetInitialValue()
153 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument154 setProgress(restoreValue ? getPersistedInt(mProgress) in onSetInitialValue()
407 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument408 setValueFromString(restoreValue ? getPersistedString(getStringValue()) in onSetInitialValue()
164 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument165 setProgress(restoreValue ? getPersistedInt(mProgress) in onSetInitialValue()