Searched refs:hasOptions (Results 1 – 6 of 6) sorted by relevance
305 hasOptions: boolean | undefined;313 this.hasOptions = undefined;321 this.hasOptions = true;344 (this.hasOptions === another.hasOptions) && (this.hasOffset === another.hasOffset));
953 this.value.hasOptions, this.value.hasOffset);
2183 bool hasOptions = gridLayoutProperty->GetLayoutOptions().has_value(); in GetResetMode() local2184 return { !gridLayoutInfo_.hasBigItem_ || outOfMatrix || hasOptions, in GetResetMode()2185 gridLayoutInfo_.hasBigItem_ && !outOfMatrix && !hasOptions }; in GetResetMode()
1483 auto hasOptions = options[NUM_8]; in SetOverlay() local1489 if (static_cast<bool>(hasOptions)) { in SetOverlay()
808 this.value.offsetX, this.value.offsetY, this.value.hasOptions, this.value.hasOffset);15448 this.hasOptions = undefined;15455 this.hasOptions = true;15475 (this.hasOptions === another.hasOptions) && (this.hasOffset === another.hasOffset));
2677 auto hasOptions = (hasOptionsArg->IsBoolean()) ? hasOptionsArg->ToBoolean(vm)->Value(): false; in SetOverlay() local2688 options.push_back(static_cast<ArkUI_Float32>(hasOptions)); in SetOverlay()