Searched refs:restoreValue (Results 1 – 4 of 4) sorted by relevance
230 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument231 setValue(restoreValue ? getPersistedInt(mValue) : (Integer) defaultValue); in onSetInitialValue()
407 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument408 setValueFromString(restoreValue ? getPersistedString(getStringValue()) in onSetInitialValue()
246 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument247 setValue(restoreValue ? getPersistedInt(mSeekBarValue) in onSetInitialValue()
184 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument185 setProgress(restoreValue ? getPersistedInt(mProgress) in onSetInitialValue()