[AT-SPI] Do not emit BoundsChanged for all actors
authorArtur Świgoń <a.swigon@samsung.com>
Tue, 25 May 2021 14:46:30 +0000 (16:46 +0200)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 1 Jun 2021 03:50:55 +0000 (12:50 +0900)
commitfafe5ce5bcaaca92bbce783d483ede244133b1bb
treea48a5021be304834b8b5dedd4c5b911b8f418082
parentd675813fb1a70135868c80a3719f79c37dceddf2
[AT-SPI] Do not emit BoundsChanged for all actors

This patch also removes the ACCESSIBILITY_ANIMATED property (not to be
confused with AT-SPI state ANIMATED). This property was used to control
automatic emission of the BoundsChanged event (and it had only one user,
the highlight frame actor). However, we no longer emit this event, so
this property serves no purpose.

Change-Id: I8df8b9e7fb75951c9f88d5aec944f9d52f10bf06
dali-toolkit/devel-api/controls/accessible-impl.cpp
dali-toolkit/devel-api/controls/control-devel.h
dali-toolkit/internal/controls/control/control-data-impl.cpp
dali-toolkit/internal/controls/control/control-data-impl.h