Searched defs:convertValueToInt (Results 1 – 3 of 3) sorted by relevance
32 /*package*/ static final int convertValueToInt(CharSequence charSeq, int defaultValue) { in convertValueToInt() method in XmlUtils_Delegate
981 private static int convertValueToInt(@Nullable String charSeq, int defValue) { in convertValueToInt() method in BridgeTypedArray
91 convertValueToInt(CharSequence charSeq, int defaultValue) in convertValueToInt() method in XmlUtils