From 35c1c5fe90629bfca76b82fc5b6180fa18cf648b Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Date: Sat, 10 Dec 2022 10:33:06 +0900 Subject: Remove map movie from cluster-refgui The cluster-refgui include big map move for GUI demonstration. But it does not use in cluster-refgui. This patch remove map movie from repositry. Bug-AGL: SPEC-4991 Change-Id: Ieebf7a78a281feb0f4075d09374dd3905b6f4eb6 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> --- GUIModel/ACC/ACC_Animation.qml | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'GUIModel/ACC/ACC_Animation.qml') diff --git a/GUIModel/ACC/ACC_Animation.qml b/GUIModel/ACC/ACC_Animation.qml index 161b6a2..f87a3c4 100644 --- a/GUIModel/ACC/ACC_Animation.qml +++ b/GUIModel/ACC/ACC_Animation.qml @@ -72,38 +72,6 @@ Item { else if(rootItem.arrow_state == "arrow_normal_near"){ rootItem.arrow_state = "arrow_adas_near"} } - - onTransAdasToMap:{ - adasToMapAnimation_acc3d.start() - - } - - onTransMapToNormal:{ - ddditemTonormalsize.start() - if(rootItem.set_state == "set_default"){ - fadeout_in_default.start() - }else if(rootItem.set_state == "set_middle"){ - fadeout_in_mid.start() - }else if(rootItem.set_state == "set_near"){ - fadeout_in_near.start() - } - cameraTonormalPos.start() - - - if(rootItem.car_state == "adas_default"){ - rootItem.car_state = "normal_default"} - else if(rootItem.car_state == "adas_middle"){ - rootItem.car_state = "normal_middle"} - else if(rootItem.car_state == "adas_near"){ - rootItem.car_state = "normal_near"} - - if(rootItem.arrow_state == "arrow_adas_default"){ - rootItem.arrow_state = "arrow_normal_default"} - else if(rootItem.arrow_state == "arrow_adas_middle"){ - rootItem.arrow_state = "arrow_normal_middle"} - else if(rootItem.arrow_state == "arrow_adas_near"){ - rootItem.arrow_state = "arrow_normal_near"} - } } function lineposchange(){ -- cgit