Home
last modified time | relevance | path

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

1234567

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_draw_rect/
H A Dui_test_draw_rect.cpp109 UIView* view = new UIView(); in CreateUIView() local
141 UIView* view = CreateUIView(); in UIKitDrawRectTestRectNoBorder001() local
167 UIView* view = CreateUIView(); in UIKitDrawRectTestRectNoBorder002() local
194 UIView* view = CreateUIView(); in UIKitDrawRectTestRectNoBorder003() local
221 UIView* view = CreateUIView(); in UIKitDrawRectTestRectNoBorder004() local
248 UIView* view = CreateUIView(); in UIKitDrawRectTestRectNoBorder005() local
275 UIView* view = CreateUIView(); in UIKitDrawRectTestRectNoBorder006() local
302 UIView* view = CreateUIView(); in UIKitDrawRectTestRectNoBorder007() local
329 UIView* view = CreateUIView(); in UIKitDrawRectTestRectNoBorder008() local
356 UIView* view = CreateUIView(); in UIKitDrawRectTestRectNoBorder009() local
[all …]
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp80 void UIDumpDomTree::AddLabelField(const UIView* view, cJSON* usr) const in AddLabelField() argument
94 void UIDumpDomTree::AddCheckboxField(const UIView* view, cJSON* usr) const in AddCheckboxField() argument
112 void UIDumpDomTree::AddProgressField(const UIView* view, cJSON* usr) const in AddProgressField() argument
129 void UIDumpDomTree::AddListField(const UIView* view, cJSON* usr) const in AddListField() argument
141 void UIDumpDomTree::AddClockField(const UIView* view, cJSON* usr) const in AddClockField() argument
150 void UIDumpDomTree::AddPickerField(const UIView* view, cJSON* usr) const in AddPickerField() argument
157 void UIDumpDomTree::AddSwipeViewField(const UIView* view, cJSON* usr) const in AddSwipeViewField() argument
174 void UIDumpDomTree::AddSpecialField(const UIView* view, cJSON* usr) const in AddSpecialField() argument
238 void UIDumpDomTree::AddCommonField(UIView* view, cJSON* usr) const in AddCommonField()
256 void UIDumpDomTree::OutputDomNode(UIView* view) in OutputDomNode()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dabstract_adapter.h91 virtual void DeleteView(UIView*& view) in DeleteView()
93 delete view; in DeleteView() local
99 UIView* view = GetView(nullptr, index); in GetItemWidthWithMargin() local
110 UIView* view = GetView(nullptr, index); in GetItemHeightWithMargin() local
H A Dui_view.h137 virtual bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
200 virtual bool OnDragStart(UIView& view, const DragEvent& event) in OnDragStart()
215 virtual bool OnDrag(UIView& view, const DragEvent& event) in OnDrag()
230 virtual bool OnDragEnd(UIView& view, const DragEvent& event) in OnDragEnd()
262 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress()
277 virtual bool OnRelease(UIView& view, const ReleaseEvent& event) in OnRelease()
292 virtual bool OnCancel(UIView& view, const CancelEvent& event) in OnCancel()
334 virtual bool OnRotate(UIView& view, const RotateEvent& event) in OnRotate()
346 virtual bool OnRotateEnd(UIView& view, const RotateEvent& event) in OnRotateEnd()
1458 virtual bool OnFocus(UIView& view) in OnFocus()
[all …]
H A Dui_list.h81 virtual void OnScrollStart(int16_t index, UIView* view) {} in OnScrollStart()
94 virtual void OnScrollEnd(int16_t index, UIView* view) {} in OnScrollEnd()
107 virtual void OnScrollTop(int16_t index, UIView* view) {} in OnScrollTop()
120 virtual void OnScrollBottom(int16_t index, UIView* view) {} in OnScrollBottom()
134 virtual void OnItemSelected(int16_t index, UIView* view) {} in OnItemSelected()
450 void AddScrapView(UIView* view) in AddScrapView()
/ohos5.0/base/update/updater/services/ui/control/
H A Devent_listener.cpp29 void CallBackDecorator::operator()(OHOS::UIView &view, bool isAsync) const in operator ()()
71 void CallBackDecorator::CallbackWithGuard(Callback cb, OHOS::UIView &view) in CallbackWithGuard()
120 bool BtnOnDragListener::OnDrag(OHOS::UIView &view, const OHOS::DragEvent &event) in OnDrag()
138 bool KeyListener::OnKeyAct(OHOS::UIView &view, const OHOS::KeyEvent &event) in OnKeyAct()
155 bool KeyListener::ProcessPowerKey(OHOS::UIView &view, const OHOS::KeyEvent &event) in ProcessPowerKey()
178 bool KeyListener::ProcessVolumeKey(OHOS::UIView &view, const OHOS::KeyEvent &event) in ProcessVolumeKey()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_swipe_view_unit_test.cpp100 UIView* view = new UIView(); variable
129 UIView* view = new UIView(); variable
157 UIView* view = new UIView(); variable
193 UIViewGroup* view = new UIViewGroup(); variable
222 void OnSwipe(UISwipeView& view) override in OnSwipe()
290 UIView* view = swipeView_->GetViewByIndex(1); variable
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.cpp372 bool UITestUIList::OnClick(UIView& view, const ClickEvent& event) in OnClick()
444 void UITestUIList::OnScrollStart(int16_t index, UIView* view) in OnScrollStart()
455 void UITestUIList::OnScrollEnd(int16_t index, UIView* view) in OnScrollEnd()
465 void UITestUIList::OnScrollTop(int16_t index, UIView* view) in OnScrollTop()
471 void UITestUIList::OnScrollBottom(int16_t index, UIView* view) in OnScrollBottom()
477 void UITestUIList::OnItemSelected(int16_t index, UIView* view) in OnItemSelected()
507 void UITestUIList::SetLastPos(UIView* view) in SetLastPos()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/animator/
H A Danimator_unit_test.cpp33 explicit TestAnimatorCallback(UIView* view) : view_(view), animator_(nullptr) {} in TestAnimatorCallback()
55 void Callback(UIView* view) override in Callback()
61 void OnStop(UIView& view) override in OnStop()
197 UIView* view = new UIView(); variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.cpp33 bool KeyBoardEventListener::OnKeyAct(UIView &view, const KeyEvent &event) in OnKeyAct()
56 bool ViewOnTouchCancelListener::OnCancel(UIView &view, const CancelEvent &event) in OnCancel()
96 bool ViewOnTouchListener::OnDragStart(UIView& view, const DragEvent &event) in OnDragStart()
113 bool ViewOnTouchListener::OnDrag(UIView& view, const DragEvent& event) in OnDrag()
130 bool ViewOnTouchListener::OnDragEnd(UIView& view, const DragEvent &event) in OnDragEnd()
151 void ValueChangeListener::OnChange(UIView &view, const char *value) in OnChange()
H A Dcomponent.cpp142 UIView *view = GetComponentRootView(); in Render() local
173 UIView *view = GetComponentRootView(); in SetViewExtraMsg() local
189 UIView *view = GetComponentRootView(); in ReleaseViewExtraMsg() local
572 bool Component::ApplyCommonStyle(UIView &view, const AppStyleItem *style) in ApplyCommonStyle()
705 UIView *view = GetComponentRootView(); in Invalidate() local
1271 bool Component::RegisterCommonEventListener(UIView &view, in RegisterCommonEventListener()
1430 void Component::SetVisible(UIView &view, const AppStyleItem *styleItem) const in SetVisible()
1457 void Component::SetOpacity(UIView &view, const AppStyleItem &styleItem) const in SetOpacity()
1509 void Component::SetPadding(UIView &view, const AppStyleItem &styleItem) const in SetPadding()
1517 void Component::SetLeftPadding(UIView &view, const AppStyleItem &styleItem) const in SetLeftPadding()
[all …]
H A Devent_listener.h118 bool OnClick(UIView& view, const ClickEvent &event) override in OnClick()
158 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress()
282 void OnScrollStart(int16_t index, UIView *view) override in OnScrollStart()
286 void OnItemSelected(int16_t index, UIView *view) override in OnItemSelected()
304 void OnScrollEnd(int16_t index, UIView* view) override in OnScrollEnd()
316 void OnScrollTop(int16_t index, UIView* view) override in OnScrollTop()
328 void OnScrollBottom(int16_t index, UIView* view) override in OnScrollBottom()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_focus_manager/
H A Dui_test_focus_manager.cpp32 bool OnFocus(UIView& view) override in OnFocus()
43 bool OnBlur(UIView& view) override in OnBlur()
62 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
77 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
94 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
113 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
124 SetFocusableOnClickListener(UIView* view, bool enable) : view_(view), enable_(enable) {} in SetFocusableOnClickListener()
128 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
140 explicit RequestFocusOnClickListener(UIView* view) : view_(view) {} in RequestFocusOnClickListener()
144 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp358 auto view = weak.Upgrade(); in UpdateRootComponent() local
365 auto view = weak.Upgrade(); in UpdateRootComponent() local
408 auto view = weak.Upgrade(); in UpdateRootComponent() local
414 auto view = weak.Upgrade(); in UpdateRootComponent() local
420 auto view = weak.Upgrade(); in UpdateRootComponent() local
441 auto view = weakView.Upgrade(); in UpdateRootComponent() local
473 auto view = weak.Upgrade(); in UpdateRootComponent() local
479 auto view = weak.Upgrade(); in UpdateRootComponent() local
485 auto view = weak.Upgrade(); in UpdateRootComponent() local
492 auto view = weak.Upgrade(); in UpdateRootComponent() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_native_view_ffi.cpp74 auto view = FFIData::Create<NativeView>(remoteView); in FfiOHOSAceFrameworkNativeViewCtor() local
83 auto view = FFIData::GetData<NativeView>(id); in FfiOHOSAceFrameworkNativeViewDestroy() local
143 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkNativeViewSyncInstanceId() local
153 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkNativeViewRestoreInstanceId() local
163 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkNativeViewFinishUpdateFunc() local
173 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkViewDeletedElmtIdsHaveBeenPurged() local
192 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkViewGetDeletedElemtIds() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dswiper_tdd_test.cpp104 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest001() local
163 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest002() local
215 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest003() local
250 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest004() local
303 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest005() local
353 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest013() local
424 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest014() local
461 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest019() local
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Devent_listener.h40 bool OnClick(UIView &view, const ClickEvent &event) override in OnClick()
48 bool OnLongPress(UIView &view, const LongPressEvent &event) override in OnLongPress()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_render/
H A Dui_test_render.cpp44 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
89 UIView* view = new UIView(); in UIKitRenderTestRender001() local
149 bool UITestRender::OnClick(UIView& view, const ClickEvent& event) in OnClick()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.h201 bool OnKeyAct(UIView& view, const KeyEvent& event) override in OnKeyAct()
232 virtual bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
254 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress()
276 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress()
285 virtual bool OnRelease(UIView& view, const ReleaseEvent& event) in OnRelease()
294 virtual bool OnCancel(UIView& view, const CancelEvent& event) in OnCancel()
318 virtual bool OnDragStart(UIView& view, const DragEvent& event) in OnDragStart()
327 virtual bool OnDrag(UIView& view, const DragEvent& event) in OnDrag()
336 virtual bool OnDragEnd(UIView& view, const DragEvent& event) in OnDragEnd()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_group/
H A Dui_test_view_group.cpp193 bool UITestViewGroup::OnClick(UIView& view, const ClickEvent& event) in OnClick()
223 UIView* view = new UIView(); in AddView() local
258 UIView* view = new UIView(); in AddMultiParent() local
268 UIView* view = new UIView(); in InsertMultiParent() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_video/
H A Dui_test_video.cpp230 bool UITestVideo::OnClick(UIView &view, const ClickEvent& event) in OnClick()
266 bool UITestVideo::OnClick1(UIView &view, const ClickEvent& event) in OnClick1()
299 bool UITestVideo::OnClick2(UIView &view, const ClickEvent& event) in OnClick2()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp42 void UIViewGroup::Add(UIView* view) in Add()
111 void UIViewGroup::Remove(UIView* view) in Remove()
194 UIView* view = GetChildrenRenderHead(); in GetTargetView() local
239 UIView* view = GetChildrenRenderHead(); in GetTargetView() local
257 UIView* view = childrenHead_; in GetAllChildRelativeRect() local
320 UIView* view = childrenHead_; in MoveChildByOffset() local
H A Dui_tree_manager.cpp52 void UITreeManager::GetLastEvent(UIView*& view, ViewLifeEvent& event) in GetLastEvent()
58 void UITreeManager::OnLifeEvent(UIView* view, ViewLifeEvent event) in OnLifeEvent()
/ohos5.0/base/update/updater/services/ui/view/page/
H A Dview_proxy.h30 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()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp65 void AceViewOhos::SurfaceCreated(const RefPtr<AceViewOhos>& view, OHOS::sptr<OHOS::Rosen::Window> w… in SurfaceCreated()
71 void AceViewOhos::ChangeViewSize(const RefPtr<AceViewOhos>& view, int32_t width, int32_t height) in ChangeViewSize()
77 void AceViewOhos::SurfaceChanged(const RefPtr<AceViewOhos>& view, int32_t width, int32_t height, in… in SurfaceChanged()
93 void AceViewOhos::SurfacePositionChanged(const RefPtr<AceViewOhos>& view, int32_t posX, int32_t pos… in SurfacePositionChanged()
99 void AceViewOhos::SetViewportMetrics(const RefPtr<AceViewOhos>& view, const ViewportConfig& config) in SetViewportMetrics()
105 void AceViewOhos::TransformHintChanged(const RefPtr<AceViewOhos>& view, uint32_t transform) in TransformHintChanged()
111 void AceViewOhos::DispatchTouchEvent(const RefPtr<AceViewOhos>& view, in DispatchTouchEvent()
233 bool AceViewOhos::DispatchKeyEvent(const RefPtr<AceViewOhos>& view, in DispatchKeyEvent()
241 bool AceViewOhos::DispatchRotationEvent(const RefPtr<AceViewOhos>& view, float rotationValue) in DispatchRotationEvent()

1234567