Searched refs:panelHeight (Results 1 – 4 of 4) sorted by relevance
29 @Prop @Watch('onTargetInfoChanged') panelHeight: number;59 this.scrollerHeight = (this.panelHeight - this.titleHeight < this61 … .panelHeight - this.titleHeight : this.singleRowHeight * this.targetInfoArraySplit.length) + 16;132 .constraintSize({ maxHeight: this.panelHeight - this.titleHeight })141 this.scrollerHeight = (this.panelHeight - this.titleHeight < this.singleRowHeight *142 … this.targetInfoArraySplit.length ? this.panelHeight - this.titleHeight : this.singleRowHeight *
56 @State panelHeight: number = 0;84 …this.panelHeight = displayData.height / displayData.densityPixels - this.statusBarHeight - this.pa…109 this.panelHeight =115 this.panelHeight =192 panelHeight: this.panelHeight196 ….customHeight(this.level2Page ? this.realHeight > this.panelHeight ? this.panelHeight : this.realH…
906 auto panelHeightCallback = [this](uint32_t panelHeight, PanelFlag panelFlag) { in CreatePanel() argument907 NotifyKeyboardHeight(panelHeight, panelFlag); in CreatePanel()1219 void InputMethodAbility::NotifyKeyboardHeight(uint32_t panelHeight, PanelFlag panelFlag) in NotifyKeyboardHeight() argument1226 …IMSA_HILOGD("notify panel height: %{public}u, flag: %{public}d.", panelHeight, static_cast<int32_t… in NotifyKeyboardHeight()1231 channel->NotifyKeyboardHeight(panelHeight); in NotifyKeyboardHeight()
92 void NotifyKeyboardHeight(uint32_t panelHeight, PanelFlag panelFlag);