Home
last modified time | relevance | path

Searched refs:gapLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/entry/src/main/ets/pages/
H A DPasteboardSwitch.ets53 @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 })
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp387 float gapLength = maxLength - actLength; in OnMeasureArcTextInfo() local
389 gapLength = gapLength / 2; // 2: half in OnMeasureArcTextInfo()
391 …arcTextInfo_.startAngle += TypedText::GetAngleForArcLen(gapLength, letterHeight, arcTextInfo_.radi… in OnMeasureArcTextInfo()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/ets/pages/
H A DContinueSwitch.ets57 @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 })