Searched defs:view (Results 1 – 9 of 9) sorted by relevance
| /base/update/updater/services/ui/control/ |
| D | event_listener.cpp | 29 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/ |
| D | view_proxy.h | 30 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()
|
| D | sub_page.cpp | 89 const auto &view = basePage_->GetView(); in SetVisible() local
|
| D | base_page.cpp | 104 OHOS::UIView *view = viewObj.operator->(); in BuildCom() local
|
| /base/update/updater/services/ui/view/component/ |
| D | img_view_adapter.cpp | 32 explicit ImgAnimatorCallback(ImgViewAdapter *view) in ImgAnimatorCallback() 47 void Callback(OHOS::UIView *view) override in Callback()
|
| /base/hiviewdfx/faultloggerd/common/dfxutil/ |
| D | string_view_util.h | 35 const char* Hold(STRING_VIEW view) in Hold()
|
| /base/update/updater/test/unittest/updater_ui_test/control/ |
| D | ui_control_unittest.cpp | 28 OHOS::UIView *view; member in __anon59d5e4670111::UpdaterUiControlUnittest
|
| /base/powermgr/battery_manager/charger/include/ |
| D | charger_animation.h | 76 virtual void Callback(OHOS::UIView* view) in Callback()
|
| /base/update/updater/test/unittest/updater_ui_test/view/ |
| D | ui_component_unittest.cpp | 61 void CheckCommInfo(OHOS::UIView &view, const UxViewCommonInfo &common) in CheckCommInfo()
|