backends: implements animation's repeat
[platform/core/uifw/libpui.git] / samples / PUI_sample.c
index c8b16e0..50096ea 100644 (file)
@@ -70,20 +70,20 @@ static Eina_Array *_ecore_event_hdls = NULL;
 static animation_t ani_collection[] = {
        { "system/easy_setup", PUI_ANI_CMD_START, -1 },
        { "system/processing", PUI_ANI_CMD_START, -1 },
-       { "system/sw_update_done", PUI_ANI_CMD_START, -1 },
-       { "system/mic_off", PUI_ANI_CMD_START, -1 },
-       { "voice/listening", PUI_ANI_CMD_START, -1 },
+       { "system/sw_update_done", PUI_ANI_CMD_START, 1 },
+       { "system/mic_off", PUI_ANI_CMD_START, 1 },
+       { "voice/listening", PUI_ANI_CMD_START, 1 },
        { "voice/streaming", PUI_ANI_CMD_START, -1 },
        { "voice/processing", PUI_ANI_CMD_START, -1 },
        { "voice/speaking", PUI_ANI_CMD_START, -1 },
-       { "voice/timeout", PUI_ANI_CMD_START, -1 },
-       { "notification/normal", PUI_ANI_CMD_START, -1 },
+       { "voice/timeout", PUI_ANI_CMD_START, 1 },
+       { "notification/normal", PUI_ANI_CMD_START, 1 },
        { "notification/emergency", PUI_ANI_CMD_START, -1 },
        { "notification/network_error", PUI_ANI_CMD_START, -1 },
        { "notification/error", PUI_ANI_CMD_START, -1 },
-       { "notification/alarm", PUI_ANI_CMD_START, -1 },
+       { "notification/alarm", PUI_ANI_CMD_START, 1 },
        { "bt/pairing", PUI_ANI_CMD_START, -1 },
-       { "bt/connected", PUI_ANI_CMD_START, -1 }
+       { "bt/connected", PUI_ANI_CMD_START, 3 }
 };
 
 pui_ani_h ani_handles[sizeof(ani_collection) / sizeof(animation_t)];