Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp396 size->compiled_value = ResourceUtils::MakeInt(screen_size); in AddScreens()
400 density->compiled_value = ResourceUtils::MakeInt(config.density); in AddScreens()
/aosp14/frameworks/base/tools/aapt2/
H A DResourceUtils.h174 std::unique_ptr<BinaryPrimitive> MakeInt(uint32_t value);
H A DResourceUtils.cpp567 std::unique_ptr<BinaryPrimitive> MakeInt(uint32_t val) { in MakeInt() function