Home
last modified time | relevance | path

Searched refs:GetOnLongPressListener (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/dock/
H A Dpointer_input_device.cpp269 if (touchableView_->GetOnLongPressListener() != nullptr) { in DispatchLongPressEvent()
280 if (needClick_ && (parent->GetOnLongPressListener() != nullptr)) { in DispatchLongPressEvent()
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.cpp64 if (tempView->GetOnLongPressListener()) { in DeleteChildrenAndListener()
65 delete tempView->GetOnLongPressListener(); in DeleteChildrenAndListener()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp426 EXPECT_EQ(imageView_->GetOnLongPressListener(), nullptr); in HWTEST_F()
H A Dui_view_unit_test.cpp128 EXPECT_EQ(view_->GetOnLongPressListener(), listener); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h618 OnLongPressListener*& GetOnLongPressListener();
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp253 cJSON_AddBoolToObject(usr, "onLongPressListener", (view->GetOnLongPressListener() != nullptr)); in AddCommonField()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp590 UIView::OnLongPressListener*& UIView::GetOnLongPressListener() in GetOnLongPressListener() function in OHOS::UIView

Completed in 9 milliseconds