Home
last modified time | relevance | path

Searched refs:properties1 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/
H A Dhuks-key-generation-arkts.md31 let properties1: Array<huks.HuksParam> = [
46 properties: properties1,
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-key-generation-arkts.md31 let properties1: Array<huks.HuksParam> = [
46 properties: properties1,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp846 auto& properties1 = node.GetMutableRenderProperties(); variable
847 properties1.boundsGeo_ = std::make_shared<RSObjAbsGeometry>();
865 auto& properties1 = rootNode.GetMutableRenderProperties(); variable
866 properties1.boundsGeo_ = std::make_shared<RSObjAbsGeometry>();
885 auto& properties1 = subTreeRoot.GetMutableRenderProperties(); variable
886 properties1.boundsGeo_ = std::make_shared<RSObjAbsGeometry>();
906 auto& properties1 = subTreeRoot.GetMutableRenderProperties(); variable
907 properties1.boundsGeo_ = std::make_shared<RSObjAbsGeometry>();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_Extend_test_ng.cpp1650 TextProperties properties1; variable
1651 properties1.upFontSize = Dimension(FONT_SIZE_5);
1652 properties1.fontSize = Dimension(FONT_SIZE_20);
1653 properties1.downFontSize = Dimension(FONT_SIZE_5);
1654 properties1.upColor = Color::RED;
1655 properties1.currentColor = Color::RED;
1656 properties1.downColor = Color::RED;
1657 animationProperties.emplace_back(properties1);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp2473 TimeTextProperties properties1; variable
2474 properties1.upFontSize = Dimension(FONT_SIZE_5);
2475 properties1.fontSize = Dimension(FONT_SIZE_20);
2476 properties1.downFontSize = Dimension(FONT_SIZE_5);
2477 properties1.upColor = Color::RED;
2478 properties1.currentColor = Color::RED;
2479 properties1.downColor = Color::RED;
2480 animationProperties.emplace_back(properties1);