Searched refs:ORIENTATION_SQUARE (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/aapt2/
H A DConfiguration.proto69 ORIENTATION_SQUARE = 3;
H A DConfigDescription.cpp266 if (out) out->orientation = out->ORIENTATION_SQUARE;
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java390 config.orientation = Configuration.ORIENTATION_SQUARE;
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h976 ORIENTATION_SQUARE = ACONFIGURATION_ORIENTATION_SQUARE, enumerator in enum:android::ResTable_config::__anon961
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp503 if (out) out->orientation = out->ORIENTATION_SQUARE;
/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize.cpp153 case ConfigDescription::ORIENTATION_SQUARE:
H A DProtoDeserialize.cpp196 out_config->orientation = ConfigDescription::ORIENTATION_SQUARE;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java617 @Deprecated public static final int ORIENTATION_SQUARE = 3; field in class:Configuration
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3245 case ResTable_config::ORIENTATION_SQUARE:

Completed in 429 milliseconds