Searched refs:handleChars (Results 1 – 4 of 4) sorted by relevance
74 static boolean handleChars(Context context, String input) { in handleChars() method in SpecialCharSequenceMgr75 return handleChars(context, input, null); in handleChars()100 static boolean handleChars(Context context, in handleChars() method in SpecialCharSequenceMgr
75 if (SpecialCharSequenceMgr.handleChars(
91 public static boolean handleChars(Context context, String input, EditText textField) { in handleChars() method in SpecialCharSequenceMgr
300 SpecialCharSequenceMgr.handleChars(getActivity(), input.toString(), mDigits)) { in afterTextChanged()