2 * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved
4 * PROPRIETARY/CONFIDENTIAL
6 * This software is the confidential and proprietary information of SAMSUNG
7 * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8 * software is owned by Samsung and you shall not disclose such Confidential
9 * Information and shall use it only in accordance with the terms of the license
10 * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11 * representations or warranties about the suitability of the software, either
12 * express or implied, including but not limited to the implied warranties of
13 * merchantability, fitness for a particular purpose, or non-infringement.
14 * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15 * of or releated to this software.
19 ///////////////////////////////////////////////////////////////////////////////////////
20 group { name: "elm/progressbar/horizontal/default";
22 image: "progress_slider_bg.9.png" COMP;
23 image: "progress_slider_bar.9.png" COMP;
26 part { name: "elm.background.progressbar";
41 part { name: "elm.swallow.bar";
50 to_y: "elm.background.progressbar";
54 to: "elm.background.progressbar";
59 part { name: "elm.swallow.content";
62 description { state: "default" 0.0;
67 to_y: "elm.background.progressbar";
72 to_y: "elm.background.progressbar";
75 description { state: "visible" 0.0;
76 inherit: "default" 0.0;
79 aspect_preference: VERTICAL;
80 rel2.offset: 0 -1;//4 -1;
83 part { name: "background";
86 clip_to: "elm.background.progressbar";
90 to: "elm.swallow.bar";
94 to: "elm.swallow.bar";
99 normal: "progress_slider_bg.9.png";
104 part { name: "elm.text.status";
108 description { state: "default" 0.0;
120 font: "SLP:style=Roman";
121 size: PROGRESSBAR_TITLE_FONT_SIZE_INC;
125 color: PROGRESSBAR_DEFAULT_STYLE_STATUS_TEXT_COLOR_INC;
127 description { state: "show" 0.0;
128 inherit: "default" 0.0;
133 part { name: "elm.progress.progressbar";
136 clip_to: "elm.background.progressbar";
138 state: "default" 0.0;
142 to: "elm.swallow.bar";
146 to_y: "elm.swallow.bar";
147 to_x: "elm.cur.progressbar";
151 normal: "progress_slider_bar.9.png";
157 inherit: "default" 0.0;
159 to_y: "elm.swallow.bar";
160 to_x: "elm.cur.progressbar";
163 to: "elm.swallow.bar";
168 state: "state_begin" 0.0;
169 inherit: "default" 0.0;
171 to: "elm.swallow.bar";
175 to: "elm.swallow.bar";
180 state: "state_end" 0.0;
181 inherit: "default" 0.0;
183 to: "elm.swallow.bar";
187 to: "elm.swallow.bar";
192 part { name: "text-bar";
196 clip_to: "progress-rect";
197 //effect: SOFT_SHADOW;
199 description { state: "default" 0.0;
203 rel1.to: "elm.text.status";
205 rel2.to: "elm.text.status";
207 text_source: "elm.text.status";
208 font: "SLP:style=Roman";
213 color: PROGRESSBAR_DEFAULT_STYLE_TEXT_COLOR_INC;
215 description { state: "show" 0.0;
216 inherit: "default" 0.0;
221 part { name: "elm.cur.progressbar";
225 confine: "background";
229 description { state: "default" 0.0;
237 rel2.to: "background";
240 part { name: "progress-rect";
245 state: "default" 0.0;
246 rel1.to: "elm.progress.progressbar";
247 rel2.to: "elm.progress.progressbar";
250 part { name: "elm.padding.left";
254 state: "default" 0.0;
269 part { name: "elm.text";
273 description { state: "default" 0.0;
278 to_x: "elm.padding.left";
286 color: PROGRESSBAR_DEFAULT_STYLE_STATUS_TEXT_COLOR_INC;
288 font: "SLP:style=Roman";
294 description { state: "visible" 0.0;
295 inherit: "default" 0.0;
302 program { name: "label_show";
303 signal: "elm,state,text,visible";
305 action: STATE_SET "visible" 0.0;
308 program { name: "label_hide";
309 signal: "elm,state,text,hidden";
311 action: STATE_SET "default" 0.0;
314 program { name: "icon_show";
315 signal: "elm,state,icon,visible";
317 action: STATE_SET "visible" 0.0;
318 target: "elm.swallow.content";
320 program { name: "icon_hide";
321 signal: "elm,state,icon,hidden";
323 action: STATE_SET "default" 0.0;
324 target: "elm.swallow.content";
326 program { name: "units_show";
327 signal: "elm,state,units,visible";
329 action: STATE_SET "show" 0.0;
331 target: "elm.text.status";
333 program { name: "units_hide";
334 signal: "elm,state,units,hidden";
336 action: STATE_SET "default" 0.0;
338 target: "elm.text.status";
340 program { name: "slide_to_end";
341 action: STATE_SET "state_end" 0.0;
342 transition: LINEAR 0.5;
343 target: "elm.progress.progressbar";
344 after: "slide_to_begin";
346 program { name: "slide_to_begin";
347 signal: "elm,state,slide,begin";
348 action: STATE_SET "state_begin" 0.0;
349 target: "elm.progress.progressbar";
350 transition: LINEAR 0.5;
351 after: "slide_to_end";
353 program { name: "start_pulse";
354 signal: "elm,state,pulse,start";
356 after: "slide_to_end";
358 program { name: "stop_pulse";
359 signal: "elm,state,pulse,stop";
362 target: "slide_to_begin";
363 target: "slide_to_end";
364 target: "start_pulse";
365 after: "state_pulse";
367 program { name: "state_pulse";
368 signal: "elm,state,pulse";
370 action: STATE_SET "state_begin" 0.0;
371 target: "elm.progress.progressbar";
374 program { name: "state_fraction";
375 signal: "elm,state,fraction";
378 target: "slide_to_begin";
379 target: "slide_to_end";
380 target: "start_pulse";
381 action: STATE_SET "default" 0.0;
382 target: "elm.progress.progressbar";
384 program { name: "set_invert_on";
385 signal: "elm,state,inverted,on";
387 action: STATE_SET "invert" 0.0;
388 target: "elm.progress.progressbar";
390 program { name: "set_invert_off";
391 signal: "elm,state,inverted,off";
393 action: STATE_SET "default" 0.0;
394 target: "elm.progress.progressbar";
399 group { name: "elm/progressbar/horizontal/list_progress";
401 image: "00_winset_list_progress_bg.png" COMP;
402 image: "00_winset_list_progress_bar.png" COMP;
405 part { name: "elm.padding.left";
409 state: "default" 0.0;
424 part { name: "elm.padding.right";
428 state: "default" 0.0;
443 part { name: "elm.background.progressbar";
448 state: "default" 0.0;
450 to_x: "elm.padding.left";
455 to_x: "elm.padding.right";
461 part { name: "elm.swallow.bar";
466 min: 1 PROGRESSBAR_LIST_PROGRESS_HEIGHT_INC;
467 max: 99999 PROGRESSBAR_LIST_PROGRESS_HEIGHT_INC;
468 state: "default" 0.0;
470 to: "elm.background.progressbar";
474 to: "elm.background.progressbar";
479 part { name: "elm.swallow.content";
482 description { state: "default" 0.0;
487 to_y: "elm.background.progressbar";
492 to_y: "elm.background.progressbar";
495 description { state: "visible" 0.0;
496 inherit: "default" 0.0;
499 aspect_preference: VERTICAL;
503 part { name: "elm.text";
507 description { state: "default" 0.0;
511 rel1.to_x: "elm.swallow.content";
512 rel1.relative: 1.0 0.0;
513 rel2.to_x: "elm.swallow.content";
514 rel2.relative: 1.0 1.0;
515 color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
517 font: "SLP:style=Medium";
518 size: PROGRESSBAR_STATUS_TEXT_FONT_SIZE_INC;
523 description { state: "visible" 0.0;
524 inherit: "default" 0.0;
529 part { name: "background";
532 clip_to: "elm.background.progressbar";
534 state: "default" 0.0;
536 to: "elm.swallow.bar";
540 to: "elm.swallow.bar";
544 normal: "00_winset_list_progress_bg.png";
549 part { name: "elm.text.status";
553 description { state: "default" 0.0;
565 font: "SLP:style=Medium";
566 size: PROGRESSBAR_STATUS_TEXT_FONT_SIZE_INC;
570 color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
572 description { state: "show" 0.0;
573 inherit: "default" 0.0;
578 part { name: "elm.progress.progressbar";
581 clip_to: "elm.background.progressbar";
583 state: "default" 0.0;
587 to: "elm.swallow.bar";
591 to_y: "elm.swallow.bar";
592 to_x: "elm.cur.progressbar";
596 normal: "00_winset_list_progress_bar.png";
602 inherit: "default" 0.0;
604 to_y: "elm.swallow.bar";
605 to_x: "elm.cur.progressbar";
608 to: "elm.swallow.bar";
613 state: "state_begin" 0.0;
614 inherit: "default" 0.0;
616 to: "elm.swallow.bar";
620 to: "elm.swallow.bar";
625 state: "state_end" 0.0;
626 inherit: "default" 0.0;
628 to: "elm.swallow.bar";
632 to: "elm.swallow.bar";
637 part { name: "text-bar";
641 clip_to: "progress-rect";
642 //effect: SOFT_SHADOW;
644 description { state: "default" 0.0;
648 rel1.to: "elm.text.status";
650 rel2.to: "elm.text.status";
652 text_source: "elm.text.status";
653 font: "SLP:style=Medium";
654 size: PROGRESSBAR_STATUS_TEXT_FONT_SIZE_INC;
658 color: PROGRESSBAR_LIST_PROGRESS_STYLE_STATUS_TEXT_COLOR_INC;
660 description { state: "show" 0.0;
661 inherit: "default" 0.0;
666 part { name: "elm.cur.progressbar";
670 confine: "background";
674 description { state: "default" 0.0;
682 rel2.to: "background";
685 part { name: "progress-rect";
690 state: "default" 0.0;
691 rel1.to: "elm.progress.progressbar";
692 rel2.to: "elm.progress.progressbar";
697 program { name: "label_show";
698 signal: "elm,state,text,visible";
700 action: STATE_SET "visible" 0.0;
703 program { name: "label_hide";
704 signal: "elm,state,text,hidden";
706 action: STATE_SET "default" 0.0;
709 program { name: "icon_show";
710 signal: "elm,state,icon,visible";
712 action: STATE_SET "visible" 0.0;
713 target: "elm.swallow.content";
715 program { name: "icon_hide";
716 signal: "elm,state,icon,hidden";
718 action: STATE_SET "default" 0.0;
719 target: "elm.swallow.content";
721 program { name: "units_show";
722 signal: "elm,state,units,visible";
724 action: STATE_SET "show" 0.0;
726 target: "elm.text.status";
728 program { name: "units_hide";
729 signal: "elm,state,units,hidden";
731 action: STATE_SET "default" 0.0;
733 target: "elm.text.status";
735 program { name: "slide_to_end";
736 action: STATE_SET "state_end" 0.0;
737 transition: LINEAR 0.5;
738 target: "elm.progress.progressbar";
739 after: "slide_to_begin";
741 program { name: "slide_to_begin";
742 signal: "elm,state,slide,begin";
743 action: STATE_SET "state_begin" 0.0;
744 target: "elm.progress.progressbar";
745 transition: LINEAR 0.5;
746 after: "slide_to_end";
748 program { name: "start_pulse";
749 signal: "elm,state,pulse,start";
751 // after: "slide_to_end";
753 program { name: "stop_pulse";
754 signal: "elm,state,pulse,stop";
757 target: "slide_to_begin";
758 target: "slide_to_end";
759 target: "start_pulse";
760 //after: "state_pulse";
762 program { name: "state_pulse";
763 signal: "elm,state,pulse";
765 action: STATE_SET "state_begin" 0.0;
766 target: "elm.progress.progressbar";
769 program { name: "state_fraction";
770 signal: "elm,state,fraction";
773 target: "slide_to_begin";
774 target: "slide_to_end";
775 target: "start_pulse";
776 action: STATE_SET "default" 0.0;
777 target: "elm.progress.progressbar";
779 program { name: "set_invert_on";
780 signal: "elm,state,inverted,on";
782 action: STATE_SET "invert" 0.0;
783 target: "elm.progress.progressbar";
785 program { name: "set_invert_off";
786 signal: "elm,state,inverted,off";
788 action: STATE_SET "default" 0.0;
789 target: "elm.progress.progressbar";
794 group { name: "elm/progressbar/horizontal/list_title_progress";
796 image: "00_winset_list_progress_bg.png" COMP;
797 image: "00_winset_list_progress_bar.png" COMP;
804 state: "default" 0.0;
806 rel1 { relative: 0.0 0.0; }
807 rel2 { relative: 1.0 1.0; }
811 part { name: "elm.padding.left";
815 state: "default" 0.0;
819 rel1 { relative: 0.0 0.0; to: "base"; }
820 rel2 { relative: 0.0 1.0; to: "base"; }
825 part { name: "elm.padding.right";
829 state: "default" 0.0;
833 rel1 { relative: 1.0 0.0; to: "base"; }
834 rel2 { relative: 1.0 1.0; to: "base"; }
840 name: "elm.padding.top";
844 description { state: "default" 0.0;
849 rel1 { relative: 0.0 0.0; to: "base"; }
850 rel2 { relative: 1.0 0.0; to: "base"; }
855 name: "elm.padding.bottom";
859 description { state: "default" 0.0;
864 rel1 { relative: 0.0 1.0; to: "base"; }
865 rel2 { relative: 1.0 1.0; to: "base"; }
874 description { state: "default" 0.0;
878 rel1 { relative: 1.0 1.0; to_x: "elm.padding.left"; to_y: "elm.padding.top"; }
879 rel2 { relative: 0.0 0.0; to_x: "elm.padding.right"; }
884 part { name: "elm.background.progressbar";
889 state: "default" 0.0;
891 to_x: "elm.padding.left";
897 to_x: "elm.padding.right";
903 part { name: "elm.swallow.bar";
908 min: 1 PROGRESSBAR_LIST_PROGRESS_HEIGHT_INC;
909 max: 99999 PROGRESSBAR_LIST_PROGRESS_HEIGHT_INC;
910 state: "default" 0.0;
912 to: "elm.background.progressbar";
916 to: "elm.background.progressbar";
921 part { name: "elm.swallow.content";
924 description { state: "default" 0.0;
929 to_y: "elm.background.progressbar";
934 to_y: "elm.background.progressbar";
937 description { state: "visible" 0.0;
938 inherit: "default" 0.0;
941 aspect_preference: VERTICAL;
945 part { name: "elm.text";
949 description { state: "default" 0.0;
953 rel1.to_x: "label_rect";
954 rel1.relative: 0.0 0.0;
955 rel2.to_x: "label_rect";
956 rel2.relative: 1.0 1.0;
957 color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
959 font: "SLP:style=Medium";
960 size: PROGRESSBAR_TITLE_FONT_SIZE_INC;
965 description { state: "visible" 0.0;
966 inherit: "default" 0.0;
971 part { name: "background";
974 clip_to: "elm.background.progressbar";
976 state: "default" 0.0;
978 to: "elm.swallow.bar";
982 to: "elm.swallow.bar";
986 normal: "00_winset_list_progress_bg.png";
991 part { name: "elm.text.status";
995 description { state: "default" 0.0;
1007 font: "SLP:style=Medium";
1008 size: PROGRESSBAR_TITLE_FONT_SIZE_INC;
1012 color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
1014 description { state: "show" 0.0;
1015 inherit: "default" 0.0;
1020 part { name: "elm.progress.progressbar";
1023 clip_to: "elm.background.progressbar";
1025 state: "default" 0.0;
1029 to: "elm.swallow.bar";
1033 to_y: "elm.swallow.bar";
1034 to_x: "elm.cur.progressbar";
1038 normal: "00_winset_list_progress_bar.png";
1043 state: "invert" 0.0;
1044 inherit: "default" 0.0;
1046 to_y: "elm.swallow.bar";
1047 to_x: "elm.cur.progressbar";
1050 to: "elm.swallow.bar";
1055 state: "state_begin" 0.0;
1056 inherit: "default" 0.0;
1058 to: "elm.swallow.bar";
1062 to: "elm.swallow.bar";
1067 state: "state_end" 0.0;
1068 inherit: "default" 0.0;
1070 to: "elm.swallow.bar";
1074 to: "elm.swallow.bar";
1079 part { name: "text-bar";
1083 clip_to: "progress-rect";
1084 //effect: SOFT_SHADOW;
1086 description { state: "default" 0.0;
1090 rel1.to: "elm.text.status";
1092 rel2.to: "elm.text.status";
1094 text_source: "elm.text.status";
1095 font: "SLP:style=Medium";
1096 size: PROGRESSBAR_STATUS_TEXT_FONT_SIZE_INC;
1100 color: PROGRESSBAR_LIST_PROGRESS_STYLE_STATUS_TEXT_COLOR_INC;
1102 description { state: "show" 0.0;
1103 inherit: "default" 0.0;
1108 part { name: "elm.cur.progressbar";
1112 confine: "background";
1116 description { state: "default" 0.0;
1124 rel2.to: "background";
1127 part { name: "progress-rect";
1132 state: "default" 0.0;
1133 rel1.to: "elm.progress.progressbar";
1134 rel2.to: "elm.progress.progressbar";
1139 program { name: "label_show";
1140 signal: "elm,state,text,visible";
1142 action: STATE_SET "visible" 0.0;
1145 program { name: "label_hide";
1146 signal: "elm,state,text,hidden";
1148 action: STATE_SET "default" 0.0;
1151 program { name: "icon_show";
1152 signal: "elm,state,icon,visible";
1154 action: STATE_SET "visible" 0.0;
1155 target: "elm.swallow.content";
1157 program { name: "icon_hide";
1158 signal: "elm,state,icon,hidden";
1160 action: STATE_SET "default" 0.0;
1161 target: "elm.swallow.content";
1163 program { name: "units_show";
1164 signal: "elm,state,units,visible";
1166 action: STATE_SET "show" 0.0;
1168 target: "elm.text.status";
1170 program { name: "units_hide";
1171 signal: "elm,state,units,hidden";
1173 action: STATE_SET "default" 0.0;
1175 target: "elm.text.status";
1177 program { name: "slide_to_end";
1178 action: STATE_SET "state_end" 0.0;
1179 transition: LINEAR 0.5;
1180 target: "elm.progress.progressbar";
1181 after: "slide_to_begin";
1183 program { name: "slide_to_begin";
1184 signal: "elm,state,slide,begin";
1185 action: STATE_SET "state_begin" 0.0;
1186 target: "elm.progress.progressbar";
1187 transition: LINEAR 0.5;
1188 after: "slide_to_end";
1190 program { name: "start_pulse";
1191 signal: "elm,state,pulse,start";
1193 // after: "slide_to_end";
1195 program { name: "stop_pulse";
1196 signal: "elm,state,pulse,stop";
1198 action: ACTION_STOP;
1199 target: "slide_to_begin";
1200 target: "slide_to_end";
1201 target: "start_pulse";
1202 //after: "state_pulse";
1204 program { name: "state_pulse";
1205 signal: "elm,state,pulse";
1207 action: STATE_SET "state_begin" 0.0;
1208 target: "elm.progress.progressbar";
1209 after: "units_hide";
1211 program { name: "state_fraction";
1212 signal: "elm,state,fraction";
1214 action: ACTION_STOP;
1215 target: "slide_to_begin";
1216 target: "slide_to_end";
1217 target: "start_pulse";
1218 action: STATE_SET "default" 0.0;
1219 target: "elm.progress.progressbar";
1221 program { name: "set_invert_on";
1222 signal: "elm,state,inverted,on";
1224 action: STATE_SET "invert" 0.0;
1225 target: "elm.progress.progressbar";
1227 program { name: "set_invert_off";
1228 signal: "elm,state,inverted,off";
1230 action: STATE_SET "default" 0.0;
1231 target: "elm.progress.progressbar";
1236 group { name: "elm/progressbar/horizontal/list_title_progress_text";
1238 image: "00_winset_list_progress_bg.png" COMP;
1239 image: "00_winset_list_progress_bar.png" COMP;
1242 part { name: "base";
1246 state: "default" 0.0;
1248 rel1 { relative: 0.0 0.0; }
1249 rel2 { relative: 1.0 1.0; }
1253 part { name: "elm.padding.left";
1257 state: "default" 0.0;
1261 rel1 { relative: 0.0 0.0; to: "base"; }
1262 rel2 { relative: 0.0 1.0; to: "base"; }
1267 part { name: "elm.padding.right";
1271 state: "default" 0.0;
1275 rel1 { relative: 1.0 0.0; to: "base"; }
1276 rel2 { relative: 1.0 1.0; to: "base"; }
1282 name: "elm.padding.top";
1286 description { state: "default" 0.0;
1291 rel1 { relative: 0.0 0.0; to: "base"; }
1292 rel2 { relative: 1.0 0.0; to: "base"; }
1297 name: "elm.padding.bottom";
1301 description { state: "default" 0.0;
1306 rel1 { relative: 0.0 1.0; to: "base"; }
1307 rel2 { relative: 1.0 1.0; to: "base"; }
1316 description { state: "default" 0.0;
1320 rel1 { relative: 1.0 1.0; to_x: "elm.padding.left"; to_y: "elm.padding.top"; }
1321 rel2 { relative: 0.0 0.0; to_x: "elm.padding.right"; to_y: "base"; }
1326 part { name: "elm.background.progressbar";
1330 state: "default" 0.0;
1334 rel1 { relative: 1.0 1.0; to_x: "elm.padding.left"; to_y: "label_rect"; }
1335 rel2 { relative: 0.0 1.0; to_x: "elm.padding.right"; to_y: "label_rect"; }
1338 part { name: "elm.swallow.bar";
1344 state: "default" 0.0;
1345 rel1 { relative: 0.0 0.0; to: "elm.background.progressbar"; }
1346 rel2 { relative: 1.0 1.0; to: "elm.background.progressbar"; }
1349 part { name: "elm.swallow.content";
1352 description { state: "default" 0.0;
1358 rel1 { relative: 430/460 6/40; to: "label_rect"; }
1359 rel2 { relative: 1.0 36/40; to: "label_rect"; offset: 1 0;}
1361 description { state: "visible" 0.0;
1362 inherit: "default" 0.0;
1365 aspect_preference: VERTICAL;
1368 part { name: "elm.text";
1372 description { state: "default" 0.0;
1376 rel1 { relative: 0.0 0.0; to: "label_rect"; }
1377 rel2 { relative: 1.0 1.0; to: "label_rect"; }
1378 color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
1380 font: "SLP:style=Medium";
1381 size: PROGRESSBAR_TITLE_FONT_SIZE_INC;
1386 description { state: "visible" 0.0;
1387 inherit: "default" 0.0;
1392 part { name: "background";
1395 clip_to: "elm.background.progressbar";
1397 state: "default" 0.0;
1398 rel1 { relative: 0.0 0.0; to: "elm.swallow.bar"; }
1399 rel2 { relative: 1.0 1.0; to: "elm.swallow.bar"; }
1401 normal: "00_winset_list_progress_bg.png";
1406 part { name: "elm.progress.progressbar";
1409 clip_to: "elm.background.progressbar";
1411 state: "default" 0.0;
1414 rel1 { relative: 0.0 0.0; to: "elm.swallow.bar"; }
1415 rel2 { relative: 1.0 1.0; to_x: "elm.cur.progressbar"; to_y: "elm.swallow.bar"; offset: -1 -1; }
1417 normal: "00_winset_list_progress_bar.png";
1422 state: "invert" 0.0;
1423 inherit: "default" 0.0;
1425 to_y: "elm.swallow.bar";
1426 to_x: "elm.cur.progressbar";
1429 to: "elm.swallow.bar";
1434 state: "state_begin" 0.0;
1435 inherit: "default" 0.0;
1437 to: "elm.swallow.bar";
1441 to: "elm.swallow.bar";
1446 state: "state_end" 0.0;
1447 inherit: "default" 0.0;
1449 to: "elm.swallow.bar";
1453 to: "elm.swallow.bar";
1458 part { name: "text-bar";
1462 clip_to: "progress-rect";
1463 //effect: SOFT_SHADOW;
1465 description { state: "default" 0.0;
1469 rel1.to: "elm.text.status";
1471 rel2.to: "elm.text.status";
1473 text_source: "elm.text.status";
1474 font: "SLP:style=Medium";
1475 size: PROGRESSBAR_STATUS_TEXT_FONT_SIZE_INC;
1479 color: PROGRESSBAR_LIST_PROGRESS_STYLE_STATUS_TEXT_COLOR_INC;
1481 description { state: "show" 0.0;
1482 inherit: "default" 0.0;
1487 part { name: "elm.cur.progressbar";
1491 confine: "background";
1495 description { state: "default" 0.0;
1503 rel2.to: "background";
1506 part { name: "progress-rect";
1510 state: "default" 0.0;
1511 rel1.to: "elm.progress.progressbar";
1512 rel2.to: "elm.progress.progressbar";
1515 part { name: "elm.text.status";
1519 description { state: "default" 0.0;
1525 to_y: "elm.padding.bottom";
1527 to_x:"elm.padding.left";
1530 to_y: "elm.padding.bottom";
1532 to_x:"elm.padding.left";
1535 font: "SLP:style=Medium";
1536 size: PROGRESSBAR_TITLE_FONT_SIZE_INC;
1540 color:PROGRESSBAR_LIST_TITLE_PROGRESS_STYLE_STATUS_TEXT_COLOR_INC;
1542 description { state: "show" 0.0;
1543 inherit: "default" 0.0;
1550 program { name: "label_show";
1551 signal: "elm,state,text,visible";
1553 action: STATE_SET "visible" 0.0;
1556 program { name: "label_hide";
1557 signal: "elm,state,text,hidden";
1559 action: STATE_SET "default" 0.0;
1562 program { name: "icon_show";
1563 signal: "elm,state,icon,visible";
1565 action: STATE_SET "visible" 0.0;
1566 target: "elm.swallow.content";
1568 program { name: "icon_hide";
1569 signal: "elm,state,icon,hidden";
1571 action: STATE_SET "default" 0.0;
1572 target: "elm.swallow.content";
1574 program { name: "units_show";
1575 signal: "elm,state,units,visible";
1577 action: STATE_SET "show" 0.0;
1579 target: "elm.text.status";
1581 program { name: "units_hide";
1582 signal: "elm,state,units,hidden";
1584 action: STATE_SET "default" 0.0;
1586 target: "elm.text.status";
1588 program { name: "slide_to_end";
1589 action: STATE_SET "state_end" 0.0;
1590 transition: LINEAR 0.5;
1591 target: "elm.progress.progressbar";
1592 after: "slide_to_begin";
1594 program { name: "slide_to_begin";
1595 signal: "elm,state,slide,begin";
1596 action: STATE_SET "state_begin" 0.0;
1597 target: "elm.progress.progressbar";
1598 transition: LINEAR 0.5;
1599 after: "slide_to_end";
1601 program { name: "start_pulse";
1602 signal: "elm,state,pulse,start";
1604 // after: "slide_to_end";
1606 program { name: "stop_pulse";
1607 signal: "elm,state,pulse,stop";
1609 action: ACTION_STOP;
1610 target: "slide_to_begin";
1611 target: "slide_to_end";
1612 target: "start_pulse";
1613 //after: "state_pulse";
1615 program { name: "state_pulse";
1616 signal: "elm,state,pulse";
1618 action: STATE_SET "state_begin" 0.0;
1619 target: "elm.progress.progressbar";
1620 after: "units_hide";
1622 program { name: "state_fraction";
1623 signal: "elm,state,fraction";
1625 action: ACTION_STOP;
1626 target: "slide_to_begin";
1627 target: "slide_to_end";
1628 target: "start_pulse";
1629 action: STATE_SET "default" 0.0;
1630 target: "elm.progress.progressbar";
1632 program { name: "set_invert_on";
1633 signal: "elm,state,inverted,on";
1635 action: STATE_SET "invert" 0.0;
1636 target: "elm.progress.progressbar";
1638 program { name: "set_invert_off";
1639 signal: "elm,state,inverted,off";
1641 action: STATE_SET "default" 0.0;
1642 target: "elm.progress.progressbar";
1646 group { name: "elm/progressbar/horizontal/toolbar_progress";
1648 image: "00_toolbar_progress_bg.png" COMP;
1649 image: "00_toolbar_progress_bar.png" COMP;
1652 part { name: "elm.padding.left";
1656 state: "default" 0.0;
1671 part { name: "elm.padding.right";
1675 state: "default" 0.0;
1690 part { name: "elm.background.progressbar";
1694 state: "default" 0.0;
1696 to_x: "elm.padding.left";
1701 to_x: "elm.padding.right";
1707 part { name: "elm.swallow.bar";
1714 state: "default" 0.0;
1716 to: "elm.background.progressbar";
1720 to: "elm.background.progressbar";
1725 part { name: "elm.swallow.content";
1728 description { state: "default" 0.0;
1733 to_y: "elm.background.progressbar";
1738 to_y: "elm.background.progressbar";
1741 description { state: "visible" 0.0;
1742 inherit: "default" 0.0;
1745 aspect_preference: VERTICAL;
1749 part { name: "elm.text";
1753 description { state: "default" 0.0;
1757 rel1.to_x: "elm.swallow.content";
1758 rel1.relative: 1.0 0.0;
1760 rel2.to_x: "elm.swallow.content";
1761 rel2.relative: 1.0 1.0;
1763 color: PROGRESSBAR_LIST_TITLE_PROGRESS_STYLE_STATUS_TEXT_COLOR_INC;
1765 font: "SLP:style=Roman";
1771 description { state: "visible" 0.0;
1772 inherit: "default" 0.0;
1779 part { name: "background";
1782 clip_to: "elm.background.progressbar";
1784 state: "default" 0.0;
1786 to: "elm.swallow.bar";
1790 to: "elm.swallow.bar";
1795 normal: "00_toolbar_progress_bg.png";
1800 part { name: "elm.text.status";
1804 description { state: "default" 0.0;
1816 font: "SLP:style=Roman";
1821 color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
1823 description { state: "show" 0.0;
1824 inherit: "default" 0.0;
1829 part { name: "elm.progress.progressbar";
1832 clip_to: "elm.background.progressbar";
1834 state: "default" 0.0;
1838 to: "elm.swallow.bar";
1842 to_y: "elm.swallow.bar";
1843 to_x: "elm.cur.progressbar";
1847 normal: "00_toolbar_progress_bar.png";
1852 state: "invert" 0.0;
1853 inherit: "default" 0.0;
1855 to_y: "elm.swallow.bar";
1856 to_x: "elm.cur.progressbar";
1859 to: "elm.swallow.bar";
1864 state: "state_begin" 0.0;
1865 inherit: "default" 0.0;
1867 to: "elm.swallow.bar";
1871 to: "elm.swallow.bar";
1876 state: "state_end" 0.0;
1877 inherit: "default" 0.0;
1879 to: "elm.swallow.bar";
1883 to: "elm.swallow.bar";
1888 part { name: "text-bar";
1892 clip_to: "progress-rect";
1893 //effect: SOFT_SHADOW;
1895 description { state: "default" 0.0;
1899 rel1.to: "elm.text.status";
1901 rel2.to: "elm.text.status";
1903 text_source: "elm.text.status";
1904 font: "SLP:style=Roman";
1909 color: PROGRESSBAR_LIST_PROGRESS_STYLE_STATUS_TEXT_COLOR_INC;
1911 description { state: "show" 0.0;
1912 inherit: "default" 0.0;
1917 part { name: "elm.cur.progressbar";
1921 confine: "background";
1925 description { state: "default" 0.0;
1933 rel2.to: "background";
1936 part { name: "progress-rect";
1940 state: "default" 0.0;
1941 rel1.to: "elm.progress.progressbar";
1942 rel2.to: "elm.progress.progressbar";
1947 program { name: "label_show";
1948 signal: "elm,state,text,visible";
1950 action: STATE_SET "visible" 0.0;
1953 program { name: "label_hide";
1954 signal: "elm,state,text,hidden";
1956 action: STATE_SET "default" 0.0;
1959 program { name: "icon_show";
1960 signal: "elm,state,icon,visible";
1962 action: STATE_SET "visible" 0.0;
1963 target: "elm.swallow.content";
1965 program { name: "icon_hide";
1966 signal: "elm,state,icon,hidden";
1968 action: STATE_SET "default" 0.0;
1969 target: "elm.swallow.content";
1971 program { name: "units_show";
1972 signal: "elm,state,units,visible";
1974 action: STATE_SET "show" 0.0;
1976 target: "elm.text.status";
1978 program { name: "units_hide";
1979 signal: "elm,state,units,hidden";
1981 action: STATE_SET "default" 0.0;
1983 target: "elm.text.status";
1985 program { name: "slide_to_end";
1986 action: STATE_SET "state_end" 0.0;
1987 transition: LINEAR 0.5;
1988 target: "elm.progress.progressbar";
1989 after: "slide_to_begin";
1991 program { name: "slide_to_begin";
1992 signal: "elm,state,slide,begin";
1993 action: STATE_SET "state_begin" 0.0;
1994 target: "elm.progress.progressbar";
1995 transition: LINEAR 0.5;
1996 after: "slide_to_end";
1998 program { name: "start_pulse";
1999 signal: "elm,state,pulse,start";
2001 after: "slide_to_end";
2003 program { name: "stop_pulse";
2004 signal: "elm,state,pulse,stop";
2006 action: ACTION_STOP;
2007 target: "slide_to_begin";
2008 target: "slide_to_end";
2009 target: "start_pulse";
2010 after: "state_pulse";
2012 program { name: "state_pulse";
2013 signal: "elm,state,pulse";
2015 action: STATE_SET "state_begin" 0.0;
2016 target: "elm.progress.progressbar";
2017 after: "units_hide";
2019 program { name: "state_fraction";
2020 signal: "elm,state,fraction";
2022 action: ACTION_STOP;
2023 target: "slide_to_begin";
2024 target: "slide_to_end";
2025 target: "start_pulse";
2026 action: STATE_SET "default" 0.0;
2027 target: "elm.progress.progressbar";
2029 program { name: "set_invert_on";
2030 signal: "elm,state,inverted,on";
2032 action: STATE_SET "invert" 0.0;
2033 target: "elm.progress.progressbar";
2035 program { name: "set_invert_off";
2036 signal: "elm,state,inverted,off";
2038 action: STATE_SET "default" 0.0;
2039 target: "elm.progress.progressbar";
2044 group { name: "elm/progressbar/horizontal/pending_list";
2046 image: "00_winset_progress_pending_01.png" COMP;
2047 image: "00_winset_progress_pending_02.png" COMP;
2050 part { name: "elm.background.progressbar";
2055 state: "default" 0.0;
2065 part { name: "elm.swallow.bar";
2070 min: 1 PROGRESSBAR_LIST_PENDING_HEIGHT_INC;
2071 max: 99999 PROGRESSBAR_LIST_PENDING_HEIGHT_INC;
2072 state: "default" 0.0;
2074 to: "elm.background.progressbar";
2078 to: "elm.background.progressbar";
2083 part { name: "elm.progress.progressbar";
2086 clip_to: "elm.background.progressbar";
2088 state: "default" 0.0;
2092 to: "elm.swallow.bar";
2096 to: "elm.swallow.bar";
2101 normal: "00_winset_progress_pending_01.png";
2106 state: "state_begin" 0.0;
2107 inherit: "default" 0.0;
2110 state: "state_end" 0.0;
2111 inherit: "default" 0.0;
2113 normal: "00_winset_progress_pending_02.png";
2120 program { name: "slide_to_end";
2121 action: STATE_SET "state_end" 0.0;
2123 target: "elm.progress.progressbar";
2124 after: "slide_to_begin";
2126 program { name: "slide_to_begin";
2127 signal: "elm,state,slide,begin";
2128 action: STATE_SET "state_begin" 0.0;
2129 target: "elm.progress.progressbar";
2131 after: "slide_to_end";
2133 program { name: "start_pulse";
2134 signal: "elm,state,pulse,start";
2136 after: "slide_to_end";
2138 program { name: "stop_pulse";
2139 signal: "elm,state,pulse,stop";
2141 action: ACTION_STOP;
2142 target: "slide_to_begin";
2143 target: "slide_to_end";
2144 target: "start_pulse";
2145 after: "init_pulse";
2147 program { name: "init_pulse";
2148 action: STATE_SET "default" 0.0;
2149 target: "elm.progress.progressbar";
2154 group { name: "elm/progressbar/horizontal/UIProgressViewStyleDefault";
2156 image: "progress_slider_bg01.9.png" COMP;
2157 image: "progress_slider_bar01.9.png" COMP;
2160 part { name: "elm.padding.left";
2164 state: "default" 0.0;
2180 part { name: "elm.padding.right";
2184 state: "default" 0.0;
2200 part { name: "elm.background.progressbar";
2204 state: "default" 0.0;
2206 to_x: "elm.padding.left";
2211 to_x: "elm.padding.right";
2217 part { name: "elm.swallow.bar";
2224 state: "default" 0.0;
2226 to: "elm.background.progressbar";
2230 to: "elm.background.progressbar";
2235 part { name: "elm.swallow.content";
2238 description { state: "default" 0.0;
2243 to_y: "elm.background.progressbar";
2248 to_y: "elm.background.progressbar";
2251 description { state: "visible" 0.0;
2252 inherit: "default" 0.0;
2255 aspect_preference: VERTICAL;
2259 part { name: "elm.text";
2263 description { state: "default" 0.0;
2267 rel1.to_x: "elm.swallow.content";
2268 rel1.relative: 1.0 0.0;
2270 rel2.to_x: "elm.swallow.content";
2271 rel2.relative: 1.0 1.0;
2273 color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
2275 font: "SLP:style=Roman";
2281 description { state: "visible" 0.0;
2282 inherit: "default" 0.0;
2289 part { name: "background";
2292 clip_to: "elm.background.progressbar";
2294 state: "default" 0.0;
2296 to: "elm.swallow.bar";
2300 to: "elm.swallow.bar";
2305 normal: "progress_slider_bg01.9.png";
2310 part { name: "elm.text.status";
2314 description { state: "default" 0.0;
2326 font: "SLP:style=Roman";
2331 color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
2333 description { state: "show" 0.0;
2334 inherit: "default" 0.0;
2339 part { name: "elm.progress.progressbar";
2342 clip_to: "elm.background.progressbar";
2344 state: "default" 0.0;
2348 to: "elm.swallow.bar";
2352 to_y: "elm.swallow.bar";
2353 to_x: "elm.cur.progressbar";
2357 normal: "progress_slider_bar01.9.png";
2362 state: "invert" 0.0;
2363 inherit: "default" 0.0;
2365 to_y: "elm.swallow.bar";
2366 to_x: "elm.cur.progressbar";
2369 to: "elm.swallow.bar";
2374 state: "state_begin" 0.0;
2375 inherit: "default" 0.0;
2377 to: "elm.swallow.bar";
2381 to: "elm.swallow.bar";
2386 state: "state_end" 0.0;
2387 inherit: "default" 0.0;
2389 to: "elm.swallow.bar";
2393 to: "elm.swallow.bar";
2398 part { name: "text-bar";
2402 clip_to: "progress-rect";
2403 //effect: SOFT_SHADOW;
2405 description { state: "default" 0.0;
2409 rel1.to: "elm.text.status";
2411 rel2.to: "elm.text.status";
2413 text_source: "elm.text.status";
2414 font: "SLP:style=Roman";
2419 color: PROGRESSBAR_LIST_PROGRESS_STYLE_STATUS_TEXT_COLOR_INC;
2421 description { state: "show" 0.0;
2422 inherit: "default" 0.0;
2427 part { name: "elm.cur.progressbar";
2431 confine: "background";
2435 description { state: "default" 0.0;
2443 rel2.to: "background";
2446 part { name: "progress-rect";
2450 state: "default" 0.0;
2451 rel1.to: "elm.progress.progressbar";
2452 rel2.to: "elm.progress.progressbar";
2457 program { name: "label_show";
2458 signal: "elm,state,text,visible";
2460 action: STATE_SET "visible" 0.0;
2463 program { name: "label_hide";
2464 signal: "elm,state,text,hidden";
2466 action: STATE_SET "default" 0.0;
2469 program { name: "icon_show";
2470 signal: "elm,state,icon,visible";
2472 action: STATE_SET "visible" 0.0;
2473 target: "elm.swallow.content";
2475 program { name: "icon_hide";
2476 signal: "elm,state,icon,hidden";
2478 action: STATE_SET "default" 0.0;
2479 target: "elm.swallow.content";
2481 program { name: "units_show";
2482 signal: "elm,state,units,visible";
2484 action: STATE_SET "show" 0.0;
2486 target: "elm.text.status";
2488 program { name: "units_hide";
2489 signal: "elm,state,units,hidden";
2491 action: STATE_SET "default" 0.0;
2493 target: "elm.text.status";
2495 program { name: "slide_to_end";
2496 action: STATE_SET "state_end" 0.0;
2497 transition: LINEAR 0.5;
2498 target: "elm.progress.progressbar";
2499 after: "slide_to_begin";
2501 program { name: "slide_to_begin";
2502 signal: "elm,state,slide,begin";
2503 action: STATE_SET "state_begin" 0.0;
2504 target: "elm.progress.progressbar";
2505 transition: LINEAR 0.5;
2506 after: "slide_to_end";
2508 program { name: "start_pulse";
2509 signal: "elm,state,pulse,start";
2511 after: "slide_to_end";
2513 program { name: "stop_pulse";
2514 signal: "elm,state,pulse,stop";
2516 action: ACTION_STOP;
2517 target: "slide_to_begin";
2518 target: "slide_to_end";
2519 target: "start_pulse";
2520 after: "state_pulse";
2522 program { name: "state_pulse";
2523 signal: "elm,state,pulse";
2525 action: STATE_SET "state_begin" 0.0;
2526 target: "elm.progress.progressbar";
2527 after: "units_hide";
2529 program { name: "state_fraction";
2530 signal: "elm,state,fraction";
2532 action: ACTION_STOP;
2533 target: "slide_to_begin";
2534 target: "slide_to_end";
2535 target: "start_pulse";
2536 action: STATE_SET "default" 0.0;
2537 target: "elm.progress.progressbar";
2539 program { name: "set_invert_on";
2540 signal: "elm,state,inverted,on";
2542 action: STATE_SET "invert" 0.0;
2543 target: "elm.progress.progressbar";
2545 program { name: "set_invert_off";
2546 signal: "elm,state,inverted,off";
2548 action: STATE_SET "default" 0.0;
2549 target: "elm.progress.progressbar";
2554 group { name: "elm/progressbar/horizontal/UIProgressViewStyleBar";
2556 image: "progress_slider_bg02.9.png" COMP;
2557 image: "progress_slider_bar02.9.png" COMP;
2560 part { name: "elm.padding.left";
2564 state: "default" 0.0;
2580 part { name: "elm.padding.right";
2584 state: "default" 0.0;
2600 part { name: "elm.background.progressbar";
2604 state: "default" 0.0;
2606 to_x: "elm.padding.left";
2611 to_x: "elm.padding.right";
2617 part { name: "elm.swallow.bar";
2624 state: "default" 0.0;
2626 to: "elm.background.progressbar";
2630 to: "elm.background.progressbar";
2635 part { name: "elm.swallow.content";
2638 description { state: "default" 0.0;
2643 to_y: "elm.background.progressbar";
2648 to_y: "elm.background.progressbar";
2651 description { state: "visible" 0.0;
2652 inherit: "default" 0.0;
2655 aspect_preference: VERTICAL;
2659 part { name: "elm.text";
2663 description { state: "default" 0.0;
2667 rel1.to_x: "elm.swallow.content";
2668 rel1.relative: 1.0 0.0;
2670 rel2.to_x: "elm.swallow.content";
2671 rel2.relative: 1.0 1.0;
2673 color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
2675 font: "SLP:style=Roman";
2681 description { state: "visible" 0.0;
2682 inherit: "default" 0.0;
2689 part { name: "background";
2692 clip_to: "elm.background.progressbar";
2694 state: "default" 0.0;
2696 to: "elm.swallow.bar";
2700 to: "elm.swallow.bar";
2705 normal: "progress_slider_bg02.9.png";
2710 part { name: "elm.text.status";
2714 description { state: "default" 0.0;
2726 font: "SLP:style=Roman";
2731 color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
2733 description { state: "show" 0.0;
2734 inherit: "default" 0.0;
2739 part { name: "elm.progress.progressbar";
2742 clip_to: "elm.background.progressbar";
2744 state: "default" 0.0;
2748 to: "elm.swallow.bar";
2752 to_y: "elm.swallow.bar";
2753 to_x: "elm.cur.progressbar";
2757 normal: "progress_slider_bar02.9.png";
2762 state: "invert" 0.0;
2763 inherit: "default" 0.0;
2765 to_y: "elm.swallow.bar";
2766 to_x: "elm.cur.progressbar";
2769 to: "elm.swallow.bar";
2774 state: "state_begin" 0.0;
2775 inherit: "default" 0.0;
2777 to: "elm.swallow.bar";
2781 to: "elm.swallow.bar";
2786 state: "state_end" 0.0;
2787 inherit: "default" 0.0;
2789 to: "elm.swallow.bar";
2793 to: "elm.swallow.bar";
2798 part { name: "text-bar";
2802 clip_to: "progress-rect";
2803 //effect: SOFT_SHADOW;
2805 description { state: "default" 0.0;
2809 rel1.to: "elm.text.status";
2811 rel2.to: "elm.text.status";
2813 text_source: "elm.text.status";
2814 font: "SLP:style=Roman";
2819 color: PROGRESSBAR_LIST_PROGRESS_STYLE_STATUS_TEXT_COLOR_INC;
2821 description { state: "show" 0.0;
2822 inherit: "default" 0.0;
2827 part { name: "elm.cur.progressbar";
2831 confine: "background";
2835 description { state: "default" 0.0;
2843 rel2.to: "background";
2846 part { name: "progress-rect";
2850 state: "default" 0.0;
2851 rel1.to: "elm.progress.progressbar";
2852 rel2.to: "elm.progress.progressbar";
2857 program { name: "label_show";
2858 signal: "elm,state,text,visible";
2860 action: STATE_SET "visible" 0.0;
2863 program { name: "label_hide";
2864 signal: "elm,state,text,hidden";
2866 action: STATE_SET "default" 0.0;
2869 program { name: "icon_show";
2870 signal: "elm,state,icon,visible";
2872 action: STATE_SET "visible" 0.0;
2873 target: "elm.swallow.content";
2875 program { name: "icon_hide";
2876 signal: "elm,state,icon,hidden";
2878 action: STATE_SET "default" 0.0;
2879 target: "elm.swallow.content";
2881 program { name: "units_show";
2882 signal: "elm,state,units,visible";
2884 action: STATE_SET "show" 0.0;
2886 target: "elm.text.status";
2888 program { name: "units_hide";
2889 signal: "elm,state,units,hidden";
2891 action: STATE_SET "default" 0.0;
2893 target: "elm.text.status";
2895 program { name: "slide_to_end";
2896 action: STATE_SET "state_end" 0.0;
2897 transition: LINEAR 0.5;
2898 target: "elm.progress.progressbar";
2899 after: "slide_to_begin";
2901 program { name: "slide_to_begin";
2902 signal: "elm,state,slide,begin";
2903 action: STATE_SET "state_begin" 0.0;
2904 target: "elm.progress.progressbar";
2905 transition: LINEAR 0.5;
2906 after: "slide_to_end";
2908 program { name: "start_pulse";
2909 signal: "elm,state,pulse,start";
2911 after: "slide_to_end";
2913 program { name: "stop_pulse";
2914 signal: "elm,state,pulse,stop";
2916 action: ACTION_STOP;
2917 target: "slide_to_begin";
2918 target: "slide_to_end";
2919 target: "start_pulse";
2920 after: "state_pulse";
2922 program { name: "state_pulse";
2923 signal: "elm,state,pulse";
2925 action: STATE_SET "state_begin" 0.0;
2926 target: "elm.progress.progressbar";
2927 after: "units_hide";
2929 program { name: "state_fraction";
2930 signal: "elm,state,fraction";
2932 action: ACTION_STOP;
2933 target: "slide_to_begin";
2934 target: "slide_to_end";
2935 target: "start_pulse";
2936 action: STATE_SET "default" 0.0;
2937 target: "elm.progress.progressbar";
2939 program { name: "set_invert_on";
2940 signal: "elm,state,inverted,on";
2942 action: STATE_SET "invert" 0.0;
2943 target: "elm.progress.progressbar";
2945 program { name: "set_invert_off";
2946 signal: "elm,state,inverted,off";
2948 action: STATE_SET "default" 0.0;
2949 target: "elm.progress.progressbar";
2954 #define PROGRESS_LOAD_IMAGEG( param_num ) \
2955 image: "00_winset_list_progress_"#param_num".png" COMP;
2957 #define PROGRESS_BG_DESC( param_name, param_num ) \
2958 description { state: "pulse" 0.#param_num; \
2959 inherit: "default" 0.0; \
2961 normal: "00_winset_"#param_name"_process_"#param_num".png"; \
2965 #define PROGRESSING_DELAY 0.03
2967 group { name: "elm/progressbar/horizontal/list_process";
2969 image: "00_winset_list_process_01.png" COMP;
2970 image: "00_winset_list_process_02.png" COMP;
2971 image: "00_winset_list_process_03.png" COMP;
2972 image: "00_winset_list_process_04.png" COMP;
2973 image: "00_winset_list_process_05.png" COMP;
2974 image: "00_winset_list_process_06.png" COMP;
2975 image: "00_winset_list_process_07.png" COMP;
2976 image: "00_winset_list_process_08.png" COMP;
2977 image: "00_winset_list_process_09.png" COMP;
2978 image: "00_winset_list_process_10.png" COMP;
2979 image: "00_winset_list_process_11.png" COMP;
2980 image: "00_winset_list_process_12.png" COMP;
2981 image: "00_winset_list_process_13.png" COMP;
2982 image: "00_winset_list_process_14.png" COMP;
2983 image: "00_winset_list_process_15.png" COMP;
2984 image: "00_winset_list_process_16.png" COMP;
2985 image: "00_winset_list_process_17.png" COMP;
2986 image: "00_winset_list_process_18.png" COMP;
2987 image: "00_winset_list_process_19.png" COMP;
2988 image: "00_winset_list_process_20.png" COMP;
2989 image: "00_winset_list_process_21.png" COMP;
2990 image: "00_winset_list_process_22.png" COMP;
2991 image: "00_winset_list_process_23.png" COMP;
2992 image: "00_winset_list_process_24.png" COMP;
2993 image: "00_winset_list_process_25.png" COMP;
2994 image: "00_winset_list_process_26.png" COMP;
2995 image: "00_winset_list_process_27.png" COMP;
2996 image: "00_winset_list_process_28.png" COMP;
2997 image: "00_winset_list_process_29.png" COMP;
2998 image: "00_winset_list_process_30.png" COMP;
3001 part { name: "elm.background.progressbar";
3006 state: "default" 0.0;
3009 part { name: "elm.swallow.bar";
3013 description { state: "default" 0.0;
3019 part { name: "elm.swallow.content";
3022 description { state: "default" 0.0;
3028 part { name: "background";
3031 clip_to: "elm.background.progressbar";
3033 state: "default" 0.0;
3034 min: PROGRESSBAR_LIST_PROCESS_WIDTH_INC PROGRESSBAR_LIST_PROCESS_HEIGHT_INC;
3035 max: PROGRESSBAR_LIST_PROCESS_WIDTH_INC PROGRESSBAR_LIST_PROCESS_HEIGHT_INC;
3038 aspect_preference: BOTH;
3040 normal: "00_winset_list_process_01.png";
3043 description { state: "pulse" 0.0;
3044 inherit: "default" 0.0;
3046 normal: "00_winset_list_process_01.png";
3049 PROGRESS_BG_DESC( list, 01 )
3050 PROGRESS_BG_DESC( list, 02 )
3051 PROGRESS_BG_DESC( list, 03 )
3052 PROGRESS_BG_DESC( list, 04 )
3053 PROGRESS_BG_DESC( list, 05 )
3054 PROGRESS_BG_DESC( list, 06 )
3055 PROGRESS_BG_DESC( list, 07 )
3056 PROGRESS_BG_DESC( list, 08 )
3057 PROGRESS_BG_DESC( list, 09 )
3058 PROGRESS_BG_DESC( list, 10 )
3059 PROGRESS_BG_DESC( list, 11 )
3060 PROGRESS_BG_DESC( list, 12 )
3061 PROGRESS_BG_DESC( list, 13 )
3062 PROGRESS_BG_DESC( list, 14 )
3063 PROGRESS_BG_DESC( list, 15 )
3064 PROGRESS_BG_DESC( list, 16 )
3065 PROGRESS_BG_DESC( list, 17 )
3066 PROGRESS_BG_DESC( list, 18 )
3067 PROGRESS_BG_DESC( list, 19 )
3068 PROGRESS_BG_DESC( list, 20 )
3069 PROGRESS_BG_DESC( list, 21 )
3070 PROGRESS_BG_DESC( list, 22 )
3071 PROGRESS_BG_DESC( list, 23 )
3072 PROGRESS_BG_DESC( list, 24 )
3073 PROGRESS_BG_DESC( list, 25 )
3074 PROGRESS_BG_DESC( list, 26 )
3075 PROGRESS_BG_DESC( list, 27 )
3076 PROGRESS_BG_DESC( list, 28 )
3077 PROGRESS_BG_DESC( list, 29 )
3078 PROGRESS_BG_DESC( list, 30 )
3085 program { name: "continue_pulse";
3088 state = get_float(pulse_state);
3089 set_state(PART:"background", "pulse", state);
3093 set_float(pulse_state, state);
3097 program { name: "delay";
3098 action: STATE_SET "pulse" 0.10;
3099 target: "background";
3100 in: PROGRESSING_DELAY 0.0;
3101 after: "continue_pulse";
3103 program { name: "start_pulse";
3104 signal: "elm,state,pulse,start";
3107 set_float(pulse_state, 0.0);
3109 after: "continue_pulse";
3111 program { name: "stop_pulse";
3112 signal: "elm,state,pulse,stop";
3114 action: ACTION_STOP;
3115 target: "continue_pulse";
3117 target: "start_pulse";
3118 after: "init_pulse";
3120 program { name: "init_pulse";
3121 action: STATE_SET "default" 0.0;
3122 target: "background";
3127 group { name: "elm/progressbar/horizontal/list_process_small";
3129 image: "00_winset_list_process_01_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3130 image: "00_winset_list_process_02_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3131 image: "00_winset_list_process_03_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3132 image: "00_winset_list_process_04_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3133 image: "00_winset_list_process_05_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3134 image: "00_winset_list_process_06_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3135 image: "00_winset_list_process_07_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3136 image: "00_winset_list_process_08_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3137 image: "00_winset_list_process_09_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3138 image: "00_winset_list_process_10_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3139 image: "00_winset_list_process_11_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3140 image: "00_winset_list_process_12_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3141 image: "00_winset_list_process_13_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3142 image: "00_winset_list_process_14_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3143 image: "00_winset_list_process_15_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3144 image: "00_winset_list_process_16_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3145 image: "00_winset_list_process_17_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3146 image: "00_winset_list_process_18_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3147 image: "00_winset_list_process_19_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3148 image: "00_winset_list_process_20_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3149 image: "00_winset_list_process_21_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3150 image: "00_winset_list_process_22_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3151 image: "00_winset_list_process_23_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3152 image: "00_winset_list_process_24_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3153 image: "00_winset_list_process_25_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3154 image: "00_winset_list_process_26_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3155 image: "00_winset_list_process_27_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3156 image: "00_winset_list_process_28_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3157 image: "00_winset_list_process_29_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3158 image: "00_winset_list_process_30_"PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE".png" COMP;
3161 part { name: "elm.background.progressbar";
3166 state: "default" 0.0;
3169 part { name: "elm.swallow.bar";
3173 description { state: "default" 0.0;
3179 part { name: "elm.swallow.content";
3182 description { state: "default" 0.0;
3188 part { name: "background";
3191 clip_to: "elm.background.progressbar";
3193 state: "default" 0.0;
3194 min: PROGRESSBAR_LIST_PROCESS_SMALL_INC PROGRESSBAR_LIST_PROCESS_SMALL_INC;
3195 max: PROGRESSBAR_LIST_PROCESS_SMALL_INC PROGRESSBAR_LIST_PROCESS_SMALL_INC;
3198 aspect_preference: BOTH;
3200 normal: "00_winset_list_process_01.png";
3203 description { state: "pulse" 0.0;
3204 inherit: "default" 0.0;
3206 normal: "00_winset_list_process_01.png";
3209 PROGRESS_BG_DESC( list, 01 )
3210 PROGRESS_BG_DESC( list, 02 )
3211 PROGRESS_BG_DESC( list, 03 )
3212 PROGRESS_BG_DESC( list, 04 )
3213 PROGRESS_BG_DESC( list, 05 )
3214 PROGRESS_BG_DESC( list, 06 )
3215 PROGRESS_BG_DESC( list, 07 )
3216 PROGRESS_BG_DESC( list, 08 )
3217 PROGRESS_BG_DESC( list, 09 )
3218 PROGRESS_BG_DESC( list, 10 )
3219 PROGRESS_BG_DESC( list, 11 )
3220 PROGRESS_BG_DESC( list, 12 )
3221 PROGRESS_BG_DESC( list, 13 )
3222 PROGRESS_BG_DESC( list, 14 )
3223 PROGRESS_BG_DESC( list, 15 )
3224 PROGRESS_BG_DESC( list, 16 )
3225 PROGRESS_BG_DESC( list, 17 )
3226 PROGRESS_BG_DESC( list, 18 )
3227 PROGRESS_BG_DESC( list, 19 )
3228 PROGRESS_BG_DESC( list, 20 )
3229 PROGRESS_BG_DESC( list, 21 )
3230 PROGRESS_BG_DESC( list, 22 )
3231 PROGRESS_BG_DESC( list, 23 )
3232 PROGRESS_BG_DESC( list, 24 )
3233 PROGRESS_BG_DESC( list, 25 )
3234 PROGRESS_BG_DESC( list, 26 )
3235 PROGRESS_BG_DESC( list, 27 )
3236 PROGRESS_BG_DESC( list, 28 )
3237 PROGRESS_BG_DESC( list, 29 )
3238 PROGRESS_BG_DESC( list, 30 )
3245 program { name: "continue_pulse";
3248 state = get_float(pulse_state);
3249 set_state(PART:"background", "pulse", state);
3253 set_float(pulse_state, state);
3257 program { name: "delay";
3258 action: STATE_SET "pulse" 0.10;
3259 target: "background";
3260 in: PROGRESSING_DELAY 0.0;
3261 after: "continue_pulse";
3263 program { name: "start_pulse";
3264 signal: "elm,state,pulse,start";
3267 set_float(pulse_state, 0.0);
3269 after: "continue_pulse";
3271 program { name: "stop_pulse";
3272 signal: "elm,state,pulse,stop";
3274 action: ACTION_STOP;
3275 target: "continue_pulse";
3277 target: "start_pulse";
3278 after: "init_pulse";
3280 program { name: "init_pulse";
3281 action: STATE_SET "default" 0.0;
3282 target: "background";
3287 group { name: "elm/progressbar/horizontal/toolbar_process";
3289 image: "00_winset_toolbar_process_01.png" COMP;
3290 image: "00_winset_toolbar_process_02.png" COMP;
3291 image: "00_winset_toolbar_process_03.png" COMP;
3292 image: "00_winset_toolbar_process_04.png" COMP;
3293 image: "00_winset_toolbar_process_05.png" COMP;
3294 image: "00_winset_toolbar_process_06.png" COMP;
3295 image: "00_winset_toolbar_process_07.png" COMP;
3296 image: "00_winset_toolbar_process_08.png" COMP;
3297 image: "00_winset_toolbar_process_09.png" COMP;
3298 image: "00_winset_toolbar_process_10.png" COMP;
3299 image: "00_winset_toolbar_process_11.png" COMP;
3300 image: "00_winset_toolbar_process_12.png" COMP;
3301 image: "00_winset_toolbar_process_13.png" COMP;
3302 image: "00_winset_toolbar_process_14.png" COMP;
3303 image: "00_winset_toolbar_process_15.png" COMP;
3304 image: "00_winset_toolbar_process_16.png" COMP;
3305 image: "00_winset_toolbar_process_17.png" COMP;
3306 image: "00_winset_toolbar_process_18.png" COMP;
3307 image: "00_winset_toolbar_process_19.png" COMP;
3308 image: "00_winset_toolbar_process_20.png" COMP;
3309 image: "00_winset_toolbar_process_21.png" COMP;
3310 image: "00_winset_toolbar_process_22.png" COMP;
3311 image: "00_winset_toolbar_process_23.png" COMP;
3312 image: "00_winset_toolbar_process_24.png" COMP;
3313 image: "00_winset_toolbar_process_25.png" COMP;
3314 image: "00_winset_toolbar_process_26.png" COMP;
3315 image: "00_winset_toolbar_process_27.png" COMP;
3316 image: "00_winset_toolbar_process_28.png" COMP;
3317 image: "00_winset_toolbar_process_29.png" COMP;
3318 image: "00_winset_toolbar_process_30.png" COMP;
3321 part { name: "elm.background.progressbar";
3326 state: "default" 0.0;
3329 part { name: "elm.swallow.bar";
3333 description { state: "default" 0.0;
3339 part { name: "elm.swallow.content";
3342 description { state: "default" 0.0;
3348 part { name: "background";
3351 clip_to: "elm.background.progressbar";
3353 state: "default" 0.0;
3358 aspect_preference: BOTH;
3360 normal: "00_winset_toolbar_process_01.png";
3363 description { state: "pulse" 0.0;
3364 inherit: "default" 0.0;
3366 normal: "00_winset_toolbar_process_01.png";
3369 PROGRESS_BG_DESC( toolbar, 01 )
3370 PROGRESS_BG_DESC( toolbar, 02 )
3371 PROGRESS_BG_DESC( toolbar, 03 )
3372 PROGRESS_BG_DESC( toolbar, 04 )
3373 PROGRESS_BG_DESC( toolbar, 05 )
3374 PROGRESS_BG_DESC( toolbar, 06 )
3375 PROGRESS_BG_DESC( toolbar, 07 )
3376 PROGRESS_BG_DESC( toolbar, 08 )
3377 PROGRESS_BG_DESC( toolbar, 09 )
3378 PROGRESS_BG_DESC( toolbar, 10 )
3379 PROGRESS_BG_DESC( toolbar, 11 )
3380 PROGRESS_BG_DESC( toolbar, 12 )
3381 PROGRESS_BG_DESC( toolbar, 13 )
3382 PROGRESS_BG_DESC( toolbar, 14 )
3383 PROGRESS_BG_DESC( toolbar, 15 )
3384 PROGRESS_BG_DESC( toolbar, 16 )
3385 PROGRESS_BG_DESC( toolbar, 17 )
3386 PROGRESS_BG_DESC( toolbar, 18 )
3387 PROGRESS_BG_DESC( toolbar, 19 )
3388 PROGRESS_BG_DESC( toolbar, 20 )
3389 PROGRESS_BG_DESC( toolbar, 21 )
3390 PROGRESS_BG_DESC( toolbar, 22 )
3391 PROGRESS_BG_DESC( toolbar, 23 )
3392 PROGRESS_BG_DESC( toolbar, 24 )
3393 PROGRESS_BG_DESC( toolbar, 25 )
3394 PROGRESS_BG_DESC( toolbar, 26 )
3395 PROGRESS_BG_DESC( toolbar, 27 )
3396 PROGRESS_BG_DESC( toolbar, 28 )
3397 PROGRESS_BG_DESC( toolbar, 29 )
3398 PROGRESS_BG_DESC( toolbar, 30 )
3405 program { name: "continue_pulse";
3408 state = get_float(pulse_state);
3409 set_state(PART:"background", "pulse", state);
3413 set_float(pulse_state, state);
3417 program { name: "delay";
3418 action: STATE_SET "pulse" 0.10;
3419 target: "background";
3420 in: PROGRESSING_DELAY 0.0;
3421 after: "continue_pulse";
3423 program { name: "start_pulse";
3424 signal: "elm,state,pulse,start";
3427 set_float(pulse_state, 0.0);
3429 after: "continue_pulse";
3431 program { name: "stop_pulse";
3432 signal: "elm,state,pulse,stop";
3434 action: ACTION_STOP;
3435 target: "continue_pulse";
3437 target: "start_pulse";
3438 after: "init_pulse";
3440 program { name: "init_pulse";
3441 action: STATE_SET "default" 0.0;
3442 target: "background";
3447 group { name: "elm/progressbar/horizontal/UIActivityIndicatorStyleWhiteLarge";
3449 image: "progress_01.png" COMP;
3450 image: "progress_02.png" COMP;
3451 image: "progress_03.png" COMP;
3452 image: "progress_04.png" COMP;
3453 image: "progress_05.png" COMP;
3454 image: "progress_06.png" COMP;
3455 image: "progress_07.png" COMP;
3456 image: "progress_08.png" COMP;
3457 image: "progress_09.png" COMP;
3458 image: "progress_10.png" COMP;
3459 image: "progress_11.png" COMP;
3460 image: "progress_12.png" COMP;
3463 part { name: "elm.background.progressbar";
3468 state: "default" 0.0;
3471 part { name: "elm.swallow.bar";
3475 description { state: "default" 0.0;
3481 part { name: "elm.swallow.content";
3484 description { state: "default" 0.0;
3490 part { name: "background";
3493 clip_to: "elm.background.progressbar";
3495 state: "default" 0.0;
3500 aspect_preference: BOTH;
3502 normal: "progress_01.png";
3507 inherit: "default" 0.0;
3509 normal: "progress_01.png";
3513 state: "pulse" 0.01;
3514 inherit: "default" 0.0;
3516 normal: "progress_01.png";
3520 state: "pulse" 0.02;
3521 inherit: "default" 0.0;
3523 normal: "progress_02.png";
3527 state: "pulse" 0.03;
3528 inherit: "default" 0.0;
3530 normal: "progress_03.png";
3534 state: "pulse" 0.04;
3535 inherit: "default" 0.0;
3537 normal: "progress_04.png";
3541 state: "pulse" 0.05;
3542 inherit: "default" 0.0;
3544 normal: "progress_05.png";
3548 state: "pulse" 0.06;
3549 inherit: "default" 0.0;
3551 normal: "progress_06.png";
3555 state: "pulse" 0.07;
3556 inherit: "default" 0.0;
3558 normal: "progress_07.png";
3562 state: "pulse" 0.08;
3563 inherit: "default" 0.0;
3565 normal: "progress_08.png";
3569 state: "pulse" 0.09;
3570 inherit: "default" 0.0;
3572 normal: "progress_09.png";
3576 state: "pulse" 0.10;
3577 inherit: "default" 0.0;
3579 normal: "progress_10.png";
3583 state: "pulse" 0.11;
3584 inherit: "default" 0.0;
3586 normal: "progress_11.png";
3590 state: "pulse" 0.12;
3591 inherit: "default" 0.0;
3593 normal: "progress_12.png";
3602 program { name: "continue_pulse";
3605 state = get_float(pulse_state);
3606 set_state(PART:"background", "pulse", state);
3610 set_float(pulse_state, state);
3614 program { name: "delay";
3615 action: STATE_SET "pulse" 0.10;
3616 target: "background";
3617 in: PROGRESSING_DELAY 0.0;
3618 after: "continue_pulse";
3620 program { name: "start_pulse";
3621 signal: "elm,state,pulse,start";
3624 set_float(pulse_state, 0.0);
3626 after: "continue_pulse";
3628 program { name: "stop_pulse";
3629 signal: "elm,state,pulse,stop";
3631 action: ACTION_STOP;
3632 target: "continue_pulse";
3634 target: "start_pulse";
3635 after: "init_pulse";
3637 program { name: "init_pulse";
3638 action: STATE_SET "default" 0.0;
3639 target: "background";
3644 group { name: "elm/progressbar/horizontal/UIActivityIndicatorStyleWhite";
3646 image: "progress_01_s.png" COMP;
3647 image: "progress_02_s.png" COMP;
3648 image: "progress_03_s.png" COMP;
3649 image: "progress_04_s.png" COMP;
3650 image: "progress_05_s.png" COMP;
3651 image: "progress_06_s.png" COMP;
3652 image: "progress_07_s.png" COMP;
3653 image: "progress_08_s.png" COMP;
3654 image: "progress_09_s.png" COMP;
3655 image: "progress_10_s.png" COMP;
3656 image: "progress_11_s.png" COMP;
3657 image: "progress_12_s.png" COMP;
3660 part { name: "elm.background.progressbar";
3665 state: "default" 0.0;
3668 part { name: "elm.swallow.bar";
3672 description { state: "default" 0.0;
3678 part { name: "elm.swallow.content";
3681 description { state: "default" 0.0;
3687 part { name: "background";
3690 clip_to: "elm.background.progressbar";
3692 state: "default" 0.0;
3697 aspect_preference: BOTH;
3699 normal: "progress_01_s.png";
3704 inherit: "default" 0.0;
3706 normal: "progress_01_s.png";
3710 state: "pulse" 0.01;
3711 inherit: "default" 0.0;
3713 normal: "progress_01_s.png";
3717 state: "pulse" 0.02;
3718 inherit: "default" 0.0;
3720 normal: "progress_02_s.png";
3724 state: "pulse" 0.03;
3725 inherit: "default" 0.0;
3727 normal: "progress_03_s.png";
3731 state: "pulse" 0.04;
3732 inherit: "default" 0.0;
3734 normal: "progress_04_s.png";
3738 state: "pulse" 0.05;
3739 inherit: "default" 0.0;
3741 normal: "progress_05_s.png";
3745 state: "pulse" 0.06;
3746 inherit: "default" 0.0;
3748 normal: "progress_06_s.png";
3752 state: "pulse" 0.07;
3753 inherit: "default" 0.0;
3755 normal: "progress_07_s.png";
3759 state: "pulse" 0.08;
3760 inherit: "default" 0.0;
3762 normal: "progress_08_s.png";
3766 state: "pulse" 0.09;
3767 inherit: "default" 0.0;
3769 normal: "progress_09_s.png";
3773 state: "pulse" 0.10;
3774 inherit: "default" 0.0;
3776 normal: "progress_10_s.png";
3780 state: "pulse" 0.11;
3781 inherit: "default" 0.0;
3783 normal: "progress_11_s.png";
3787 state: "pulse" 0.12;
3788 inherit: "default" 0.0;
3790 normal: "progress_12_s.png";
3799 program { name: "continue_pulse";
3802 state = get_float(pulse_state);
3803 set_state(PART:"background", "pulse", state);
3807 set_float(pulse_state, state);
3811 program { name: "delay";
3812 action: STATE_SET "pulse" 0.10;
3813 target: "background";
3814 in: PROGRESSING_DELAY 0.0;
3815 after: "continue_pulse";
3817 program { name: "start_pulse";
3818 signal: "elm,state,pulse,start";
3821 set_float(pulse_state, 0.0);
3823 after: "continue_pulse";
3825 program { name: "stop_pulse";
3826 signal: "elm,state,pulse,stop";
3828 action: ACTION_STOP;
3829 target: "continue_pulse";
3831 target: "start_pulse";
3832 after: "init_pulse";
3834 program { name: "init_pulse";
3835 action: STATE_SET "default" 0.0;
3836 target: "background";
3841 group { name: "elm/progressbar/horizontal/UIActivityIndicatorStyleGray";
3843 image: "progress_01_g.png" COMP;
3844 image: "progress_02_g.png" COMP;
3845 image: "progress_03_g.png" COMP;
3846 image: "progress_04_g.png" COMP;
3847 image: "progress_05_g.png" COMP;
3848 image: "progress_06_g.png" COMP;
3849 image: "progress_07_g.png" COMP;
3850 image: "progress_08_g.png" COMP;
3851 image: "progress_09_g.png" COMP;
3852 image: "progress_10_g.png" COMP;
3853 image: "progress_11_g.png" COMP;
3854 image: "progress_12_g.png" COMP;
3857 part { name: "elm.background.progressbar";
3862 state: "default" 0.0;
3865 part { name: "elm.swallow.bar";
3869 description { state: "default" 0.0;
3875 part { name: "elm.swallow.content";
3878 description { state: "default" 0.0;
3884 part { name: "background";
3887 clip_to: "elm.background.progressbar";
3889 state: "default" 0.0;
3894 aspect_preference: BOTH;
3896 normal: "progress_01_g.png";
3901 inherit: "default" 0.0;
3903 normal: "progress_01_g.png";
3907 state: "pulse" 0.01;
3908 inherit: "default" 0.0;
3910 normal: "progress_01_g.png";
3914 state: "pulse" 0.02;
3915 inherit: "default" 0.0;
3917 normal: "progress_02_g.png";
3921 state: "pulse" 0.03;
3922 inherit: "default" 0.0;
3924 normal: "progress_03_g.png";
3928 state: "pulse" 0.04;
3929 inherit: "default" 0.0;
3931 normal: "progress_04_g.png";
3935 state: "pulse" 0.05;
3936 inherit: "default" 0.0;
3938 normal: "progress_05_g.png";
3942 state: "pulse" 0.06;
3943 inherit: "default" 0.0;
3945 normal: "progress_06_g.png";
3949 state: "pulse" 0.07;
3950 inherit: "default" 0.0;
3952 normal: "progress_07_g.png";
3956 state: "pulse" 0.08;
3957 inherit: "default" 0.0;
3959 normal: "progress_08_g.png";
3963 state: "pulse" 0.09;
3964 inherit: "default" 0.0;
3966 normal: "progress_09_g.png";
3970 state: "pulse" 0.10;
3971 inherit: "default" 0.0;
3973 normal: "progress_10_g.png";
3977 state: "pulse" 0.11;
3978 inherit: "default" 0.0;
3980 normal: "progress_11_g.png";
3984 state: "pulse" 0.12;
3985 inherit: "default" 0.0;
3987 normal: "progress_12_g.png";
3996 program { name: "continue_pulse";
3999 state = get_float(pulse_state);
4000 set_state(PART:"background", "pulse", state);
4004 set_float(pulse_state, state);
4008 program { name: "delay";
4009 action: STATE_SET "pulse" 0.10;
4010 target: "background";
4011 in: PROGRESSING_DELAY 0.0;
4012 after: "continue_pulse";
4014 program { name: "start_pulse";
4015 signal: "elm,state,pulse,start";
4018 set_float(pulse_state, 0.0);
4020 after: "continue_pulse";
4022 program { name: "stop_pulse";
4023 signal: "elm,state,pulse,stop";
4025 action: ACTION_STOP;
4026 target: "continue_pulse";
4028 target: "start_pulse";
4029 after: "init_pulse";
4031 program { name: "init_pulse";
4032 action: STATE_SET "default" 0.0;
4033 target: "background";