Searched refs:orientation (Results 1 – 10 of 10) sorted by relevance
90 public String orientation = ""; field in AbilityInfo
1692 …String orientation = thirdLevelDirectoryName.substring(thirdDelimiterIndex + 1, forthDelimiterInde… in isThirdLevelDirectoryNameValid() local1698 if (!checkOrientation(orientation) || !checkDeviceType(deviceType)) { in isThirdLevelDirectoryNameValid()1748 private boolean checkOrientation(String orientation) { in checkOrientation() argument1749 if (!Pattern.compile(REGEX_ORIENTATION).matcher(orientation).matches()) { in checkOrientation()1750 LOG.error("Compressor::compressProcess orientation " + orientation + in checkOrientation()
836 ability.orientation = getJsonString(abilityJson, "orientation"); in parseAbility()
228 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"
77 …ype::ORIENTATION, bind(&IsSelectableOther, keyParams, placeholders::_1, targetConfig.orientation)}, in IsSelectCompile()
85 targetConfig.orientation); }}, in ParseLimit()
271 std::vector<KeyParam> orientation; member
436 | orientation | String | 标识ability中的orientation信息 | NA …
310 * returns the orientation of the legend319 * sets the orientation of the legend
116422 int orientation; member