Home
last modified time | relevance | path

Searched defs:widthValue (Results 1 – 25 of 36) sorted by relevance

12

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
Dtext_clip_test.cpp62 float widthValue = 40; in TestTextClip004() local
85 float widthValue = 40; in TestTextClip005() local
100 float widthValue = 40; in TestTextClip006() local
115 float widthValue = 40; in TestTextClip007() local
133 float widthValue = 40; in TestTextClip008() local
148 float widthValue = -40; in TestTextClip009() local
172 float widthValue = -40; in TestTextClip010() local
188 float widthValue = -40; in TestTextClip011() local
204 float widthValue = -40; in TestTextClip012() local
Dtext_mask_test.cpp24 float widthValue = 5; in TestTextMask001() local
48 float widthValue = 5; in TestTextMask002() local
69 float widthValue = 5; in TestTextMask003() local
90 float widthValue = 5; in TestTextMask004() local
132 float widthValue = 100; in TestTextMask006() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/unit/
Dunit_widthpercent_test.cpp27 ArkUI_NumberValue widthValue[] = { { .f32 = WIDTH_PERCENT_1 } }; in TestUnitWidthPercent001() local
37 ArkUI_NumberValue widthValue[] = { { .f32 = WIDTH_PERCENT_2 } }; in TestUnitWidthPercent002() local
47 ArkUI_NumberValue widthValue[] = { { .f32 = WIDTH_PERCENT_3 } }; in TestUnitWidthPercent003() local
57 ArkUI_NumberValue widthValue[] = { { .f32 = WIDTH_PERCENT_4 } }; in TestUnitWidthPercent004() local
68 ArkUI_NumberValue widthValue[] = { { .f32 = WIDTH_PERCENT_5 } }; in TestUnitWidthPercent005() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
Dcustomcomponent_eventondraw_test.cpp28 ArkUI_NumberValue widthValue[] = { { .f32 = 50 } }; in createChildNode() local
55 ArkUI_NumberValue widthValue[] = { { .f32 = 200 } }; in createColumnNode() local
Dcustomcomponent_id_test.cpp73 ArkUI_NumberValue widthValue[] = {{.f32 = width}}; in CreateSubCustomComponentNode() local
Dcustomcomponent_event_test.cpp74 ArkUI_NumberValue widthValue[] = { {.f32 = 500} }; in CreateNativeNode() local
/test/xts/acts/arkui/ace_c_arkui_testwearcrop/entry/src/main/cpp/calendarpicker/
Dcalendarpicker_onchange_test.cpp27 ArkUI_NumberValue widthValue[] = {{.f32 = SIZE_200}}; in createChildNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/timepicker/
Dtimepicker_onchange_test.cpp27 ArkUI_NumberValue widthValue[] = {{.f32 = SIZE_200}}; in createChildNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/
Ddrag_getWidthHeight.cpp86 ArkUI_NumberValue widthValue[] = {200}; in CreateNativeNode() local
Ddrag_getDataTypesCount.cpp45 ArkUI_NumberValue widthValue[] = {200}; in createDragAreaChildNode() local
Ddrag_getXY.cpp101 ArkUI_NumberValue widthValue[] = {200}; in CreateNativeNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/datepicker/
Ddatepicker_ondatechange_test.cpp27 ArkUI_NumberValue widthValue[] = {{.f32 = SIZE_200}}; in createChildNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textpicker/
Dtextpicker_onchange_test.cpp27 ArkUI_NumberValue widthValue[] = {{.f32 = SIZE_150}}; in createChildNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/
Danimator_event_test.cpp175 ArkUI_NumberValue widthValue[] = {380}; in testKeyframeRegisterOnFinish_001() local
232 ArkUI_NumberValue widthValue[] = {380}; in testKeyframeRegisterOnEvent_002() local
302 ArkUI_NumberValue widthValue[] = {progress}; in CreateRegisterOnFrameCallback() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
Dimage_oncomplete_test.cpp75 ArkUI_NumberValue widthValue[] = {{.f32 = width}}; in CreateSubImageNode() local
Dimage_id_test.cpp71 ArkUI_NumberValue widthValue[] = {{.f32 = width}}; in CreateSubImageNode() local
Dimage_onerror_test.cpp74 ArkUI_NumberValue widthValue[] = {{.f32 = width}}; in CreateSubImageNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
Dcommonattrs_id_test.cpp73 ArkUI_NumberValue widthValue[] = {{.f32 = width}}; in CreateSubCommonAttrsNode() local
/test/xts/acts/arkui/ace_c_arkui_test_api15/entry/src/main/cpp/gestureRecognizer/
DgestureRecognizer.cpp69 ArkUI_NumberValue widthValue[] = {200}; in createColumn() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
Dtextinput_ontextselectionallchange_test.cpp49 ArkUI_NumberValue widthValue[] = { { .f32 = width } }; in CreateSubTextInputNode() local
Dtextinput_ontextselectionchange_test.cpp50 ArkUI_NumberValue widthValue[] = { { .f32 = width } }; in CreateSubTextInputNode() local
Dtextinput_oncontentdidchange_test.cpp64 ArkUI_NumberValue widthValue[] = { { .f32 = width } }; in CreateChildNode() local
/test/xts/acts/arkui/ace_c_arkui_test_api15/entry/src/main/cpp/eventInfo/
DeventInfo.cpp68 ArkUI_NumberValue widthValue[] = {200}; in createColumn() local
/test/xts/acts/arkui/ace_c_arkui_nowear_test_api15/entry/src/main/cpp/snapShot/
Dsnap_shot.cpp85 ArkUI_NumberValue widthValue[] = {200}; in createColumn() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
Dtextarea_oncontentdidchange_test.cpp63 ArkUI_NumberValue widthValue[] = { { .f32 = width } }; in CreateChildNode() local

12