Searched refs:getDefaultValue (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DParameterInteger.java26 int getDefaultValue(); method in interface:ParameterInteger
H A DBasicParameterInt.java87 public int getDefaultValue() { method in class:BasicParameterInt
/packages/apps/Camera2/src/com/android/camera/settings/
H A DDefaultsStore.java53 public String getDefaultValue() { method in class:DefaultsStore.Defaults
79 public String getDefaultValue(String key) { method in class:DefaultsStore
84 return defaults.getDefaultValue();
H A DSettingsManager.java335 return mDefaultsStore.getDefaultValue(key);
344 String defaultValueString = mDefaultsStore.getDefaultValue(key);
354 String defaultValueString = mDefaultsStore.getDefaultValue(key);
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Darguments_parser.cpp81 if (spec.needsValue() && !spec.getDefaultValue().empty()) {
82 printf("\tdefault: %s", spec.getDefaultValue().c_str());
103 if (optionSpec.needsValue() && !optionSpec.getDefaultValue().empty()) {
105 options[optionName] = optionSpec.getDefaultValue();
H A Darguments_parser.h48 const std::string &getDefaultValue() const { return mDefaultValue; } function in class:latinime::dicttoolkit::OptionSpec
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterBasicRepresentation.java70 setDefaultValue(representation.getDefaultValue());
132 public int getDefaultValue() { method in class:FilterBasicRepresentation
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DBasicEditor.java86 public int getDefaultValue() { method in class:BasicEditor
H A DEditorGrad.java344 public int getDefaultValue() { method in class:EditorGrad

Completed in 211 milliseconds