Home
last modified time | relevance | path

Searched refs:DECIMAL (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/method/
H A DDigitsKeyListener.java66 private static final int DECIMAL = 2; field in DigitsKeyListener
123 final int kind = (mSign ? SIGN : 0) | (mDecimal ? DECIMAL : 0); in setToCompat()
129 final int kind = (mSign ? SIGN : 0) | (mDecimal ? DECIMAL : 0); in calculateNeedForAdvancedInput()
266 final int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0); in getInstance()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java426 private static final int DECIMAL = 4; field in TextView
1669 (numeric & DECIMAL) != 0);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56340 Landroid/text/method/DigitsKeyListener;->DECIMAL:I
70436 Landroid/widget/TextView;->DECIMAL:I