Home
last modified time | relevance | path

Searched refs:IsFocusable (Results 1 - 25 of 48) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.cpp88 if (scope && scope->IsFocusable()) { in CollectTabIndexNodes()
100 if (node->IsFocusable() && node->GetTabIndex() > 0) { in CollectTabIndexNodes()
190 if (!IsFocusable()) { in DumpFocusTree()
210 if (!parent->IsFocusable()) { in IsFocusableWholePath()
215 return IsFocusable(); in IsFocusableWholePath()
236 if (!IsFocusable()) { in RequestFocusImmediately()
253 if (isGetDefaultFocus && isDefaultFocus_ && IsFocusable()) { in GetChildDefaultFocusNode()
256 if (!isGetDefaultFocus && isDefaultGroupFocus_ && IsFocusable()) { in GetChildDefaultFocusNode()
353 RefreshParentFocusable(FocusNode::IsFocusable()); in SetFocusable()
386 while (!parent->IsFocusable()) { in RefreshFocus()
561 bool FocusGroup::IsFocusable() const IsFocusable() function in OHOS::Ace::FocusGroup
[all...]
H A Dfocus_node.h57 virtual bool IsFocusable() const in IsFocusable() function in OHOS::Ace::FocusNode
68 return IsFocusable(); in AcceptFocusByRectOfLastFocus()
321 bool IsFocusable() const override;
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_item_element.h50 bool IsFocusable() const override
52 return FocusNode::IsFocusable();
H A Dtab_content_element.cpp60 if (!focusNode || !focusNode->IsFocusable()) { in UpdateLastFocusNode()
211 bool TabContentElement::IsFocusable() const in IsFocusable() function in OHOS::Ace::TabContentElement
215 return focusNode->IsFocusable(); in IsFocusable()
H A Dtab_content_element.h46 bool IsFocusable() const override;
/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_element.cpp42 SetFocusable(focusableComponent->IsFocusable()); in Update()
173 bool FocusableElement::IsFocusable() const in IsFocusable() function in OHOS::Ace::FocusableElement
175 return isNode_ ? FocusNode::IsFocusable() : FocusGroup::IsFocusable(); in IsFocusable()
H A Dfocusable_element.h33 bool IsFocusable() const override;
H A Dfocusable_component.h161 bool IsFocusable() const in IsFocusable() function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_element.h31 bool IsFocusable() const override;
H A Dswiper_element.cpp74 bool SwiperElement::IsFocusable() const in IsFocusable() function in OHOS::Ace::SwiperElement
92 return (*currentFocusNode) && (*currentFocusNode)->IsFocusable(); in IsFocusable()
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp248 if (!focusNodes_.empty() && focusNodes_.back()->IsFocusable()) { in PerformPushChild()
338 if (IsFocusable()) { in PerformPopTextOverlay()
384 if (IsFocusable()) { in PerformPopPopup()
398 if (IsFocusable()) { in PerformPopMenu()
494 if (IsFocusable()) { in EnableTouchEventAndRequestFocus()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_element.cpp52 if (!(*it)->IsFocusable()) { in AcceptFocusByRectOfLastFocus()
/foundation/arkui/ui_lite/frameworks/dock/
H A Dfocus_manager.cpp32 if (view == nullptr || view == focusView_ || !view->IsFocusable() || in RequestFocus()
237 if (!current->IsVisible() || !current->IsFocusable()) { in GetNextFocus()
250 if (!current->IsVisible() || !current->IsFocusable()) { in GetNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp263 if (!IsFocusable()) { in DumpFocusNodeTree()
299 if (!IsFocusable()) { in DumpFocusScopeTree()
512 bool FocusHub::IsFocusable() in IsFocusable() function in OHOS::Ace::NG::FocusHub
532 return AnyChildFocusHub([](const RefPtr<FocusHub>& focusHub) { return focusHub->IsFocusable(); }); in IsFocusableScope()
585 return AnyChildFocusHub([](const RefPtr<FocusHub>& focusNode) { return focusNode->IsFocusable(); }); in IsSyncRequestFocusableScope()
1442 [](const RefPtr<FocusHub>& focusNode) { return focusNode->IsFocusable(); });
1771 return IsFocusable();
1853 if (!child->IsFocusable()) {
1937 return IsFocusable();
1942 if (!IsFocusable()) {
[all...]
H A Dfocus_hub.h556 bool IsFocusable();
967 if (child->IsFocusable()) { in GetFocusableCount()
/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.cpp299 if (IsFocusable()) { in RefreshFocus()
688 bool StageElement::IsFocusable() const in IsFocusable() function in OHOS::Ace::StageElement
690 if (!FocusNode::IsFocusable()) { in IsFocusable()
698 return focusNodes_.back()->IsFocusable(); in IsFocusable()
H A Dstage_element.h50 bool IsFocusable() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_text_field.cpp85 if (!focusHub->IsFocusable() || !parentFrameNode->IsVisible()) { in IsTextEditableForStylus()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h55 accessibilityElementInfo.SetFocusable(nativeInfo.IsFocusable()); in TransformAccessbilityElementInfo()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp103 nativeInfo.SetFocusable(accessibilityElementInfo.IsFocusable()); in FillNativeAccessibilityElementInfo()
288 EXPECT_EQ(beforeInfo.IsFocusable(), afterInfo.IsFocusable()); in CheckTransformElementInfoResult()
H A Dnative_interface_accessibility_test.cpp158 NATIVE_ADD_ELEMENTINFO(SetFocusable, &afterInfo, beforeInfo.IsFocusable()); in FillNativeAccessibilityElementInfo()
330 EXPECT_EQ(beforeInfo.IsFocusable(), afterInfo.IsFocusable()); in CheckTransformElementInfoResult()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_element.cpp166 if (listItem && listItem->IsFocusable() && currentFocusIndex == listItem->GetIndex()) { in TraverseFocusNode()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h176 bool IsFocusable() const in IsFocusable() function
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp311 focusNode->SetParentFocusable(scope->FocusNode::IsFocusable()); in AddToFocus()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h766 bool IsFocusable() const;

Completed in 23 milliseconds

12