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
98 if (SpecialCharSequenceMgr.handleChars(
135 public static boolean handleChars(Context context, String input, EditText textField) { in handleChars() method in SpecialCharSequenceMgr
306 SpecialCharSequenceMgr.handleChars(getActivity(), input.toString(), mDigits)) { in afterTextChanged()