Home
last modified time | relevance | path

Searched defs:view (Results 1 – 9 of 9) sorted by relevance

/base/update/updater/services/ui/control/
Devent_listener.cpp29 void CallBackDecorator::operator()(OHOS::UIView &view, bool isAsync) const in operator ()()
71 void CallBackDecorator::CallbackWithGuard(Callback cb, OHOS::UIView &view) in CallbackWithGuard()
83 bool LabelOnTouchListener::OnPress(OHOS::UIView &view, [[maybe_unused]] const OHOS::PressEvent &eve… in OnPress()
89 bool LabelOnTouchListener::OnCancel(OHOS::UIView &view, [[maybe_unused]] const OHOS::CancelEvent &e… in OnCancel()
95 bool LabelOnTouchListener::OnRelease(OHOS::UIView &view, [[maybe_unused]] const OHOS::ReleaseEvent … in OnRelease()
103 bool BtnOnEventListener::OnClick(OHOS::UIView &view, [[maybe_unused]] const OHOS::ClickEvent &event) in OnClick()
109 bool BtnOnEventListener::OnPress(OHOS::UIView &view, [[maybe_unused]] const OHOS::PressEvent &event) in OnPress()
115 bool BtnOnEventListener::OnRelease(OHOS::UIView &view, [[maybe_unused]] const OHOS::ReleaseEvent &e… in OnRelease()
121 bool BtnOnEventListener::OnCancel(OHOS::UIView &view, [[maybe_unused]] const OHOS::CancelEvent &eve… in OnCancel()
127 bool BtnOnDragListener::OnDragStart(OHOS::UIView &view, [[maybe_unused]] const OHOS::DragEvent &eve… in OnDragStart()
[all …]
/base/update/updater/services/ui/view/page/
Dview_proxy.h30 ViewProxy(std::unique_ptr<ComponentInterface> view, const std::string &message) in ViewProxy()
32 explicit ViewProxy(std::unique_ptr<ComponentInterface> view) : view_(std::move(view)) { } in ViewProxy()
Dsub_page.cpp89 const auto &view = basePage_->GetView(); in SetVisible() local
Dbase_page.cpp104 OHOS::UIView *view = viewObj.operator->(); in BuildCom() local
/base/update/updater/services/ui/view/component/
Dimg_view_adapter.cpp32 explicit ImgAnimatorCallback(ImgViewAdapter *view) in ImgAnimatorCallback()
47 void Callback(OHOS::UIView *view) override in Callback()
/base/hiviewdfx/faultloggerd/common/dfxutil/
Dstring_view_util.h35 const char* Hold(STRING_VIEW view) in Hold()
/base/update/updater/test/unittest/updater_ui_test/control/
Dui_control_unittest.cpp28 OHOS::UIView *view; member in __anon59d5e4670111::UpdaterUiControlUnittest
/base/powermgr/battery_manager/charger/include/
Dcharger_animation.h76 virtual void Callback(OHOS::UIView* view) in Callback()
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_component_unittest.cpp61 void CheckCommInfo(OHOS::UIView &view, const UxViewCommonInfo &common) in CheckCommInfo()