default_backend: add some animations - easy_setup, emergency, mic_off, normal, sw_upd...
[platform/core/uifw/libpui.git] / samples / PUI_sample.c
index 09b5a01..a5c22a7 100644 (file)
@@ -68,12 +68,16 @@ struct app_data
 
 static Eina_Array *_ecore_event_hdls = NULL;
 static animation_t ani_collection[] = {
-       { "alarm calm", PUI_ANI_CMD_START, 1 },
-       { "bixby listening", PUI_ANI_CMD_START, -1 },
-       { "bixby speaking", PUI_ANI_CMD_START, -1 },
-       { "bixby_error", PUI_ANI_CMD_START, 1 },
-       { "blinking", PUI_ANI_CMD_START, -1 },
-       { "notification", PUI_ANI_CMD_START, -1 },
+       { "processing", PUI_ANI_CMD_START, -1 },
+       { "listening", PUI_ANI_CMD_START, -1 },
+       { "speaking", PUI_ANI_CMD_START, -1 },
+       { "streaming", PUI_ANI_CMD_START, -1 },
+       { "emergency", PUI_ANI_CMD_START, -1 },
+       { "easy_setup", PUI_ANI_CMD_START, -1 },
+       { "sw_update_done", PUI_ANI_CMD_START, -1 },
+       { "mic_off", PUI_ANI_CMD_START, -1 },
+       { "time_out", PUI_ANI_CMD_START, -1 },
+       { "normal", PUI_ANI_CMD_START, -1 }
 };
 
 pui_ani_h ani_handles[sizeof(ani_collection) / sizeof(animation_t)];