Handle Quickpanel 82/248782/5 accepted/tizen/6.5/unified/20211028.115204 accepted/tizen/unified/20201208.123226 submit/tizen/20201206.210050 submit/tizen_6.5/20211028.163101 tizen_6.5.m2_release
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 2 Dec 2020 07:10:01 +0000 (16:10 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 3 Dec 2020 11:48:10 +0000 (20:48 +0900)
commit866a06ab1f0930017d37dce8da2b686192bb07b3
treeaa785e524abfce10cc125ff9b36be2caba8cd329
parent1374ba6d752d114a3d46a67ec254d54b1bb2087b
Handle Quickpanel

There are different type of quickpanel as below

 - E_QUICKPANEL_TYPE_SYSTEM_DEFAULT
 - E_QUICKPANEL_TYPE_CONTEXT_MENU
 - E_QUICKPANEL_TYPE_APPS_MENU

Thf FHUB AllApps is quickpanel type applcation and
it is DALi application which does not support AT-SPI.

So if the AllApps is on top, then screen-reader should NOT
consume 'GestureDetected' signal.

Refer to follwoing for more cases;
 - https://github.sec.samsung.net/TizenNativeUI/Graphics/issues/1281

So screen-reader module needs to notify quickpanel state.

Change-Id: I832624873370ba47c693c5e8de9bb34a3c63be7e
src/e_mod_main.c
src/e_mod_main.h