Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp267 SCREEN_ORIENTATION_ATTR = 0x0101001e, enumerator
1804 SCREEN_ORIENTATION_ATTR, &error); in doDump()
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp59 SCREEN_ORIENTATION_ATTR = 0x0101001e, enumerator
1578 auto orientation = GetAttributeInteger(FindAttribute(element, SCREEN_ORIENTATION_ATTR)); in Extract()