defaul_backend: implement some animations - listening, processing, speaking, streaming
[platform/core/uifw/libpui.git] / samples / PUI_sample.c
index 53e8bd4..433e6e3 100644 (file)
@@ -61,12 +61,18 @@ struct app_data
 
 static Eina_Array *_ecore_event_hdls = NULL;
 static animation_t ani_collection[] = {
+       { "processing", PUI_ANI_CMD_START, -1 },
+       { "listening", PUI_ANI_CMD_START, -1 },
+       { "speaking", PUI_ANI_CMD_START, -1 },
+       { "streaming", PUI_ANI_CMD_START, -1 },
+#if 0  
        { "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 },
+#endif
 };
 
 static void