Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp268 SCREEN_ORIENTATION_ATTR = 0x0101001e, enumerator
1805 SCREEN_ORIENTATION_ATTR, &error); in doDump()
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp59 SCREEN_ORIENTATION_ATTR = 0x0101001e, enumerator
1576 auto orientation = GetAttributeInteger(FindAttribute(element, SCREEN_ORIENTATION_ATTR)); in Extract()