Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
Dtext_radialgradient_test.cpp32 int32_t repeat = 0; in TestTextRadialGradient002() local
36 …alue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestTextRadialGradient002()
44 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestTextRadialGradient002()
52 int32_t repeat = 0; in TestTextRadialGradient003() local
56 …alue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestTextRadialGradient003()
64 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestTextRadialGradient003()
72 int32_t repeat = 1; in TestTextRadialGradient004() local
76 …alue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestTextRadialGradient004()
84 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestTextRadialGradient004()
92 int32_t repeat = 1; in TestTextRadialGradient005() local
[all …]
Dtext_sweepgradient_test.cpp37 int32_t repeat = 0; in TestTextSweepGradient002() local
42 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestTextSweepGradient002()
51 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestTextSweepGradient002()
66 int32_t repeat = 0; in TestTextSweepGradient003() local
71 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestTextSweepGradient003()
80 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestTextSweepGradient003()
95 int32_t repeat = 1; in TestTextSweepGradient004() local
100 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestTextSweepGradient004()
109 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestTextSweepGradient004()
124 int32_t repeat = 0; in TestTextSweepGradient005() local
[all …]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
Dcommonattrs_radialgradient_test.cpp32 int32_t repeat = 0; in TestCommonAttrsRadialGradient002() local
36 …alue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCommonAttrsRadialGradient002()
43 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCommonAttrsRadialGradient002()
52 int32_t repeat = 0; in TestCommonAttrsRadialGradient003() local
56 …alue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCommonAttrsRadialGradient003()
63 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCommonAttrsRadialGradient003()
72 int32_t repeat = 1; in TestCommonAttrsRadialGradient004() local
76 …alue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCommonAttrsRadialGradient004()
83 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCommonAttrsRadialGradient004()
Dcommonattrs_sweepgradient_test.cpp37 int32_t repeat = 0; in TestCommonAttrsSweepGradient002() local
42 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCommonAttrsSweepGradient002()
51 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCommonAttrsSweepGradient002()
63 int32_t repeat = 0; in TestCommonAttrsSweepGradient003() local
68 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCommonAttrsSweepGradient003()
77 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCommonAttrsSweepGradient003()
89 int32_t repeat = 1; in TestCommonAttrsSweepGradient004() local
94 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCommonAttrsSweepGradient004()
103 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCommonAttrsSweepGradient004()
115 int32_t repeat = 0; in TestCommonAttrsSweepGradient005() local
[all …]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_layout/ace_ets_module_layout_api11/entry/src/main/ets/test/GridTest/
DGridRowCol02.test.ets49 * @tc.desc : set rowsTemplate to repeat(auto-fit,10%)
56 globalThis.value.message.notify({name:'rowsTemplate', value: 'repeat(auto-fit,10%)' });
62 expect(obj1.$attrs.rowsTemplate).assertEqual('repeat(auto-fit,10%)');
71 * @tc.desc : set rowsTemplate to repeat(auto-fit,10%)
78 globalThis.value.message.notify({name:'rowsTemplate', value: 'repeat(auto-fit,90px)' });
84 expect(obj1.$attrs.rowsTemplate).assertEqual('repeat(auto-fit,90px)');
93 * @tc.desc : set rowsTemplate to repeat(auto-fit,10%)
100 globalThis.value.message.notify({name:'rowsTemplate', value: 'repeat(auto-fit,-1)' });
106 expect(obj1.$attrs.rowsTemplate).assertEqual('repeat(auto-fit,-1)');
115 * @tc.desc : set rowsTemplate to repeat(auto-fit,10%)
[all …]
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/test/
DGridRowCol02.test.ets49 * @tc.desc : set rowsTemplate to repeat(auto-fit,10%)
56 globalThis.value.message.notify({name:'rowsTemplate', value: 'repeat(auto-fit,10%)' });
62 expect(obj1.$attrs.rowsTemplate).assertEqual('repeat(auto-fit,10%)');
71 * @tc.desc : set rowsTemplate to repeat(auto-fit,10%)
78 globalThis.value.message.notify({name:'rowsTemplate', value: 'repeat(auto-fit,90px)' });
84 expect(obj1.$attrs.rowsTemplate).assertEqual('repeat(auto-fit,90px)');
93 * @tc.desc : set rowsTemplate to repeat(auto-fit,10%)
100 globalThis.value.message.notify({name:'rowsTemplate', value: 'repeat(auto-fit,-1)' });
106 expect(obj1.$attrs.rowsTemplate).assertEqual('repeat(auto-fit,-1)');
115 * @tc.desc : set rowsTemplate to repeat(auto-fit,10%)
[all …]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_scroll/ace_ets_module_scroll_api11/entry/src/main/ets/MainAbility/pages/grid/
DGridJC.ets79 .columnsTemplate("repeat(auto-fill, 88px)")
80 .rowsTemplate("repeat(auto-fill, 88px)")
101 .columnsTemplate("repeat(auto-fill, 300vp)")
102 .rowsTemplate("repeat(auto-fill, 50vp)")
145 .columnsTemplate("repeat(auto-fill, 0)")
146 .rowsTemplate("repeat(auto-fill, 0)")
167 .columnsTemplate("repeat(auto-fill, 20px)")
168 .rowsTemplate("repeat(auto-fill, 600vp)")
189 .columnsTemplate("repeat(auto-fit, 88px)")
190 .rowsTemplate("repeat(auto-fit, 88px)")
[all …]
/test/xts/acts/arkui/ace_ets_component_completion/ace_ets_component_wholeCompletion/src/main/ets/TestAbility/pages/
Dgrid.ets79 .columnsTemplate("repeat(auto-fill, 88px)")
80 .rowsTemplate("repeat(auto-fill, 88px)")
101 .columnsTemplate("repeat(auto-fill, 300vp)")
102 .rowsTemplate("repeat(auto-fill, 50vp)")
145 .columnsTemplate("repeat(auto-fill, 0)")
146 .rowsTemplate("repeat(auto-fill, 0)")
167 .columnsTemplate("repeat(auto-fill, 20px)")
168 .rowsTemplate("repeat(auto-fill, 600vp)")
189 .columnsTemplate("repeat(auto-fit, 88px)")
190 .rowsTemplate("repeat(auto-fit, 88px)")
[all …]
/test/xts/acts/arkui/ace_ets_component_api/src/main/ets/TestAbility/pages/
DCanvasAPI.ets86 this.canvasPattern = this.context.createPattern(this.img, 'no-repeat');
96 let canvasPattern = this.context.createPattern(this.img, 'no-repeat');
109 let canvasPattern = this.context3.createPattern(this.img, 'no-repeat');
121 let canvasPattern = this.context4.createPattern(this.img, 'no-repeat');
133 let canvasPattern = this.context2.createPattern(this.img, 'no-repeat');
145 let canvasPattern = this.context3.createPattern(this.img, 'no-repeat');
157 let canvasPattern = this.context4.createPattern(this.img, 'no-repeat');
169 let canvasPattern = this.context2.createPattern(this.img, 'no-repeat');
181 let canvasPattern = this.context3.createPattern(this.img, 'no-repeat');
193 let canvasPattern = this.context4.createPattern(this.img, 'no-repeat');
[all …]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_draw/ace_ets_module_draw_api11/entry/src/main/ets/MainAbility/pages/Canvas/
DCanvasAPI.ets86 this.canvasPattern = this.context.createPattern(this.img, 'no-repeat');
96 let canvasPattern = this.context.createPattern(this.img, 'no-repeat');
109 let canvasPattern = this.context3.createPattern(this.img, 'no-repeat');
121 let canvasPattern = this.context4.createPattern(this.img, 'no-repeat');
133 let canvasPattern = this.context2.createPattern(this.img, 'no-repeat');
145 let canvasPattern = this.context3.createPattern(this.img, 'no-repeat');
157 let canvasPattern = this.context4.createPattern(this.img, 'no-repeat');
169 let canvasPattern = this.context2.createPattern(this.img, 'no-repeat');
181 let canvasPattern = this.context3.createPattern(this.img, 'no-repeat');
193 let canvasPattern = this.context4.createPattern(this.img, 'no-repeat');
[all …]
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_borderImage/entry/src/main/ets/MainAbility/pages/borderImage/
DBorderImagePage.ets27 repeat: RepeatMode.Stretch,
46 repeat: RepeatMode.Stretch,
65 repeat: RepeatMode.Stretch,
84 repeat: RepeatMode.Stretch,
103 repeat: RepeatMode.Stretch,
122 repeat: RepeatMode.Stretch,
141 repeat: RepeatMode.Stretch,
160 repeat: RepeatMode.Stretch,
179 repeat: RepeatMode.Stretch,
198 repeat: RepeatMode.Stretch,
[all …]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_scroll/ace_ets_module_scroll_api11/entry/src/main/ets/test/gridTest/
DGridJC.test.ets53 expect(JSON.parse(strJson).$attrs.columnsTemplate).assertEqual("repeat(auto-fill, 88px)");
54 expect(JSON.parse(strJson).$attrs.rowsTemplate).assertEqual("repeat(auto-fill, 88px)");
72 … expect(JSON.parse(strJson).$attrs.columnsTemplate).assertEqual("repeat(auto-fill, 300vp)");
73 expect(JSON.parse(strJson).$attrs.rowsTemplate).assertEqual("repeat(auto-fill, 50vp)");
109 expect(JSON.parse(strJson).$attrs.columnsTemplate).assertEqual("repeat(auto-fill, 0)");
110 expect(JSON.parse(strJson).$attrs.rowsTemplate).assertEqual("repeat(auto-fill, 0)");
127 expect(JSON.parse(strJson).$attrs.columnsTemplate).assertEqual("repeat(auto-fill, 20px)");
128 expect(JSON.parse(strJson).$attrs.rowsTemplate).assertEqual("repeat(auto-fill, 600vp)");
145 expect(JSON.parse(strJson).$attrs.columnsTemplate).assertEqual("repeat(auto-fit, 88px)");
146 expect(JSON.parse(strJson).$attrs.rowsTemplate).assertEqual("repeat(auto-fit, 88px)");
[all …]
/test/xts/acts/arkui/ace_ets_component_completion/ace_ets_component_wholeCompletion/src/main/ets/test/
DGrid.test.ets53 expect(JSON.parse(strJson).$attrs.columnsTemplate).assertEqual("repeat(auto-fill, 88px)");
54 expect(JSON.parse(strJson).$attrs.rowsTemplate).assertEqual("repeat(auto-fill, 88px)");
72 … expect(JSON.parse(strJson).$attrs.columnsTemplate).assertEqual("repeat(auto-fill, 300vp)");
73 expect(JSON.parse(strJson).$attrs.rowsTemplate).assertEqual("repeat(auto-fill, 50vp)");
109 expect(JSON.parse(strJson).$attrs.columnsTemplate).assertEqual("repeat(auto-fill, 0)");
110 expect(JSON.parse(strJson).$attrs.rowsTemplate).assertEqual("repeat(auto-fill, 0)");
127 expect(JSON.parse(strJson).$attrs.columnsTemplate).assertEqual("repeat(auto-fill, 20px)");
128 expect(JSON.parse(strJson).$attrs.rowsTemplate).assertEqual("repeat(auto-fill, 600vp)");
145 expect(JSON.parse(strJson).$attrs.columnsTemplate).assertEqual("repeat(auto-fit, 88px)");
146 expect(JSON.parse(strJson).$attrs.rowsTemplate).assertEqual("repeat(auto-fit, 88px)");
[all …]
/test/xts/acts/arkui/ace_ets_component_ArkUI_test/entry/src/main/ets/MainAbility/pages/GestureRelated/
DGestureLongPressGesture.ets34 LongPressGesture({ repeat: true })
37 if (event && event.repeat) {
54 console.log("repeat " + longPressEvent.repeat)
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonEvents/ace_ets_module_commonEvents_api11/entry/src/main/ets/MainAbility/pages/onGestureJudgeBegin/
DGestureLongPressGesture.ets34 LongPressGesture({ repeat: true })
37 if (event && event.repeat) {
54 console.log("repeat " + longPressEvent.repeat)
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/badge/style/
Dindex.css119 border-image-repeat: repeat;
168 border-image-repeat: repeat;
323 background-repeat: repeat-x;
332 background-repeat: no-repeat;
341 background-repeat: repeat;
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/badge/style/
Dindex.css119 border-image-repeat: repeat;
168 border-image-repeat: repeat;
323 background-repeat: repeat-x;
332 background-repeat: no-repeat;
341 background-repeat: repeat;
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/refresh/style/
Dindex.css119 border-image-repeat: repeat;
168 border-image-repeat: repeat;
323 background-repeat: repeat-x;
332 background-repeat: no-repeat;
341 background-repeat: repeat;
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/refresh/style/
Dindex.css119 border-image-repeat: repeat;
168 border-image-repeat: repeat;
323 background-repeat: repeat-x;
332 background-repeat: no-repeat;
341 background-repeat: repeat;
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/listItem/style/
Dindex.css119 border-image-repeat: repeat;
168 border-image-repeat: repeat;
323 background-repeat: repeat-x;
332 background-repeat: no-repeat;
341 background-repeat: repeat;
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/stack/style/
Dindex.css119 border-image-repeat: repeat;
168 border-image-repeat: repeat;
323 background-repeat: repeat-x;
332 background-repeat: no-repeat;
341 background-repeat: repeat;
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/listItem/style/
Dindex.css119 border-image-repeat: repeat;
168 border-image-repeat: repeat;
323 background-repeat: repeat-x;
332 background-repeat: no-repeat;
341 background-repeat: repeat;
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/stack/style/
Dindex.css119 border-image-repeat: repeat;
168 border-image-repeat: repeat;
323 background-repeat: repeat-x;
332 background-repeat: no-repeat;
341 background-repeat: repeat;
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/stepperItem/style/
Dstyle.css114 border-image-repeat: repeat;
125 /* border-image-repeat: repeat;*/
264 background-repeat: repeat-x;
271 background-repeat: no-repeat;
278 background-repeat: repeat;
285 background-repeat: repeat;
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/stepperItem/style/
Dstyle.css114 border-image-repeat: repeat;
125 /* border-image-repeat: repeat;*/
264 background-repeat: repeat-x;
271 background-repeat: no-repeat;
278 background-repeat: repeat;
285 background-repeat: repeat;

12345678910>>...19