Searched refs:focusElement (Results 1 – 5 of 5) sorted by relevance
58 auto focusElement = AceType::DynamicCast<FocusAnimationElement>(element); in PushFocusAnimationElement() local59 CHECK_NULL_VOID(focusElement); in PushFocusAnimationElement()60 auto renderFocus = AceType::DynamicCast<RenderFocusAnimation>(focusElement->GetRenderNode()); in PushFocusAnimationElement()63 if (focusElement->IsRoot()) { in PushFocusAnimationElement()
5690 void GetExtensionNextFocusableNode(const AccessibilityElementInfo& focusElement, in GetExtensionNextFocusableNode() argument5730 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() argument5810 focusElement = element; in FilterAccessibilityElementByFocusable()5823 AccessibilityElementInfo focusElement; in GetResultOfFocusMoveSearchNG() local[all …]
796 void SetFocusElement(const WeakPtr<FocusNode>& focusElement) in SetFocusElement() argument798 focusElement_ = focusElement; in SetFocusElement()
184 void AddNeedRebuildFocusElement(const RefPtr<Element>& focusElement);
1390 void PipelineContext::AddNeedRebuildFocusElement(const RefPtr<Element>& focusElement) in AddNeedRebuildFocusElement() argument1393 if (!focusElement) { in AddNeedRebuildFocusElement()1397 needRebuildFocusElement_.emplace(focusElement); in AddNeedRebuildFocusElement()