Home
last modified time | relevance | path

Searched defs:value (Results 801 - 825 of 7524) sorted by relevance

1...<<31323334353637383940>>...301

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/progress/
H A Dprogress_color_test.cpp23 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}}; in TestProgressColor001() local
34 ArkUI_NumberValue value[] = {{.u32 = COLOR_WHITE}}; in TestProgressColor002() local
45 ArkUI_NumberValue value[] = {{.u32 = COLOR_BLACK}}; in TestProgressColor003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/refresh/
H A Drefresh_offset_test.cpp22 ArkUI_NumberValue value[] = {{.f32 = PARAM_80}}; in TestRefreshOffset001() local
33 ArkUI_NumberValue value[] = {{.f32 = PARAM_NEGATIVE_100}}; in TestRefreshOffset002() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_edgeeffect_test.cpp25 ArkUI_NumberValue value[] = {{.i32 = ARKUI_EDGE_EFFECT_NONE}, {.i32 = PARAM_1}}; in TestScrollEdgeEffect001() local
37 ArkUI_NumberValue value[] = {{.i32 = ARKUI_EDGE_EFFECT_SPRING}, {.i32 = PARAM_0}}; in TestScrollEdgeEffect002() local
49 ArkUI_NumberValue value[] = {{.i32 = ARKUI_EDGE_EFFECT_FADE}, {.i32 = PARAM_1}}; TestScrollEdgeEffect003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_backgroundcolor_test.cpp25 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestStackBackgroundColor001() local
38 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestStackBackgroundColor002() local
51 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestStackBackgroundColor003() local
[all...]
H A Dstack_backgroundimageposition_test.cpp26 ArkUI_NumberValue value[] = {{.f32 = positionX}, {.f32 = positionY}}; in TestStackBackgroundImagePosition001() local
41 ArkUI_NumberValue value[] = {{.f32 = positionX}, {.f32 = positionY}}; in TestStackBackgroundImagePosition002() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_height_test.cpp25 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestTextAreaHeight001() local
38 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestTextAreaHeight002() local
53 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestTextAreaHeight003() local
[all...]
H A Dtextarea_fontcolor_test.cpp23 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}}; in TestTextAreaFontColor001() local
34 ArkUI_NumberValue value[] = {{.u32 = COLOR_WHITE}}; in TestTextAreaFontColor002() local
45 ArkUI_NumberValue value[] = {{.u32 = COLOR_BLACK}}; in TestTextAreaFontColor003() local
[all...]
H A Dtextarea_fontstyle_test.cpp23 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_STYLE_NORMAL}}; in TestTextAreaFontStyle001() local
34 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_STYLE_ITALIC}}; in TestTextAreaFontStyle002() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_selectedbackgroundcolor_test.cpp24 ArkUI_NumberValue value[] = {{.u32 = selectedBackgroundColor}}; in TestTextInputSelectedBackgroundColor001() local
37 ArkUI_NumberValue value[] = {{.u32 = selectedBackgroundColor}}; in TestTextInputSelectedBackgroundColor002() local
50 ArkUI_NumberValue value[] = {{.u32 = selectedBackgroundColor}}; in TestTextInputSelectedBackgroundColor003() local
[all...]
H A Dtextinput_showpasswordicon_test.cpp25 ArkUI_NumberValue value[] = {{.i32 = showPasswordIcon}}; in TestTextInputShowPasswordIcon001() local
39 ArkUI_NumberValue value[] = {{.i32 = showPasswordIcon}}; in TestTextInputShowPasswordIcon002() local
53 ArkUI_NumberValue value[] = {{.i32 = showPasswordIcon}}; in TestTextInputShowPasswordIcon003() local
[all...]
H A Dtextinput_selectionmenuhidden_test.cpp23 ArkUI_NumberValue value[] = {{.i32 = true}}; in TestTextInputSelectionMenuHidden001() local
42 ArkUI_NumberValue value[] = {{.i32 = PARAM_NEGATIVE_2}}; in TestTextInputSelectionMenuHidden003() local
H A Dtextinput_position_test.cpp26 ArkUI_NumberValue value[] = {{.f32 = positionX}, {.f32 = positionY}}; in TestTextInputPosition001() local
41 ArkUI_NumberValue value[] = {{.f32 = positionX}, {.f32 = positionY}}; in TestTextInputPosition002() local
[all...]
H A Dtextinput_showunderline_test.cpp24 ArkUI_NumberValue value[] = {{.i32 = showUnderLine}}; in TestTextInputShowUnderLine001() local
36 ArkUI_NumberValue value[] = {{.i32 = showUnderLine}}; in TestTextInputShowUnderLine002() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/accessibility/
H A Dtimepicker_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestTimePickerAccessibilityDescription001() local
35 ArkUI_NumberValue value[] = {}; in TestTimePickerAccessibilityDescription002() local
H A Dtextpicker_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestTextPickerAccessibilityDescription001() local
35 ArkUI_NumberValue value[] = {}; in TestTextPickerAccessibilityDescription002() local
H A Dtextinput_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestTextInputAccessibilityDescription001() local
35 ArkUI_NumberValue value[] = {}; in TestTextInputAccessibilityDescription002() local
H A Dtextinput_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestTextInputAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestTextInputAccessibilityText002() local
H A Dtextpicker_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestTextPickerAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestTextPickerAccessibilityText002() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/calendarpicker/
H A Dcalendarpicker_width_test.cpp25 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCalendarPickerWidth001() local
38 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCalendarPickerWidth002() local
53 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCalendarPickerWidth003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/checkbox/
H A Dcheckbox_height_test.cpp25 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestCheckboxHeight001() local
38 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestCheckboxHeight002() local
53 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestCheckboxHeight003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_borderwidth_test.cpp23 ArkUI_NumberValue value[] = {{.f32 = PARAM_5}}; in TestCommonAttrsBorderWidth001() local
34 ArkUI_NumberValue value[] = {{.f32 = PARAM_5}, {.f32 = PARAM_5}, {.f32 = PARAM_5}, {.f32 = PARAM_5}}; in TestCommonAttrsBorderWidth002() local
48 ArkUI_NumberValue value[] = {{.f32 = PARAM_NEGATIVE_10}}; TestCommonAttrsBorderWidth003() local
59 ArkUI_NumberValue value[] = { TestCommonAttrsBorderWidth004() local
[all...]
H A Dcommonattrs_flexbasis_test.cpp24 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCommonAttrsFlexBasis001() local
36 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCommonAttrsFlexBasis002() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_flexshrink_test.cpp24 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCustomComponentFlexShrink001() local
36 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCustomComponentFlexShrink002() local
H A Dcustomcomponent_flexbasis_test.cpp24 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCustomComponentFlexBasis001() local
36 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCustomComponentFlexBasis002() local
H A Dcustomcomponent_flexgrow_test.cpp24 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCustomComponentFlexGrow001() local
36 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCustomComponentFlexGrow002() local

Completed in 13 milliseconds

1...<<31323334353637383940>>...301