Home
last modified time | relevance | path

Searched refs:focusElement (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfocus_animation_manager.cpp58 auto focusElement = AceType::DynamicCast<FocusAnimationElement>(element); in PushFocusAnimationElement() local
59 CHECK_NULL_VOID(focusElement); in PushFocusAnimationElement()
60 auto renderFocus = AceType::DynamicCast<RenderFocusAnimation>(focusElement->GetRenderNode()); in PushFocusAnimationElement()
63 if (focusElement->IsRoot()) { in PushFocusAnimationElement()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp5690 void GetExtensionNextFocusableNode(const AccessibilityElementInfo& focusElement, in GetExtensionNextFocusableNode() argument
5730 auto left = focusElement.GetRectInScreen().GetLeftTopXScreenPostion(); in FindExtensionNodeInAbsoluteDirection()
5731 auto top = focusElement.GetRectInScreen().GetLeftTopYScreenPostion(); in FindExtensionNodeInAbsoluteDirection()
5733 focusElement.GetRectInScreen().GetLeftTopXScreenPostion(); in FindExtensionNodeInAbsoluteDirection()
5735 focusElement.GetRectInScreen().GetLeftTopYScreenPostion(); in FindExtensionNodeInAbsoluteDirection()
5779 GetExtensionNextFocusableNode(focusElement, nodeList, node); in FindExtensionNodeInRelativeDirection()
5782 GetExtensionPreviousFocusableNode(focusElement, nodeList, node); in FindExtensionNodeInRelativeDirection()
5790 AccessibilityElementInfo& focusElement, int64_t elementId) in FilterAccessibilityElementByFocusable() argument
5810 focusElement = element; in FilterAccessibilityElementByFocusable()
5823 AccessibilityElementInfo focusElement; in GetResultOfFocusMoveSearchNG() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h796 void SetFocusElement(const WeakPtr<FocusNode>& focusElement) in SetFocusElement() argument
798 focusElement_ = focusElement; in SetFocusElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h184 void AddNeedRebuildFocusElement(const RefPtr<Element>& focusElement);
H A Dpipeline_context.cpp1390 void PipelineContext::AddNeedRebuildFocusElement(const RefPtr<Element>& focusElement) in AddNeedRebuildFocusElement() argument
1393 if (!focusElement) { in AddNeedRebuildFocusElement()
1397 needRebuildFocusElement_.emplace(focusElement); in AddNeedRebuildFocusElement()