Home
last modified time | relevance | path

Searched defs:defaultValue (Results 1 – 25 of 111) sorted by relevance

12345

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java57 defaultValue) { in getAttributeListValue()
63 boolean defaultValue) { in getAttributeBooleanValue()
68 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
73 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
79 int defaultValue) { in getAttributeUnsignedIntValue()
85 float defaultValue) { in getAttributeFloatValue()
90 public int getAttributeListValue(int index, String[] options, int defaultValue) { in getAttributeListValue()
95 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
100 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
105 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
DBridgeLayoutParamsMapAttributes.java80 String[] options, int defaultValue) { in getAttributeListValue()
86 boolean defaultValue) { in getAttributeBooleanValue()
92 int defaultValue) { in getAttributeResourceValue()
98 int defaultValue) { in getAttributeIntValue()
104 int defaultValue) { in getAttributeUnsignedIntValue()
110 float defaultValue) { in getAttributeFloatValue()
116 String[] options, int defaultValue) { in getAttributeListValue()
121 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
126 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
131 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
DBridgeXmlBlockParser.java410 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
416 boolean defaultValue) { in getAttributeBooleanValue()
421 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue()
426 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue()
431 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
436 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
441 public int getAttributeListValue(int index, String[] options, int defaultValue) { in getAttributeListValue()
447 String[] options, int defaultValue) { in getAttributeListValue()
457 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
462 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
[all …]
/frameworks/base/core/java/android/util/
DAttributeSet.java136 String[] options, int defaultValue); in getAttributeListValue()
148 boolean defaultValue); in getAttributeBooleanValue()
166 int defaultValue); in getAttributeResourceValue()
178 int defaultValue); in getAttributeIntValue()
192 int defaultValue); in getAttributeUnsignedIntValue()
204 float defaultValue); in getAttributeFloatValue()
217 public int getAttributeListValue(int index, String[] options, int defaultValue); in getAttributeListValue()
227 public boolean getAttributeBooleanValue(int index, boolean defaultValue); in getAttributeBooleanValue()
243 public int getAttributeResourceValue(int index, int defaultValue); in getAttributeResourceValue()
253 public int getAttributeIntValue(int index, int defaultValue); in getAttributeIntValue()
[all …]
DXmlPullAttributes.java58 String[] options, int defaultValue) { in getAttributeListValue()
64 boolean defaultValue) { in getAttributeBooleanValue()
70 int defaultValue) { in getAttributeResourceValue()
76 int defaultValue) { in getAttributeIntValue()
82 int defaultValue) { in getAttributeUnsignedIntValue()
88 float defaultValue) { in getAttributeFloatValue()
97 String[] options, int defaultValue) { in getAttributeListValue()
102 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
107 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
112 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java104 String[] options, int defaultValue) { in getAttributeListValue()
121 boolean defaultValue) { in getAttributeBooleanValue()
137 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
144 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
180 int defaultValue) { in getAttributeUnsignedIntValue()
197 float defaultValue) { in getAttributeFloatValue()
214 String[] options, int defaultValue) { in getAttributeListValue()
220 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
236 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
243 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
/frameworks/support/v7/preference/tests/src/android/support/v7/preference/tests/helpers/
DPreferenceWrapper.java43 public String getString(String defaultValue) { in getString()
59 public int getInt(int defaultValue) { in getInt()
67 public long getLong(long defaultValue) { in getLong()
75 public float getFloat(float defaultValue) { in getFloat()
83 public boolean getBoolean(boolean defaultValue) { in getBoolean()
88 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue()
/frameworks/support/compat/java/android/support/v4/content/res/
DTypedArrayUtils.java66 @NonNull String attrName, @StyleableRes int resId, float defaultValue) { in getNamedFloat()
83 String attrName, @StyleableRes int resId, boolean defaultValue) { in getNamedBoolean()
100 String attrName, @StyleableRes int resId, int defaultValue) { in getNamedInt()
118 String attrName, @StyleableRes int resId, @ColorInt int defaultValue) { in getNamedColor()
136 String attrName, @StyleableRes int resId, @AnyRes int defaultValue) { in getNamedResourceId()
194 @StyleableRes int fallbackIndex, boolean defaultValue) { in getBoolean()
217 @StyleableRes int fallbackIndex, int defaultValue) { in getInt()
228 @StyleableRes int fallbackIndex, @AnyRes int defaultValue) { in getResourceId()
/frameworks/base/core/java/org/apache/http/params/
DHttpParams.java98 long getLongParameter(String name, long defaultValue); in getLongParameter()
119 int getIntParameter(String name, int defaultValue); in getIntParameter()
140 double getDoubleParameter(String name, double defaultValue); in getDoubleParameter()
161 boolean getBooleanParameter(String name, boolean defaultValue); in getBooleanParameter()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DPropertyService.java31 String get(String key, String defaultValue); in get()
44 boolean getBoolean(String key, boolean defaultValue); in getBoolean()
DSystemPropertyService.java22 public String get(String key, String defaultValue) { in get()
32 public boolean getBoolean(String key, boolean defaultValue) { in getBoolean()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java317 String[] options, int defaultValue) { in getAttributeListValue()
325 boolean defaultValue) { in getAttributeBooleanValue()
333 int defaultValue) { in getAttributeResourceValue()
341 int defaultValue) { in getAttributeIntValue()
349 int defaultValue) in getAttributeUnsignedIntValue()
358 float defaultValue) { in getAttributeFloatValue()
367 String[] options, int defaultValue) { in getAttributeListValue()
377 boolean defaultValue) { in getAttributeBooleanValue()
387 public int getAttributeResourceValue(int idx, int defaultValue) { in getAttributeResourceValue()
396 public int getAttributeIntValue(int idx, int defaultValue) { in getAttributeIntValue()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DPrefs.java80 public static boolean getBoolean(Context context, @Key String key, boolean defaultValue) { in getBoolean()
88 public static int getInt(Context context, @Key String key, int defaultValue) { in getInt()
96 public static long getLong(Context context, @Key String key, long defaultValue) { in getLong()
104 public static String getString(Context context, @Key String key, String defaultValue) { in getString()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifTag.java559 public String getValueAsString(String defaultValue) { in getValueAsString()
590 public byte getValueAsByte(byte defaultValue) { in getValueAsByte()
621 public Rational getValueAsRational(Rational defaultValue) { in getValueAsRational()
639 public Rational getValueAsRational(long defaultValue) { in getValueAsRational()
674 public int getValueAsInt(int defaultValue) { in getValueAsInt()
705 public long getValueAsLong(long defaultValue) { in getValueAsLong()
728 public long forceGetValueAsLong(long defaultValue) { in forceGetValueAsLong()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterArguments.java97 public int getEnum(int tag, int defaultValue) { in getEnum()
158 public long getUnsignedInt(int tag, long defaultValue) { in getUnsignedInt()
266 public byte[] getBytes(int tag, byte[] defaultValue) { in getBytes()
322 public Date getDate(int tag, Date defaultValue) { in getDate()
/frameworks/base/core/java/android/os/
DBaseBundle.java828 Object defaultValue, ClassCastException e) { in typeWarning()
856 public boolean getBoolean(String key, boolean defaultValue) { in getBoolean()
890 Byte getByte(String key, byte defaultValue) { in getByte()
924 char getChar(String key, char defaultValue) { in getChar()
958 short getShort(String key, short defaultValue) { in getShort()
992 public int getInt(String key, int defaultValue) { in getInt()
1026 public long getLong(String key, long defaultValue) { in getLong()
1060 float getFloat(String key, float defaultValue) { in getFloat()
1094 public double getDouble(String key, double defaultValue) { in getDouble()
1139 public String getString(@Nullable String key, String defaultValue) { in getString()
[all …]
/frameworks/base/media/java/android/media/
DAudioGain.java73 int minValue, int maxValue, int defaultValue, int stepValue, in AudioGain()
118 public int defaultValue() { in defaultValue() method in AudioGain
DMediaMetadataEditor.java332 public synchronized long getLong(int key, long defaultValue) in getLong()
348 public synchronized String getString(int key, String defaultValue) in getString()
364 public synchronized Bitmap getBitmap(int key, Bitmap defaultValue) in getBitmap()
381 public synchronized Object getObject(int key, Object defaultValue) in getObject()
/frameworks/support/core-utils/kitkat/android/support/v4/provider/
DDocumentsContractApi19.java156 String defaultValue) { in queryForString()
176 int defaultValue) { in queryForInt()
181 long defaultValue) { in queryForLong()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
DSystemProperties.java37 public static String get(String key, String defaultValue) { in get()
/frameworks/base/core/java/android/app/
DAppGlobals.java57 public static int getIntCoreSetting(String key, int defaultValue) { in getIntCoreSetting()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileIntentFilter.java101 String getStringFromXml(XmlPullParser parser, String attribute, String defaultValue) { in getStringFromXml()
113 int getIntFromXml(XmlPullParser parser, String attribute, int defaultValue) { in getIntFromXml()
/frameworks/layoutlib/bridge/src/com/android/internal/util/
DXmlUtils_Delegate.java32 /*package*/ static final int convertValueToInt(CharSequence charSeq, int defaultValue) { in convertValueToInt()
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/ext/
Dtype_mirror_ext.kt26 fun TypeMirror.defaultValue() : String { in TypeMirror() method
/frameworks/native/services/inputflinger/
DInputApplication.h53 inline nsecs_t getDispatchingTimeout(nsecs_t defaultValue) const { in getDispatchingTimeout()

12345