Home
last modified time | relevance | path

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

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