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.java1692 …String orientation = thirdLevelDirectoryName.substring(thirdDelimiterIndex + 1, forthDelimiterInde… in isThirdLevelDirectoryNameValid() local
1698 if (!checkOrientation(orientation) || !checkDeviceType(deviceType)) { in isThirdLevelDirectoryNameValid()
1748 private boolean checkOrientation(String orientation) { in checkOrientation() argument
1749 if (!Pattern.compile(REGEX_ORIENTATION).matcher(orientation).matches()) { in checkOrientation()
1750 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.ets228 var orientation : LegendOrientation = this.mLegend.getOrientation(); // "HORIZONTAL" ͼ������
245 if (orientation == LegendOrientation.VERTICAL) {
258 if (orientation == LegendOrientation.VERTICAL)
270 if (orientation == LegendOrientation.VERTICAL)
282 if (orientation == LegendOrientation.VERTICAL) {
291 switch (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.h271 std::vector<KeyParam> orientation; member
/developtools/packing_tool/
DREADME_zh.md436 | orientation | String | 标识ability中的orientation信息 | NA …
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DLegend.ets310 * returns the orientation of the legend
319 * sets the orientation of the legend
/developtools/profiler/hiebpf/include/
Dvmlinux.h116422 int orientation; member