Searched refs:compInfo (Results 1 – 2 of 2) sorted by relevance
201 Configuration config, CompatibilityInfo compInfo) { in Resources() argument204 mCompatibilityInfo = compInfo; in Resources()
1455 Resources getTopLevelResources(String resDir, CompatibilityInfo compInfo) { in getTopLevelResources() argument1456 ResourcesKey key = new ResourcesKey(resDir, compInfo.applicationScale); in getTopLevelResources()1462 + compInfo.applicationScale); in getTopLevelResources()1488 r = new Resources(assets, metrics, getConfiguration(), compInfo); in getTopLevelResources()