Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp883 Resolution::Step::Type resolution_type; in FindEntryInternal() local
885 resolution_type = Resolution::Step::Type::INITIAL; in FindEntryInternal()
887 resolution_type = Resolution::Step::Type::BETTER_MATCH; in FindEntryInternal()
889 resolution_type = Resolution::Step::Type::OVERLAID; in FindEntryInternal()
921 last_resolution_.steps.push_back(Resolution::Step{resolution_type, in FindEntryInternal()