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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp1911 const Res_value* bestValue = NULL; local
1979 bestValue = item;
1985 if (bestValue) {
1986 outValue->size = dtohs(bestValue->size);
1987 outValue->res0 = bestValue->res0;
1988 outValue->dataType = bestValue->dataType;
1989 outValue->data = dtohl(bestValue->data);
1997 outValue->dataType == bestValue->TYPE_STRING

Completed in 69 milliseconds