Searched refs:INITIAL_VALUE (Results 1 – 1 of 1) sorted by relevance
30 private final static int INITIAL_VALUE = 50; field in SliderPreference32 private int mValue = INITIAL_VALUE;98 int dValue = (int)ta.getInt(index, INITIAL_VALUE); in onGetDefaultValue()106 mValue = defaultValue != null ? (Integer)defaultValue : INITIAL_VALUE; in onSetInitialValue()