PUI & default-backend: add force argument to the control function of animation 79/220679/1
authorSung-Jin Park <sj76.park@samsung.com>
Tue, 3 Sep 2019 02:20:55 +0000 (11:20 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Fri, 20 Dec 2019 07:22:44 +0000 (16:22 +0900)
commit1e703bbf812406ff31fb60e67e38f60d5e0027e4
treeb911ed8cee5f4522aed946f63cbdca0fc3023cb8
parentbcdb201e5e57c935e004a5aab99f27e7a6741e1c
PUI & default-backend: add force argument to the control function of animation

As we use pui_ani_control() to stop/pause an animation, it's impossible to check
whether the animation has been stopped from the user request or from the window
stack changes. Thus we add _pui_ani_control_with_force() to pass force value
when the animation must be paused from window stack changes.

Change-Id: Ied104d13cd463c37191d20515383501d4f8333a8
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
19 files changed:
backends/bt/default_ani_connected.c
backends/bt/default_ani_pairing.c
backends/default_backend.c
backends/notification/default_ani_alarm.c
backends/notification/default_ani_emergency.c
backends/notification/default_ani_error.c
backends/notification/default_ani_networkerror.c
backends/notification/default_ani_normal.c
backends/system/default_ani_easysetup.c
backends/system/default_ani_micoff.c
backends/system/default_ani_swupdatedone.c
backends/system/default_ani_system_processing.c
backends/voice/default_ani_listening.c
backends/voice/default_ani_processing.c
backends/voice/default_ani_speaking.c
backends/voice/default_ani_streaming.c
backends/voice/default_ani_timeout.c
include/PUI_backend.h
src/PUI_ani.c