Searched defs:isStringValue (Results 1 – 2 of 2) sorted by relevance
75 inline bool isStringValue() const { return (m_Type & String); } in isStringValue() function
299 public static boolean isStringValue(final TypedValue v) { in isStringValue() method in ResourceUtils