/frameworks/base/core/java/android/util/ |
D | AttributeSet.java | 136 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 …]
|
D | XmlPullAttributes.java | 58 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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeLayoutParamsMapAttributes.java | 80 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 …]
|
D | BridgeXmlBlockParser.java | 409 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() 415 boolean defaultValue) { in getAttributeBooleanValue() 420 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() 425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() 430 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue() 435 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() 440 public int getAttributeListValue(int index, String[] options, int defaultValue) { in getAttributeListValue() 446 String[] options, int defaultValue) { in getAttributeListValue() 456 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() 461 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 84 String[] options, int defaultValue) { in getAttributeListValue() 101 boolean defaultValue) { in getAttributeBooleanValue() 117 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() 125 int defaultValue) { in getAttributeIntValue() 142 int defaultValue) { in getAttributeUnsignedIntValue() 159 float defaultValue) { in getAttributeFloatValue() 176 String[] options, int defaultValue) { in getAttributeListValue() 182 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() 198 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() 205 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue() [all …]
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | TypedArrayUtils.java | 28 int resId, float defaultValue) { in getNamedFloat() 38 int resId, boolean defaultValue) { in getNamedBoolean() 48 int resId, int defaultValue) { in getNamedInt() 58 int resId, int defaultValue) { in getNamedColor()
|
/frameworks/base/core/java/org/apache/http/params/ |
D | HttpParams.java | 98 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/base/core/java/android/content/res/ |
D | XmlBlock.java | 315 String[] options, int defaultValue) { in getAttributeListValue() 323 boolean defaultValue) { in getAttributeBooleanValue() 331 int defaultValue) { in getAttributeResourceValue() 339 int defaultValue) { in getAttributeIntValue() 347 int defaultValue) in getAttributeUnsignedIntValue() 356 float defaultValue) { in getAttributeFloatValue() 365 String[] options, int defaultValue) { in getAttributeListValue() 375 boolean defaultValue) { in getAttributeBooleanValue() 385 public int getAttributeResourceValue(int idx, int defaultValue) { in getAttributeResourceValue() 394 public int getAttributeIntValue(int idx, int defaultValue) { in getAttributeIntValue() [all …]
|
/frameworks/support/v4/java/android/support/v4/content/res/ |
D | TypedArrayUtils.java | 32 @StyleableRes int fallbackIndex, boolean defaultValue) { in getBoolean() 47 @StyleableRes int fallbackIndex, int defaultValue) { in getInt() 53 @StyleableRes int fallbackIndex, @AnyRes int defaultValue) { in getResourceId()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Prefs.java | 73 public static boolean getBoolean(Context context, @Key String key, boolean defaultValue) { in getBoolean() 81 public static int getInt(Context context, @Key String key, int defaultValue) { in getInt() 89 public static long getLong(Context context, @Key String key, long defaultValue) { in getLong() 97 public static String getString(Context context, @Key String key, String defaultValue) { in getString()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifTag.java | 559 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/os/ |
D | BaseBundle.java | 702 Object defaultValue, ClassCastException e) { in typeWarning() 730 public boolean getBoolean(String key, boolean defaultValue) { in getBoolean() 764 Byte getByte(String key, byte defaultValue) { in getByte() 798 char getChar(String key, char defaultValue) { in getChar() 832 short getShort(String key, short defaultValue) { in getShort() 866 public int getInt(String key, int defaultValue) { in getInt() 900 public long getLong(String key, long defaultValue) { in getLong() 934 float getFloat(String key, float defaultValue) { in getFloat() 968 public double getDouble(String key, double defaultValue) { in getDouble() 1013 public String getString(@Nullable String key, String defaultValue) { in getString() [all …]
|
/frameworks/base/core/java/android/security/keymaster/ |
D | KeymasterArguments.java | 97 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/support/v4/kitkat/android/support/v4/provider/ |
D | DocumentsContractApi19.java | 143 String defaultValue) { in queryForString() 163 int defaultValue) { in queryForInt() 168 long defaultValue) { in queryForLong()
|
/frameworks/base/media/java/android/media/ |
D | AudioGain.java | 73 int minValue, int maxValue, int defaultValue, int stepValue, in AudioGain() 118 public int defaultValue() { in defaultValue() method in AudioGain
|
D | MediaMetadataEditor.java | 332 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/base/services/core/java/com/android/server/pm/ |
D | CrossProfileIntentFilter.java | 101 String getStringFromXml(XmlPullParser parser, String attribute, String defaultValue) { in getStringFromXml() 113 int getIntFromXml(XmlPullParser parser, String attribute, int defaultValue) { in getIntFromXml()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ILockSettings.aidl | 27 boolean getBoolean(in String key, in boolean defaultValue, in int userId); in getBoolean() 28 long getLong(in String key, in long defaultValue, in int userId); in getLong() 29 String getString(in String key, in String defaultValue, in int userId); in getString()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | PropertyService.java | 31 String get(String key, String defaultValue); in get()
|
D | SystemPropertyService.java | 22 public String get(String key, String defaultValue) { in get()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/ |
D | SystemProperties.java | 37 public static String get(String key, String defaultValue) { in get()
|
/frameworks/base/core/java/android/app/ |
D | AppGlobals.java | 57 public static int getIntCoreSetting(String key, int defaultValue) { in getIntCoreSetting()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/util/ |
D | XmlUtils_Delegate.java | 32 /*package*/ static final int convertValueToInt(CharSequence charSeq, int defaultValue) { in convertValueToInt()
|
/frameworks/native/services/inputflinger/ |
D | InputApplication.h | 53 inline nsecs_t getDispatchingTimeout(nsecs_t defaultValue) const { in getDispatchingTimeout()
|
/frameworks/base/libs/hwui/ |
D | Properties.cpp | 71 static int property_get_int(const char* key, int defaultValue) { in property_get_int() 80 static float property_get_float(const char* key, float defaultValue) { in property_get_float()
|