Star
80
Fork
1472
代码
介绍
代码
Issues
570
Pull Requests
513
流水线
Actions
讨论
Wiki
项目成员
182
分析
项目设置
Star
80
Fork
1472
master
arkui_ace_engine
/
frameworks
/
core
/
accessibility
下载当前目录
haiwenxiang
AI Acc 2
57224617
创建于
12 天前
历史提交
文件
最后提交记录
最后更新时间
hidumper
idlize: add AccessibilityCustomAction generated interface Add custom action support for accessibility, with name length limit (128 bytes) and list count limit (16 items). Signed-off-by: liuhui <liuhui160@huawei.com> Change-Id: I481e8fafcad430b078a7aed34ee54c40384ee62a
1 个月前
js_inspector
Co-Authored-By:Agentheader optimization:refactor: extract ImageResizableSlice Co-Authored-By:Agent Signed-off-by: l00916518 <liuhuayi3@huawei.com> Change-Id: I26cc11ca36c3b2d8ec868e788e4ad464af56c325 Change-Id: I5c20d23485cc6647841914692a76ba6dcd43a90a
2 个月前
node_utils
perf: optimize header dependencies for compile efficiency Prune redundant includes and improve forward declaration usage to reduce compile overhead. Signed-off-by: zenix_zxy <zhengxingyou1@huawei.com> Co-Authored-By: Agent
1 个月前
static
架构优化----ui_node,h头文件优化 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: Ib21bf23615a086bfa81f15f3363e718a6699132b Signed-off-by: kangchongtao <kangchongtao@huawei.com>
7 个月前
utils
AI Acc 2 Co-Authored-By: Agent Signed-off-by: haiwenxiang <yinweikai@h-partners.com>
12 天前
BUILD.gn
modify build Signed-off-by: haiwenxiang <yinweikai@h-partners.com>
3 个月前
accessibility_constants.h
hover tranparent 进入和退出类型修改 Signed-off-by: zhanghangkai@huawei.com <zhanghangkai@huawei.com> Change-Id: I6b2ee5b260fbc0b818474750d0c8ce505491b36a
9 个月前
accessibility_manager.h
fix(accessibility): fix detach focus candidate search and state cleanup When a focused node is deleted or hidden, candidate search fails and focus state is not properly cleaned up. Three root causes fixed: 1. OnAccessbibilityDetachFromMainTree: match currentFocusNodeId_ against both GetId() and GetAccessibilityId() to handle both focus-set paths 2. FindCandidateByFocusMove: add FindCandidateFromParentChain fallback when tree search fails (node already detached from tree) 3. Add SetAccessibilityFocusState(false) and OnAccessibilityFocusCallback(false) to properly clear focus state on detach Also adds FallbackEnumerateCandidates as final safety net and 25 TDD tests. Issue:
https://gitcode.com/openharmony/arkui_ace_engine/issues/76563
Signed-off-by: liuhui <liuhui160@huawei.com> Co-Authored-By: Agent Change-Id: Ie3ff23c0ec35c7857c70078be1384eb1706c31ef 🤖 AI[90%] 👌 AI Adopted[0%] 🧑 Human[10%]
21 天前
accessibility_manager_ng.cpp
header opt:xnode Signed-off-by: l00916518 <liuhuayi3@huawei.com> Change-Id: I9277c07cd2bd03032dc26d89af37168a44e51735
1 个月前
accessibility_manager_ng.h
81007.diff Signed-off-by: haiwenxiang <yinweikai@h-partners.com>
3 个月前
accessibility_node.cpp
头文件依赖整改 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: I0c67a194ac41282ac18fc918d3b9ea51d7a9da2f Signed-off-by: kangchongtao <kangchongtao@huawei.com>
1 年前
accessibility_node.h
add radius web Signed-off-by: chijunwen <chijunwen@h-partners.com>
5 个月前
accessibility_provider.h
TDD compile fix Signed-off-by: fangzhiyuan <fangzhiyuan5@huawei.com> Change-Id: Id2a4ebebb088d770c14b0a4036fc82f3bbe57db6
1 年前
accessibility_session_adapter.cpp
accessibility Signed-off-by: dujingcheng <dujingcheng@huawei.com> Change-Id: Iaf4d8c4e3c12e29060c0b9d4a90efe80482fd56f
1 年前
accessibility_session_adapter.h
not transform mouse event when it is transformed by component self through touch event transform Signed-off-by: z00444801 <zhanghangkai@huawei.com> Change-Id: Ie3954864f259e2f2d7e7a169a06ead2ac0b9880a Change-Id: I0dacbcd94452425ecc48cc6aa80c06afb773aafd
1 年前
accessibility_utils.cpp
架构优化----ui_node,h头文件优化 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: Ib21bf23615a086bfa81f15f3363e718a6699132b Signed-off-by: kangchongtao <kangchongtao@huawei.com>
7 个月前
accessibility_utils.h
fix(accessibility): fix detach focus candidate search and state cleanup When a focused node is deleted or hidden, candidate search fails and focus state is not properly cleaned up. Three root causes fixed: 1. OnAccessbibilityDetachFromMainTree: match currentFocusNodeId_ against both GetId() and GetAccessibilityId() to handle both focus-set paths 2. FindCandidateByFocusMove: add FindCandidateFromParentChain fallback when tree search fails (node already detached from tree) 3. Add SetAccessibilityFocusState(false) and OnAccessibilityFocusCallback(false) to properly clear focus state on detach Also adds FallbackEnumerateCandidates as final safety net and 25 TDD tests. Issue:
https://gitcode.com/openharmony/arkui_ace_engine/issues/76563
Signed-off-by: liuhui <liuhui160@huawei.com> Co-Authored-By: Agent Change-Id: Ie3ff23c0ec35c7857c70078be1384eb1706c31ef 🤖 AI[90%] 👌 AI Adopted[0%] 🧑 Human[10%]
21 天前
native_interface_accessibility_impl.cpp
support accessibility one Signed-off-by: dujingcheng <dujingcheng@huawei.com>
1 年前
native_interface_accessibility_impl.h
[L] add AccessibilityElementInfoSetComponentIdentifier 修改Signed-off-by:lisitao3@h-partners.com Signed-off-by: lisitao <lisitao3@h-partners.com>
4 个月前
native_interface_accessibility_provider.cpp
native_interface_accessibility_provider.cpp蓝黄同步修改 Signed-off-by: pengzhiwen3 <pengzhiwen3@huawei.com> Change-Id: Iec5979bccd77e97416285d2f68e45722ab8ba181
10 个月前
native_interface_accessibility_provider.h
支持三方focus move操作 Signed-off-by: zhanghangkai <zhanghangkai@huawei.com> Change-Id: Ia407f016584e994948e395e7034bc7be0860b791
1 年前
third_accessibility_manager.h
[L] accessibility and inspector header Co-Authored-By:Agent Signed-off-by: lisitao <lisitao3@h-partners.com>
2 个月前