Searched refs:DECIMAL (Results 1 – 7 of 7) sorted by relevance
39 private static final int DECIMAL = 2; field in DigitsKeyListener84 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0); in DigitsKeyListener()101 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0); in getInstance()
69 private int mNumeric = TextViewBindingAdapter.DECIMAL;
58 public static final int DECIMAL = 0x05; field in TextViewBindingAdapter103 (numeric & DECIMAL) != 0)); in setNumeric()
61 if ((mBindingObject.getNumeric() & TextViewBindingAdapter.DECIMAL) != 0) { in getExpectedNumericType()
259 private static final int DECIMAL = 4; field in TextView1231 (numeric & DECIMAL) != 0); in TextView()1236 if ((numeric & DECIMAL) != 0) { in TextView()
49747 field public static final int DECIMAL = 3; // 0x3
52353 field public static final int DECIMAL = 3; // 0x3