Searched defs:view (Results 1 – 7 of 7) sorted by relevance
/base/update/updater/services/ui/control/ |
D | event_listener.cpp | 55 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 …]
|
D | event_listener.h | 35 CallBackDecorator(OHOS::UIView &view, Callback cb) : cb_(cb), view_(view) {} in CallBackDecorator()
|
/base/update/updater/services/ui/view/page/ |
D | view_proxy.h | 29 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()
|
D | sub_page.cpp | 89 const auto &view = basePage_->GetView(); in SetVisible() local
|
D | base_page.cpp | 91 auto &view = *upView; in BuildCom() local
|
/base/update/updater/services/ui/view/component/ |
D | img_view_adapter.cpp | 30 explicit ImgAnimatorCallback(ImgViewAdapter *view) in ImgAnimatorCallback() 45 void Callback(OHOS::UIView *view) override in Callback()
|
/base/update/updater/test/unittest/updater_ui_test/view/ |
D | ui_component_unittest.cpp | 42 void CheckCommInfo(OHOS::UIView &view, const UxViewCommonInfo &common) in CheckCommInfo()
|