Searched refs:isDecimalPointChar (Results 1 – 2 of 2) sorted by relevance
90 private boolean isDecimalPointChar(final char c) { in isDecimalPointChar() method in DigitsKeyListener366 } else if (isDecimalPointChar(c)) { in filter()375 } else if (isDecimalPointChar(c)) { in filter()401 } else if (isDecimalPointChar(c)) { in filter()
75408 Landroid/text/method/DigitsKeyListener;->isDecimalPointChar(C)Z