Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/third-party-cases/
H A Dimmersion-mode.md107 @StorageLink("bottomHeight") bottomHeight: number = 0
132 .height(px2vp(this.bottomHeight))
152 AppStorage.SetOrCreate<number>("bottomHeight", area.bottomRect.height);
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-animator.md90 if (progress > this.topWidth && this.translateY < this.bottomHeight) {
145 bottomHeight: number = 100;
164 if (progress > this.topWidth && this.translateY < this.bottomHeight) {
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-animator.md90 if (progress > this.topWidth && this.translateY < this.bottomHeight) {
145 bottomHeight: number = 100;
164 if (progress > this.topWidth && this.translateY < this.bottomHeight) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp343 auto bottomHeight = std::max(errorHeight, countHeight); in CreateNodePaintMethod() local
344 RectF boundsRect(0.0f, 0.0f, textWidth, bottomHeight + frameSize.Height()); in CreateNodePaintMethod()