Home
last modified time | relevance | path

Searched refs:panelHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/view/
H A DContentDisplayComponent.ets29 @Prop @Watch('onTargetInfoChanged') panelHeight: number;
59 this.scrollerHeight = (this.panelHeight - this.titleHeight < this
61 … .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 *
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/pages/
H A DPhonePage.ets56 @State panelHeight: number = 0;
84 …this.panelHeight = displayData.height / displayData.densityPixels - this.statusBarHeight - this.pa…
109 this.panelHeight =
115 this.panelHeight =
192 panelHeight: this.panelHeight
196 ….customHeight(this.level2Page ? this.realHeight > this.panelHeight ? this.panelHeight : this.realH…
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp906 auto panelHeightCallback = [this](uint32_t panelHeight, PanelFlag panelFlag) { in CreatePanel() argument
907 NotifyKeyboardHeight(panelHeight, panelFlag); in CreatePanel()
1219 void InputMethodAbility::NotifyKeyboardHeight(uint32_t panelHeight, PanelFlag panelFlag) in NotifyKeyboardHeight() argument
1226 …IMSA_HILOGD("notify panel height: %{public}u, flag: %{public}d.", panelHeight, static_cast<int32_t… in NotifyKeyboardHeight()
1231 channel->NotifyKeyboardHeight(panelHeight); in NotifyKeyboardHeight()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h92 void NotifyKeyboardHeight(uint32_t panelHeight, PanelFlag panelFlag);