Home
last modified time | relevance | path

Searched refs:HasAction (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.h64 bool HasAction() const in HasAction() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp465 info->Put("hasAction", accessibilityProperty->HasAction()); in IsAccessibilityFocusableDebug()
498 accessibilityProperty->HasAction() || in IsAccessibilityFocusable()
537 bool AccessibilityProperty::HasAction() const in HasAction() function in OHOS::Ace::NG::AccessibilityProperty
H A Daccessibility_property.h754 bool HasAction() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp94 …SetInterceptTouchEvent(bubbleComponent_->GetPopupParam()->HasAction() || bubble->IsDisabledStatus(… in Update()
103 if (bubbleComponent && !bubbleComponent->GetPopupParam()->HasAction()) { in Update()
551 if (hidden && !bubbleComponent_->GetPopupParam()->HasAction()) { in OnHiddenChanged()
567 if (!bubbleComponent_->GetPopupParam()->HasAction()) { in HandleTouch()
1016 if (bubbleComponent_->GetPopupParam()->HasAction()) { in OnPaintFinish()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h107 bool HasAction(const std::string &action);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp372 EXPECT_EQ(true, base_->HasAction(action));
377 EXPECT_EQ(false, base_->HasAction(action));
623 EXPECT_EQ(false, base_->HasAction(action));
628 EXPECT_EQ(false, base_->HasAction(action));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h67 bool HasAction() const in HasAction() function
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp169 bool Skills::HasAction(const std::string &action) in HasAction() function in OHOS::AAFwk::Skills
703 return (action.empty() && actions_.empty()) || HasAction(action); in MatchAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp191 popupPaintProp->UpdateAutoCancel(!param->HasAction()); in CreateBubbleNode()
380 popupPaintProps->UpdateAutoCancel(!param->HasAction()); in CreateCustomBubbleNode()
519 popupPaintProp->UpdateAutoCancel(!param->HasAction()); in UpdateCustomPopupParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp393 if (pattern && longPressRecognizer->HasAction()) { in AddGestureToGestureHierarchy()