Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSwiper.ts357 left = (this.value as ArkDotIndicator).leftValue;
358 top = (this.value as ArkDotIndicator).topValue;
359 right = (this.value as ArkDotIndicator).rightValue;
365 mask = (this.value as ArkDotIndicator).maskValue;
431 if (this.stageValue instanceof ArkDotIndicator && this.value instanceof ArkDotIndicator) {
435 (this.value as ArkDotIndicator).itemWidthValue
439 (this.value as ArkDotIndicator).itemHeightValue
450 (this.stageValue as ArkDotIndicator).maskValue,
451 (this.value as ArkDotIndicator).maskValue
454 (this.stageValue as ArkDotIndicator).colorValue,
[all …]
H A DArkClassDefine.ts1085 class ArkDotIndicator extends DotIndicator {
1117 isEqual(another: ArkDotIndicator): boolean {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js16064 class ArkDotIndicator extends DotIndicator { class
28246 if (this.stageValue instanceof ArkDotIndicator && this.value instanceof ArkDotIndicator) {