atspi: suppress reading of screen-reader 57/257057/8
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 19 Apr 2021 04:57:04 +0000 (13:57 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 3 May 2021 02:20:25 +0000 (11:20 +0900)
commita0a3186ca95551388ce22e8bc09e176e9d29053a
treeace8d39a919de06a2ece67dfddb72ce0a165191c
parentb58b1d126402147aa33a74d1efd4292ff82015c4
atspi: suppress reading of screen-reader

Because there is legacy code for screen-reader, an application could want
to keep previous behavior of the screen-reader even though the ATSPI is
enabled by AT client such as Aurum test framework.

If an application wants to make screen-reader AT client do not read,
then set suppress to true. The default suppress is false.

Change-Id: I2a639b50d7920f59366def7b6467fe38bc754fbe
dali/devel-api/adaptor-framework/accessibility-impl.h
dali/devel-api/adaptor-framework/atspi-accessibility.cpp
dali/devel-api/adaptor-framework/atspi-accessibility.h
dali/internal/accessibility/bridge/bridge-accessible.cpp
dali/internal/accessibility/bridge/bridge-accessible.h
dali/internal/accessibility/bridge/dummy-atspi.h