Home
last modified time | relevance | path

Searched refs:popupLength (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager_util.cpp49 Ace::PopupLength popupLength; in ConvertToPopupUIExtensionConfig() local
52 popupLength.unit = ConvertPopupUnit(targetSpace.unit); in ConvertToPopupUIExtensionConfig()
53 popupLength.length = static_cast<double>(targetSpace.length); in ConvertToPopupUIExtensionConfig()
54 popupConfig.targetSpace = popupLength; in ConvertToPopupUIExtensionConfig()
58 popupLength.unit = ConvertPopupUnit(arrowOffset.unit); in ConvertToPopupUIExtensionConfig()
59 popupLength.length = static_cast<double>(arrowOffset.length); in ConvertToPopupUIExtensionConfig()
60 popupConfig.arrowOffset = popupLength; in ConvertToPopupUIExtensionConfig()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_util_test/
H A Dauto_fill_manager_util_test.cpp41 AbilityRuntime::AutoFill::PopupLength popupLength { variable
92 popupLength,