Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DUtil_test.cpp257 .setScreenLayout(0x80) in TEST()
264 .setScreenLayout(0x01) in TEST()
272 .setScreenLayout(0x10) in TEST()
280 .setScreenLayout(0x62) in TEST()
/aosp14/frameworks/base/tools/aapt2/test/
H A DBuilders.h277 ConfigDescriptionBuilder& setScreenLayout(uint8_t screenLayout) { in setScreenLayout() function