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