Home
last modified time | relevance | path

Searched refs:stop_at_first_match (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h401 bool stop_at_first_match,
406 const ResTable_config& desired_config, bool stop_at_first_match,
/frameworks/base/libs/androidfw/
DAssetManager2.cpp561 uint32_t resid, uint16_t density_override, bool stop_at_first_match, in FindEntry() argument
599 stop_at_first_match, ignore_configuration); in FindEntry()
605 if (!stop_at_first_match && !ignore_configuration && !apk_assets_[result->cookie]->IsLoader()) { in FindEntry()
694 const ResTable_config& desired_config, bool stop_at_first_match, in FindEntryInternal() argument
793 if (stop_at_first_match) { in FindEntryInternal()