Home
last modified time | relevance | path

Searched defs:view (Results 51 – 75 of 173) sorted by relevance

1234567

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/animator/
H A Danimator.h71 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 Dui_test_screenshot.cpp57 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 Dui_view_unit_test.cpp1134 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 Dui_radio_button_unit_test.cpp103 UIViewGroup* view = static_cast<UIViewGroup*>(RootView::GetInstance()); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.cpp25 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 Dcj_frontend_loader.cpp28 bool LoadNativeView(const sptr<NativeView>& view) in LoadNativeView()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_chart/
H A Dui_test_chart_pillar.cpp158 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 Dcommon_view_test_ng.cpp41 CommonViewModelNG view; variable
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/
H A Dui_test_texture_mapper.cpp196 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 Dimg_view_adapter.cpp32 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 Dui_swipe_view.cpp35 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 Dui_abstract_scroll.cpp68 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 Dui_toggle_button.cpp123 void UIToggleButton::Callback(UIView* view) in Callback()
153 void UIToggleButton::OnStop(UIView& view) in OnStop()
H A Droot_view.cpp260 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 Dui_test_button.cpp420 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 Djson_util.h77 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 Drotate_input_device.cpp53 UIView* view = FocusManager::GetInstance()->GetFocusedView(); in DispatchEvent() local
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstring_view_util.h35 const char* Hold(STRING_VIEW view) in Hold()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dlazy_foreach.cpp65 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 Dbasic_tdd_test.cpp148 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 Dimage_animator_component.h37 void OnAnimatorStop(UIView& view) override in OnAnimatorStop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp282 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 Dinput_method_manager.h30 UIView* view; /* view param for mini system without Window feature */ member
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp142 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 Dlist_layout_unit_test.cpp28 auto view = new UIView(); in CreatView() local

1234567