Searched refs:gapLength (Results 1 – 3 of 3) sorted by relevance
53 @State gapLength: number = 0;183 this.gapLength = CommonConstants.GENERAL_PHONE_GAP_LENGTH;185 this.gapLength = CommonConstants.PC_PAD_GAP_LENGTH;187 console.log(TAG + 'this.gapLength : ' + this.gapLength);348 .padding({ left: this.gapLength, right: this.gapLength })
387 float gapLength = maxLength - actLength; in OnMeasureArcTextInfo() local389 gapLength = gapLength / 2; // 2: half in OnMeasureArcTextInfo()391 …arcTextInfo_.startAngle += TypedText::GetAngleForArcLen(gapLength, letterHeight, arcTextInfo_.radi… in OnMeasureArcTextInfo()
57 @State gapLength: number = 0;155 this.gapLength = CommonConstants.GENERAL_PHONE_GAP_LENGTH;157 this.gapLength = CommonConstants.PC_PAD_GAP_LENGTH;159 logger.info(`${TAG} this.gapLength : ${this.gapLength}`);428 .padding({ left: this.gapLength, right: this.gapLength })