/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/animator/ |
H A D | animator.h | 71 virtual void OnStop(UIView& view) {} in OnStop() 132 Animator(AnimatorCallback* callback, UIView* view, uint32_t time, bool repeat) in Animator()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_screenshot/ |
H A D | ui_test_screenshot.cpp | 57 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 72 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_view_unit_test.cpp | 1134 UIView* view = new UIView(); variable 1175 UIView* view = new UIView(); variable 1194 UIView* view = new UIView(); variable 1213 UIView* view = new UIView(); variable
|
H A D | ui_radio_button_unit_test.cpp | 103 UIViewGroup* view = static_cast<UIViewGroup*>(RootView::GetInstance()); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router.cpp | 25 void SetCjPageCallbackClassic(RefPtr<Framework::JsAcePage> page, NativeView* view) in SetCjPageCallbackClassic() 31 auto view = weak.promote(); in SetCjPageCallbackClassic() local 37 auto view = weak.promote(); in SetCjPageCallbackClassic() local 43 auto view = weak.promote(); in SetCjPageCallbackClassic() local 50 auto view = weak.promote(); in SetCjPageCallbackClassic() local 56 auto view = weak.promote(); in SetCjPageCallbackClassic() local 63 bool LoadNativeViewClassic(NativeView* view) in LoadNativeViewClassic()
|
H A D | cj_frontend_loader.cpp | 28 bool LoadNativeView(const sptr<NativeView>& view) in LoadNativeView()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_chart/ |
H A D | ui_test_chart_pillar.cpp | 158 bool UITestChartPillar::OnClick(UIView& view, const ClickEvent& event) in OnClick() 218 void UITestChartPillar::SetLastPos(UIView* view) in SetLastPos()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/common_view/ |
H A D | common_view_test_ng.cpp | 41 CommonViewModelNG view; variable
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/ |
H A D | ui_test_texture_mapper.cpp | 196 bool UITestTextureMapper::OnClick(UIView& view, const ClickEvent& event) in OnClick() 243 bool UITestTextureMapper::ExpandClick(UIView& view, const ClickEvent& event) in ExpandClick()
|
/ohos5.0/base/update/updater/services/ui/view/component/ |
H A D | img_view_adapter.cpp | 32 explicit ImgAnimatorCallback(ImgViewAdapter *view) in ImgAnimatorCallback() 47 void Callback(OHOS::UIView *view) override in Callback()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_swipe_view.cpp | 35 void UISwipeView::Add(UIView* view) in Add() 57 void UISwipeView::Remove(UIView* view) in Remove() 372 UIView* view = childrenHead_; in RefreshCurrentViewByPosition() local 536 UIView* view = childrenHead_; in CalculateInvalidate() local
|
H A D | ui_abstract_scroll.cpp | 68 void Callback(UIView* view) override in Callback() 87 void OnStop(UIView& view) override in OnStop() 174 UIView* view = GetChildrenHead(); in MoveChildByOffset() local 310 void UIAbstractScroll::ListAnimatorCallback::Callback(UIView* view) in Callback()
|
H A D | ui_toggle_button.cpp | 123 void UIToggleButton::Callback(UIView* view) in Callback() 153 void UIToggleButton::OnStop(UIView& view) in OnStop()
|
H A D | root_view.cpp | 260 void RootView::RemoveViewFromInvalidMap(UIView* view) in RemoveViewFromInvalidMap() 449 void RootView::AddInvalidateRect(Rect& rect, UIView* view) in AddInvalidateRect() 466 void RootView::AddInvalidateRectWithLock(Rect& rect, UIView* view) in AddInvalidateRectWithLock() 492 void RootView::MeasureView(UIView* view) in MeasureView() 627 void RootView::DrawTop(UIView* view, const Rect& rect) in Render()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_button/ |
H A D | ui_test_button.cpp | 420 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 452 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 484 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 502 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 523 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 553 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 581 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 611 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/ |
H A D | json_util.h | 77 const auto view = in from_json() local 87 …const auto view = BASE_NS::array_view(jsonData.array_.data(), BASE_NS::Math::min(jsonData.array_.s… in from_json() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | rotate_input_device.cpp | 53 UIView* view = FocusManager::GetInstance()->GetFocusedView(); in DispatchEvent() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | string_view_util.h | 35 const char* Hold(STRING_VIEW view) in Hold()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | lazy_foreach.cpp | 65 auto view = ViewStackModel::GetInstance()->Finish(); in OnGetChildByIndex() local 98 auto view = ViewStackModel::GetInstance()->Finish(); in OnGetChildByIndexNew() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | basic_tdd_test.cpp | 148 UIView *view = rootComponent_->GetComponentRootView(); in CreatePage() local 189 UIView *view = ComponentUtils::GetViewFromBindingObject(dom); in GetViewByRef() local 205 void BasicTddTest::Click(const UIView *view, uint8_t sleepTicks) const in Click() argument 217 void BasicTddTest::LongPress(const UIView *view, uint8_t sleepTicks) const in LongPress() argument
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | image_animator_component.h | 37 void OnAnimatorStop(UIView& view) override in OnAnimatorStop()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view.cpp | 282 auto* view = object->Unwrap<JSViewFullUpdate>(); in Create() local 333 auto view = targetView->Unwrap<JSViewFullUpdate>(); in FindChildByIdForPreview() local 343 auto* view = childView->Unwrap<JSViewFullUpdate>(); in GetChildByViewId() local 387 void JSViewFullUpdate::DestructorCallback(JSViewFullUpdate* view) in DestructorCallback() 398 auto* view = child.second->Unwrap<JSView>(); in DestroyChild() local 406 auto* view = lazyChild.second->Unwrap<JSView>(); in DestroyChild() local 424 auto* view = startIter->second->Unwrap<JSView>(); in CleanUpAbandonedChild() local 495 auto* view = removeView->second->Unwrap<JSView>(); in RemoveChildGroupById() local 842 auto* view = object->Unwrap<JSView>(); in Create() local 895 auto* view = viewObj->Unwrap<JSViewPartialUpdate>(); in CreateRecycle() local [all …]
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/common/ |
H A D | input_method_manager.h | 30 UIView* view; /* view param for mini system without Window feature */ member
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/ |
H A D | ui_test_arc_label.cpp | 142 explicit LabelButtonClickListener(UIView* view) : view_(view) in LabelButtonClickListener() 146 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 163 explicit TestArcLabelScrollListener(UIView* view) : view_(view) in TestArcLabelScrollListener()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/layout/ |
H A D | list_layout_unit_test.cpp | 28 auto view = new UIView(); in CreatView() local
|