/test/xts/acts/arkui/ace_js_attribute_api/src/main/js/MainAbility/pages/div/router/ |
D | index.js | 25 duration: 200, property 36 duration: 200, property 47 duration: 200, property 58 duration: 200, property 69 duration: 200, property 80 duration: 200, property 91 duration: 200, property 102 duration: 200, property 113 duration: 200, property 124 duration: 200, property [all …]
|
/test/xts/acts/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/ |
D | animate.ets | 23 @State duration: number = 100 36 if (message.name == 'duration') { 37 this.duration = message.value 70 "duration": this.duration, 83 console.info("button1 duration value is : " + this.duration) 84 animateTo({ duration: this.duration }, () => { 85 console.info("button1 duration test animateTo START") 99 "duration": this.duration, 112 console.info("button1 duration value is : " + this.duration) 113 animateTo({ duration: this.duration }, () => { [all …]
|
D | sharedTransition.ets | 24 @State duration: number = 1000 34 … .sharedTransition('sharedImage1', { duration: this.duration, delay: this.delay, type: this.type }) 44 "duration": this.duration, 78 if (eventData.data.duration != null) { 79 this.duration = eventData.data.duration;
|
/test/xts/acts/arkui/ace_ets_component_completion/ace_ets_component_wholeCompletion/src/main/ets/TestAbility/pages/ |
D | animateto.ets | 23 @State duration: number = 100 37 if (message.name == 'duration') { 38 this.duration = message.value 72 "duration": this.duration, 85 console.info("button1 duration value is : " + this.duration) 86 globalThis.uiContent.animateTo({ duration: this.duration }, () => { 87 console.info("button1 duration test animateTo START") 101 "duration": this.duration, 114 console.info("button1 duration value is : " + this.duration) 115 globalThis.uiContent.animateTo({ duration: this.duration }, () => { [all …]
|
/test/xts/acts/multimedia/media/media_js_standard/avPlayer/entry/src/main/ets/test/ |
D | AVPlayerDataSrcNoSeekCompatibilityTest.test.js | 28 duration: -1, property 89 avPlayTest = { width: 0, height: 0, duration: 0 }; property 105 avPlayTest = { width: 0, height: 0, duration: 0 }; property 121 avPlayTest = { width: 0, height: 0, duration: 0 }; property 137 avPlayTest = { width: 0, height: 0, duration: 0 }; property 153 avPlayTest = { width: 0, height: 0, duration: 0 }; property 169 avPlayTest = { width: 1920, height: 1080, duration: 0 }; property 185 avPlayTest = { width: 360, height: 270, duration: 0 }; property 201 avPlayTest = { width: 640, height: 480, duration: 0 }; property
|
D | AVPlayerHttpCompatibilityTest.test.ets | 32 duration: -1, 64 avPlayTest = { width: 640, height: 320, duration: 10100 }; 78 avPlayTest = { width: 640, height: 480, duration: 10080 }; 92 avPlayTest = { width: 640, height: 480, duration: 10161 }; 106 avPlayTest = { width: 640, height: 480, duration: 10169 }; 120 avPlayTest = { width: 720, height: 480, duration: 10057 };
|
D | AVPlayerHttpSeekTest.test.ets | 32 duration: -1, 64 avPlayTest = { width: 640, height: 320, duration: 10100 }; 78 avPlayTest = { width: 640, height: 480, duration: 10080 }; 92 avPlayTest = { width: 640, height: 480, duration: 10161 }; 106 avPlayTest = { width: 640, height: 480, duration: 10169 }; 120 avPlayTest = { width: 720, height: 480, duration: 10057 };
|
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/textarea/router/ |
D | index.js | 21 duration: 3000, property 27 duration: 3000, property 33 duration: 3000, property 39 duration: 3000, property
|
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/textarea/router/ |
D | index.js | 21 duration: 3000, property 27 duration: 3000, property 33 duration: 3000, property 39 duration: 3000, property
|
/test/xts/acts/multimedia/media/media_js_standard/ |
D | VideoPlayerTestBase.js | 19 export async function playVideoSource(url, width, height, duration, playTime, done) { argument 52 expect(Math.abs(videoPlayer.duration - duration)).assertLess(500); 80 await videoPlayer.seek(videoPlayer.duration / 3).then((seekDoneTime) => { 112 …await videoPlayer.seek(videoPlayer.duration, media.SeekMode.SEEK_NEXT_SYNC).then((seekDoneTime) =>… 114 mediaTestBase.msleep(videoPlayer.duration - seekDoneTime); 120 …await videoPlayer.seek(videoPlayer.duration, media.SeekMode.SEEK_NEXT_SYNC).then((seekDoneTime) =>… 123 mediaTestBase.msleep((videoPlayer.duration - seekDoneTime) + playTime); 168 export async function testVideoSeek(url, duration, playTime, done) { argument 203 videoPlayer.seek(videoPlayer.duration / 3).then((seekDoneTime) => { 206 expect(Math.abs(videoPlayer.duration - duration)).assertLess(500); [all …]
|
D | AudioPlayerTestBase.js | 19 export function playAudioSource(src, duration, playTime, checkSeekTime, done) { argument 44 expect(Math.abs(audioPlayer.duration - duration)).assertLess(500); 54 audioPlayer.seek(audioPlayer.duration / 3); 60 audioPlayer.seek(audioPlayer.duration); 66 audioPlayer.seek(audioPlayer.duration);
|
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_seven_special/entry/src/main/ets/MainAbility/pages/ |
D | sharedTransition.ets | 23 @State duration: number = 1000 33 … .sharedTransition('sharedImage1', { duration: this.duration, delay: this.delay, type: this.type }) 43 "duration": this.duration, 77 if (eventData.data.duration != null) { 78 this.duration = eventData.data.duration;
|
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_swiper/src/main/ets/TestAbility/pages/ |
D | Index.ets | 90 .duration(1000) 115 .duration(1000) 140 .duration(1000) 165 .duration(1000) 189 .duration(1000) 213 .duration(1000) 237 .duration(1000) 261 .duration(1000) 285 .duration(1000) 309 .duration(1000) [all …]
|
/test/xts/acts/arkui/ace_standard_video/src/main/js/MainAbility/pages/video/router/ |
D | index.js | 24 duration: '', 26 preparedCallback:function(e){this.event = '视频连接成功'; this.duration = e.duration;},
|
/test/xts/acts/arkui/ace_js_attribute_api/src/main/js/MainAbility/pages/video/router/ |
D | index.js | 24 duration: '', 26 preparedCallback:function(e){this.event = '视频连接成功'; this.duration = e.duration;},
|
/test/xts/acts/arkui/ace_ets_component_attrlack/entry/src/main/ets/MainAbility/pages/ |
D | curves.ets | 53 duration: 1000, // 动画时长 75 duration: 1000, 97 duration: 1000, 119 duration: 1000, 141 duration: 1000, 163 duration: 1000, 185 duration: 1000, 207 duration: 1000, 229 duration: 1000, 251 duration: 1000,
|
D | attr_animate.ets | 78 duration: 2000, // 动画时长 98 duration: 2000, 118 duration: 2000, 138 duration: 2000, 158 duration: 2000, 178 duration: 2000, 198 duration: 2000, 218 duration: 2000, 238 duration: 2000, 258 duration: 2000,
|
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/obj_ImageData/prop/ |
D | index.js | 35 duration:5000 property 46 duration:5000 property 57 duration:5000 property
|
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/obj_ImageData/prop/ |
D | index.js | 35 duration:5000 property 46 duration:5000 property 57 duration:5000 property
|
/test/xts/acts/sensors/miscdevice_standard/src/main/js/test/ |
D | Vibrator_newSupplement_common.test.js | 69 duration: 1000 property 96 duration: 1000 property 172 duration: 1000, property 193 duration: 1000 property 268 duration: 100 property 287 duration: 100 property 318 duration: 1000 property 346 duration: 1000 property 409 duration: 1000 property 436 duration: 1000 property [all …]
|
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/ |
D | animateAdd.ets | 31 animateTo({ duration: 2000 }, () => { 46 TransitionEffect.OPACITY.animation({ duration: 1000 }).combine( 47 TransitionEffect.rotate({ z: 1, angle: 180 }).animation({ delay: 1000, duration: 1000 })) 49 TransitionEffect.OPACITY.animation({ delay: 1000, duration: 1000 }).combine( 50 TransitionEffect.rotate({ z: 1, angle: 180 }).animation({ duration: 1000 }))
|
D | DragEvent.ets | 68 promptAction.showToast({duration: 100, message: 'useCustomDropAnimation==true'}); 71 promptAction.showToast({duration: 100, message: 'Drag DRAG_SUCCESSFUL'}); 73 promptAction.showToast({duration: 100, message: 'Drag Failed'}); 75 promptAction.showToast({duration: 100, message: 'Drag Canceled'}); 77 promptAction.showToast({duration: 100, message: 'Drop Disabled'}); 79 promptAction.showToast({duration: 100, message: 'Drop Enabled'});
|
/test/xts/acts/arkui/ace_ets_component_api11_completion/entry/src/main/ets/MainAbility/pages/navigationApi/ |
D | navigationApi1.ets | 37 animateTo({duration: durationOne, onFinish:onFinish}, () => { 42 animateTo({duration: durationOne, onFinish:onFinish}, () => { 47 animateTo({duration: durationOne, onFinish:onFinish}, () => { 111 @State duration: number = durationOne 117 animateTo({duration: durationOne, onFinish:onFinish}, () => { 122 animateTo({duration: durationOne, onFinish:onFinish}, () => { 127 animateTo({duration: durationOne, onFinish:onFinish}, () => {
|
/test/xts/hats/hdf/vibrator/hdi_adapter/hdi_parse/ |
D | hdi_vibrator_parse_test.cpp | 105 int32_t duration = iter -> second.duration; variable 110 EXPECT_EQ(duration, sum);
|
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/ |
D | Utils.ets | 55 let duration = (endTime - startTime); 56 console.info("Get Interface duration: " + duration); 57 return duration;
|