Home
last modified time | relevance | path

Searched refs:isTransparencyEnabled (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp512 void FormItemInfo::SetTransparencyEnabled(bool isTransparencyEnabled) in SetTransparencyEnabled() argument
514 transparencyEnabled_ = isTransparencyEnabled; in SetTransparencyEnabled()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_pattern_test.cpp1224 bool isTransparencyEnabled = false; variable
1227 bool ret = pattern->ShouldLoadFormSkeleton(isTransparencyEnabled, info);
1231 ret = pattern->ShouldLoadFormSkeleton(isTransparencyEnabled, info);
1234 ret = pattern->ShouldLoadFormSkeleton(isTransparencyEnabled, info);
1241 isTransparencyEnabled = true;
1242 ret = pattern->ShouldLoadFormSkeleton(isTransparencyEnabled, info);
1246 isTransparencyEnabled = false;
1248 ret = pattern->ShouldLoadFormSkeleton(isTransparencyEnabled, info);
H A Dform_test_ng.cpp1032 bool isTransparencyEnabled = true; variable
1035 auto ret = pattern->ShouldLoadFormSkeleton(isTransparencyEnabled, info);
1038 ret = pattern->ShouldLoadFormSkeleton(isTransparencyEnabled, info);
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h328 void SetTransparencyEnabled(bool isTransparencyEnabled);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.h196 bool ShouldLoadFormSkeleton(bool isTransparencyEnabled, const RequestFormInfo &info);
H A Dform_pattern.cpp975 bool FormPattern::ShouldLoadFormSkeleton(bool isTransparencyEnabled, const RequestFormInfo &info) in ShouldLoadFormSkeleton() argument
988 if (isTransparencyEnabled) { in ShouldLoadFormSkeleton()