Searched refs:bottomHeight (Results 1 – 4 of 4) sorted by relevance
107 @StorageLink("bottomHeight") bottomHeight: number = 0132 .height(px2vp(this.bottomHeight))152 AppStorage.SetOrCreate<number>("bottomHeight", area.bottomRect.height);
90 if (progress > this.topWidth && this.translateY < this.bottomHeight) {145 bottomHeight: number = 100;164 if (progress > this.topWidth && this.translateY < this.bottomHeight) {
343 auto bottomHeight = std::max(errorHeight, countHeight); in CreateNodePaintMethod() local344 RectF boundsRect(0.0f, 0.0f, textWidth, bottomHeight + frameSize.Height()); in CreateNodePaintMethod()