Home | History | Annotate | Download | only in widget

Lines Matching defs:SIGNED

226     private static final int SIGNED = 2;
929 mEditor.mKeyListener = DigitsKeyListener.getInstance((numeric & SIGNED) != 0,
932 if ((numeric & SIGNED) != 0) {