X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=samples%2FPUI_sample.c;h=50096ea42a96da624695b241d98c7572a70b9572;hb=2e78a9207788b3de63c50d76b18b11855f24a4ad;hp=c8b16e09369d978fd9ee365df445e27f0b8a12db;hpb=8e20904d16d6d59127ba47bb05af288e116e3538;p=platform%2Fcore%2Fuifw%2Flibpui.git diff --git a/samples/PUI_sample.c b/samples/PUI_sample.c index c8b16e0..50096ea 100644 --- a/samples/PUI_sample.c +++ b/samples/PUI_sample.c @@ -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)];