X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Faccessibilitymanager-event.i;h=64e070d9ffcf60ff75a80474a4dc56912d6f0cb7;hb=9b82688bddfb0f7799bdf73190032751360bd197;hp=f28e3ca4528879538cbf827374546d26bd66dccb;hpb=0b656e1b343a93e2c9a92f50e84e3b30575a494d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i b/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i index f28e3ca..64e070d 100644 --- a/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i +++ b/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i @@ -891,7 +891,7 @@ if (_accessibilityManagerStatusChangedEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerStatusChangedEventHandler(this, e, true); + return _accessibilityManagerStatusChangedEventHandler(this, e); } return false; } @@ -938,7 +938,7 @@ if (_accessibilityManagerActionNextEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionNextEventHandler(this, e, true); + return _accessibilityManagerActionNextEventHandler(this, e); } return false; } @@ -985,7 +985,7 @@ if (_accessibilityManagerActionPreviousEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionPreviousEventHandler(this, e, true); + return _accessibilityManagerActionPreviousEventHandler(this, e); } return false; } @@ -1032,7 +1032,7 @@ if (_accessibilityManagerActionActivateEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionActivateEventHandler(this, e, true); + return _accessibilityManagerActionActivateEventHandler(this, e); } return false; } @@ -1079,7 +1079,7 @@ if (_accessibilityManagerActionReadEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadEventHandler(this, e, true); + return _accessibilityManagerActionReadEventHandler(this, e); } return false; } @@ -1126,7 +1126,7 @@ if (_accessibilityManagerActionOverEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionOverEventHandler(this, e, true); + return _accessibilityManagerActionOverEventHandler(this, e); } return false; } @@ -1173,7 +1173,7 @@ if (_accessibilityManagerActionReadNextEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadNextEventHandler(this, e, true); + return _accessibilityManagerActionReadNextEventHandler(this, e); } return false; } @@ -1221,7 +1221,7 @@ if (_accessibilityManagerActionReadPreviousEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadPreviousEventHandler(this, e, true); + return _accessibilityManagerActionReadPreviousEventHandler(this, e); } return false; } @@ -1268,7 +1268,7 @@ if (_accessibilityManagerActionUpEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionUpEventHandler(this, e, true); + return _accessibilityManagerActionUpEventHandler(this, e); } return false; } @@ -1315,7 +1315,7 @@ if (_accessibilityManagerActionDownEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionDownEventHandler(this, e, true); + return _accessibilityManagerActionDownEventHandler(this, e); } return false; } @@ -1362,7 +1362,7 @@ if (_accessibilityManagerActionClearFocusEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionClearFocusEventHandler(this, e, true); + return _accessibilityManagerActionClearFocusEventHandler(this, e); } return false; } @@ -1409,7 +1409,7 @@ if (_accessibilityManagerActionBackEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionBackEventHandler(this, e, true); + return _accessibilityManagerActionBackEventHandler(this, e); } return false; } @@ -1456,7 +1456,7 @@ if (_accessibilityManagerActionScrollUpEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionScrollUpEventHandler(this, e, true); + return _accessibilityManagerActionScrollUpEventHandler(this, e); } return false; } @@ -1503,7 +1503,7 @@ if (_accessibilityManagerActionScrollDownEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionScrollDownEventHandler(this, e, true); + return _accessibilityManagerActionScrollDownEventHandler(this, e); } return false; } @@ -1551,7 +1551,7 @@ if (_accessibilityManagerActionPageLeftEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionPageLeftEventHandler(this, e, true); + return _accessibilityManagerActionPageLeftEventHandler(this, e); } return false; } @@ -1598,7 +1598,7 @@ if (_accessibilityManagerActionPageRightEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionPageRightEventHandler(this, e, true); + return _accessibilityManagerActionPageRightEventHandler(this, e); } return false; } @@ -1645,7 +1645,7 @@ if (_accessibilityManagerActionPageUpEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionPageUpEventHandler(this, e, true); + return _accessibilityManagerActionPageUpEventHandler(this, e); } return false; } @@ -1693,7 +1693,7 @@ if (_accessibilityManagerActionPageDownEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionPageDownEventHandler(this, e, true); + return _accessibilityManagerActionPageDownEventHandler(this, e); } return false; } @@ -1741,7 +1741,7 @@ if (_accessibilityManagerActionMoveToFirstEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionMoveToFirstEventHandler(this, e, true); + return _accessibilityManagerActionMoveToFirstEventHandler(this, e); } return false; } @@ -1788,7 +1788,7 @@ if (_accessibilityManagerActionMoveToLastEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionMoveToLastEventHandler(this, e, true); + return _accessibilityManagerActionMoveToLastEventHandler(this, e); } return false; } @@ -1835,7 +1835,7 @@ if (_accessibilityManagerActionReadFromTopEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadFromTopEventHandler(this, e, true); + return _accessibilityManagerActionReadFromTopEventHandler(this, e); } return false; } @@ -1882,7 +1882,7 @@ if (_accessibilityManagerActionReadFromNextEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadFromNextEventHandler(this, e, true); + return _accessibilityManagerActionReadFromNextEventHandler(this, e); } return false; } @@ -1929,7 +1929,7 @@ if (_accessibilityManagerActionZoomEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionZoomEventHandler(this, e, true); + return _accessibilityManagerActionZoomEventHandler(this, e); } return false; } @@ -1976,7 +1976,7 @@ if (_accessibilityManagerActionReadIndicatorInformationEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadIndicatorInformationEventHandler(this, e, true); + return _accessibilityManagerActionReadIndicatorInformationEventHandler(this, e); } return false; } @@ -2023,7 +2023,7 @@ if (_accessibilityManagerActionReadPauseResumeEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadPauseResumeEventHandler(this, e, true); + return _accessibilityManagerActionReadPauseResumeEventHandler(this, e); } return false; } @@ -2070,7 +2070,7 @@ if (_accessibilityManagerActionStartStopEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionStartStopEventHandler(this, e, true); + return _accessibilityManagerActionStartStopEventHandler(this, e); } return false; } @@ -2118,7 +2118,7 @@ if (_accessibilityManagerActionScrollEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionScrollEventHandler(this, e, true); + return _accessibilityManagerActionScrollEventHandler(this, e); } return false; }