Home
last modified time | relevance | path

Searched refs:minHeight (Results 1 – 6 of 6) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DFormInfo.java34 public String minHeight = ""; field in FormInfo
DJsonUtil.java952 formInfo.minHeight = getJsonString(form, "minHeight"); in parseAbilityPermissions()
/developtools/smartperf_host/ide/src/trace/component/
DSpInfoAndStas.ts91 this.metaTableEl!.style.minHeight = '80%';
94 this.infoTableEl!.style.minHeight = '80%';
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts37 const minHeight = 40; //泳道最低高度为40 constant
321 if (newHeight < minHeight) {
322 newHeight = minHeight;
/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts559 let minHeight = Math.min( variable
563 if (maxHeight <= minHeight) {
/developtools/packing_tool/
DREADME_zh.md724 | minHeight | String | 标识formInfo的最小高度 | NA |