Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 10 of 10) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DAbilityInfo.java90 public String orientation = ""; field in AbilityInfo
DCompressor.java1700 …String orientation = thirdLevelDirectoryName.substring(thirdDelimiterIndex + 1, forthDelimiterInde… in isThirdLevelDirectoryNameValid() local
1706 if (!checkOrientation(orientation) || !checkDeviceType(deviceType)) { in isThirdLevelDirectoryNameValid()
1756 private boolean checkOrientation(String orientation) { in checkOrientation() argument
1757 if (!Pattern.compile(REGEX_ORIENTATION).matcher(orientation).matches()) { in checkOrientation()
1758 LOG.error("Compressor::compressProcess orientation " + orientation + in checkOrientation()
DJsonUtil.java836 ability.orientation = getJsonString(abilityJson, "orientation"); in parseAbility()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DLegendRenderer.ets205 let orientation: LegendOrientation = this.mLegend.getOrientation(); // "HORIZONTAL" ͼ������
217 if (orientation == LegendOrientation.VERTICAL) {
237 if (orientation == LegendOrientation.VERTICAL) {
248 if (orientation == LegendOrientation.VERTICAL) {
254 if (orientation == LegendOrientation.VERTICAL) {
266 orientation // "HORIZONTAL"
/developtools/global_resource_tool/src/
Dselect_compile_parse.cpp77 …ype::ORIENTATION, bind(&IsSelectableOther, keyParams, placeholders::_1, targetConfig.orientation)}, in IsSelectCompile()
Dkey_parser.cpp85 targetConfig.orientation); }}, in ParseLimit()
/developtools/global_resource_tool/include/
Dresource_data.h286 std::vector<KeyParam> orientation; member
/developtools/packing_tool/
DREADME_zh.md460 | orientation | String | 标识ability中的orientation信息 | NA …
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DLegend.ets318 * returns the orientation of the legend
327 * sets the orientation of the legend
/developtools/profiler/hiebpf/include/
Dvmlinux.h116422 int orientation; member