Searched refs:decimal (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/java/android/text/method/ |
D | DigitsKeyListener.java | 112 public DigitsKeyListener(boolean sign, boolean decimal) { in DigitsKeyListener() argument 113 this(null, sign, decimal); in DigitsKeyListener() 155 public DigitsKeyListener(@Nullable Locale locale, boolean sign, boolean decimal) { in DigitsKeyListener() argument 157 mDecimal = decimal; in DigitsKeyListener() 170 if (sign || decimal) { in DigitsKeyListener() 193 if (decimal) { in DigitsKeyListener() 241 public static DigitsKeyListener getInstance(boolean sign, boolean decimal) { in getInstance() argument 242 return getInstance(null, sign, decimal); in getInstance() 265 @Nullable Locale locale, boolean sign, boolean decimal) { in getInstance() argument 266 final int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0); in getInstance() [all …]
|
/frameworks/base/core/proto/android/util/ |
D | log.proto | 68 EVENT_TYPE_LIST_STOP = 10; // ascii decimal value of char '\n' 69 EVENT_TYPE_UNKNOWN = 63; // ascii decimal value of char '?'
|
/frameworks/compile/slang/tests/F_bad_version_pragma/ |
D | stderr.txt.expect | 4 bad_version_pragma.rscript:4:18: error: invalid digit 'a' in decimal constant
|
/frameworks/av/services/audiopolicy/engineconfigurable/tools/ |
D | buildCommonTypesStructureFile.py | 52 def findBitPos(decimal): argument 55 while i != decimal:
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
|
/frameworks/av/media/utils/ |
D | EventLogTags.logtags | 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
|
/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 59 // decimal format. Some digits can be replaced with "x" symbols matching any digit.
|
/frameworks/base/tests/JankBench/scripts/external/ |
D | statistics.py | 106 from decimal import Decimal
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 2955 @round() is similar but rounds away from zero. @trunc() truncates the decimal fraction. 3008 @rint() is similar but rounds half values toward even. @trunc() truncates the decimal fraction.
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 5772 * round() is similar but rounds away from zero. trunc() truncates the decimal fraction. 5854 * rint() is similar but rounds half values toward even. trunc() truncates the decimal fraction.
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 19511 method public T decimal(android.icu.number.NumberFormatter.DecimalSeparatorDisplay); 48435 field public static final String TYPE_DECIMAL = "android.type.decimal";
|
/frameworks/base/api/ |
D | current.txt | 19511 method public T decimal(android.icu.number.NumberFormatter.DecimalSeparatorDisplay); 48579 field public static final String TYPE_DECIMAL = "android.type.decimal";
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 30815 field public static final java.lang.String TYPE_DECIMAL = "android.type.decimal";
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 28082 Landroid/icu/text/DateTimePatternGenerator;->decimal:Ljava/lang/String;
|