Searched defs:stringToFloat (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DResourceHelper.java256 if (stringToFloat(s, mValue)) {
269 public static boolean stringToFloat(String s, TypedValue outValue) { method in class:ResourceHelper
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2748 bool ResTable::stringToFloat(const char16_t* s, size_t len, Res_value* outValue) function in class:android::ResTable
3184 if (stringToFloat(s, len, outValue)) {

Completed in 26 milliseconds