Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp387 size->compiled_value = ResourceUtils::MakeInt(screen_size); in AddScreens()
391 density->compiled_value = ResourceUtils::MakeInt(config.density); in AddScreens()
/aosp12/frameworks/base/tools/aapt2/
H A DResourceUtils.h177 std::unique_ptr<BinaryPrimitive> MakeInt(uint32_t value);
H A DResourceUtils.cpp575 std::unique_ptr<BinaryPrimitive> MakeInt(uint32_t val) { in MakeInt() function