[NUI][ATSPI] remove duplicated calculation for states
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 21 Jan 2022 06:33:17 +0000 (15:33 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 8 Feb 2022 04:41:28 +0000 (13:41 +0900)
commitb1533dea433d6172a47bb5095973f5ea4d3cba4f
tree3adcfd0f48c0ee9ef46fffac475741015d93c217
parentb433134d2f2bce7777fc6d0be7bb75e554767aaa
[NUI][ATSPI] remove duplicated calculation for states

The HIGHLIHGTED state is calculated on parent class ControlAccessible
The get of IsHighlighted is doing exactly same calculation.

And HIGHLIGHTABLE, FOCUSABLE, and DEFUNCT as well.

Regarding VISIBLE was always TRUE. It is not correct state.
So this patch is removing the line related to the VISIBLE as well
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibility.cs