Home
last modified time | relevance | path

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

/base/update/updater/services/ui/control/
Devent_listener.cpp55 bool LabelOnTouchListener::OnRelease(OHOS::UIView &view, [[maybe_unused]] const OHOS::ReleaseEvent … in OnRelease()
58 CallBackDecorator(view, cb_)(); in OnRelease() local
62 bool BtnOnEventListener::OnClick(OHOS::UIView &view, [[maybe_unused]] const OHOS::ClickEvent &event) in OnClick()
64 CallBackDecorator(view, cb_)(); in OnClick() local
68 bool BtnOnEventListener::OnPress(OHOS::UIView &view, [[maybe_unused]] const OHOS::PressEvent &event) in OnPress()
74 bool BtnOnEventListener::OnRelease(OHOS::UIView &view, [[maybe_unused]] const OHOS::ReleaseEvent &e… in OnRelease()
80 bool BtnOnEventListener::OnCancel(OHOS::UIView &view, [[maybe_unused]] const OHOS::CancelEvent &eve… in OnCancel()
86 bool BtnOnDragListener::OnDragStart(OHOS::UIView &view, [[maybe_unused]] const OHOS::DragEvent &eve… in OnDragStart()
88 CallBackDecorator(view, cb_)(); in OnDragStart() local
92 bool BtnOnDragListener::OnDrag(OHOS::UIView &view, const OHOS::DragEvent &event) in OnDrag()
[all …]
Devent_listener.h35 CallBackDecorator(OHOS::UIView &view, Callback cb) : cb_(cb), view_(view) {} in CallBackDecorator()
/base/update/updater/services/ui/view/page/
Dview_proxy.h29 ViewProxy(std::unique_ptr<OHOS::UIView> view, const std::string &message) in ViewProxy()
31 explicit ViewProxy(std::unique_ptr<OHOS::UIView> view) : view_(std::move(view)) { } in ViewProxy()
Dsub_page.cpp89 const auto &view = basePage_->GetView(); in SetVisible() local
Dbase_page.cpp91 auto &view = *upView; in BuildCom() local
/base/update/updater/services/ui/view/component/
Dimg_view_adapter.cpp30 explicit ImgAnimatorCallback(ImgViewAdapter *view) in ImgAnimatorCallback()
45 void Callback(OHOS::UIView *view) override in Callback()
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_component_unittest.cpp42 void CheckCommInfo(OHOS::UIView &view, const UxViewCommonInfo &common) in CheckCommInfo()