Lines Matching defs:offset
1309 // The offset needs to be calculated based on the placement
1313 AbilityRuntime::AutoFill::PopupOffset offset;
1314 offset.deltaX = GetPopupConfigWillUpdateX(config);
1315 offset.deltaY = GetPopupConfigWillUpdateY(config);
1316 TAG_LOGI(AceLogTag::ACE_AUTO_FILL, "PopupOffset x:%{public}f,y:%{public}f", offset.deltaX, offset.deltaY);
1317 config.targetOffset = offset;
3178 int32_t action, int64_t offset)
3183 [weak = WeakClaim(this), elementId, &actionArguments, action, offset, &IsExecuted]() {
3194 elementId, actionArguments, action, ngPipeline, offset);