Searched refs:SIGNED (Results 1 – 5 of 5) sorted by relevance
280 mNumeric = TextViewBindingAdapter.SIGNED; in changeValues()
59 public static final int SIGNED = 0x03; field in TextViewBindingAdapter125 view.setKeyListener(DigitsKeyListener.getInstance((numeric & SIGNED) != 0, in setNumeric()
733 #define HANDLE_INT_SIZE(INT_TYPE, BITS, SIGNED) \ in getIntType() argument737 return intTy->mOperand1 == BITS && intTy->mOperand2 == SIGNED; \ in getIntType()740 return mBuilder->MakeTypeInt(BITS, SIGNED); \ in getIntType()
60 if ((mBindingObject.getNumeric() & TextViewBindingAdapter.SIGNED) != 0) { in getExpectedNumericType()
322 private static final int SIGNED = 2; field in TextView1474 (numeric & SIGNED) != 0,