Home | History | Annotate | Download | only in spare_parts

Lines Matching refs:objValue

153     public boolean onPreferenceChange(Preference preference, Object objValue) {
155 writeAnimationPreference(0, objValue);
157 writeAnimationPreference(1, objValue);
159 writeFontSizePreference(objValue);
161 writeEndButtonPreference(objValue);
178 public void writeAnimationPreference(int which, Object objValue) {
180 float val = Float.parseFloat(objValue.toString());
187 public void writeFontSizePreference(Object objValue) {
189 mCurConfig.fontScale = Float.parseFloat(objValue.toString());
195 public void writeEndButtonPreference(Object objValue) {
197 int val = Integer.parseInt(objValue.toString());