Home
last modified time | relevance | path

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

123456

/foundation/arkui/ui_lite/test/uitest/test_draw_rect/
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 …]
/foundation/arkui/ui_lite/frameworks/dfx/
Dui_dump_dom_tree.cpp58 void UIDumpDomTree::AddImageViewSpecialField(const UIView* view, cJSON* usr) const in AddImageViewSpecialField() argument
80 void UIDumpDomTree::AddLabelField(const UIView* view, cJSON* usr) const in AddLabelField() argument
87 void UIDumpDomTree::AddLabelButtonField(const UIView* view, cJSON* usr) const in AddLabelButtonField() argument
94 void UIDumpDomTree::AddCheckboxField(const UIView* view, cJSON* usr) const in AddCheckboxField() argument
105 void UIDumpDomTree::AddToggleButtonField(const UIView* view, cJSON* usr) const in AddToggleButtonField() argument
112 void UIDumpDomTree::AddProgressField(const UIView* view, cJSON* usr) const in AddProgressField() argument
121 void UIDumpDomTree::AddScrollViewField(const UIView* view, cJSON* usr) const in AddScrollViewField() 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
[all …]
/foundation/arkui/ui_lite/interfaces/kits/components/
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
Dui_view.h137 virtual bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
169 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress()
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()
321 virtual bool OnRotateStart(UIView& view, const RotateEvent& event) in OnRotateStart()
334 virtual bool OnRotate(UIView& view, const RotateEvent& event) in OnRotate()
[all …]
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()
/foundation/arkui/ui_lite/test/unittest/components/
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
Dui_view_group_unit_test.cpp60 UIView* view = new UIView(); variable
89 UIView* view = new UIView(); variable
111 UIView* view = new UIView(); variable
136 UIView* view = new UIView(); variable
/foundation/arkui/ui_lite/test/uitest/test_ui_list/
Dui_test_ui_list.cpp352 bool UITestUIList::OnClick(UIView& view, const ClickEvent& event) in OnClick()
424 void UITestUIList::OnScrollStart(int16_t index, UIView* view) in OnScrollStart()
435 void UITestUIList::OnScrollEnd(int16_t index, UIView* view) in OnScrollEnd()
445 void UITestUIList::OnScrollTop(int16_t index, UIView* view) in OnScrollTop()
451 void UITestUIList::OnScrollBottom(int16_t index, UIView* view) in OnScrollBottom()
457 void UITestUIList::OnItemSelected(int16_t index, UIView* view) in OnItemSelected()
487 void UITestUIList::SetLastPos(UIView* view) in SetLastPos()
/foundation/arkui/ui_lite/test/uitest/test_input_event/
Dui_test_input_event.h31 bool OnKeyAct(UIView& view, const KeyEvent& event) override in OnKeyAct()
62 virtual bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
84 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress()
106 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress()
115 virtual bool OnRelease(UIView& view, const ReleaseEvent& event) in OnRelease()
124 virtual bool OnCancel(UIView& view, const CancelEvent& event) in OnCancel()
148 virtual bool OnDragStart(UIView& view, const DragEvent& event) in OnDragStart()
157 virtual bool OnDrag(UIView& view, const DragEvent& event) in OnDrag()
166 virtual bool OnDragEnd(UIView& view, const DragEvent& event) in OnDragEnd()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_view_register_impl.cpp224 auto* view = static_cast<JSView*>(obj->GetNativePointerField(0)); in UpdateRootComponent() local
240 auto view = weak.Upgrade(); in UpdateRootComponent() local
247 auto view = weak.Upgrade(); in UpdateRootComponent() local
293 auto view = weak.Upgrade(); in UpdateRootComponent() local
299 auto view = weak.Upgrade(); in UpdateRootComponent() local
305 auto view = weak.Upgrade(); in UpdateRootComponent() local
351 auto view = weak.Upgrade(); in UpdateRootComponent() local
357 auto view = weak.Upgrade(); in UpdateRootComponent() local
363 auto view = weak.Upgrade(); in UpdateRootComponent() local
370 auto view = weak.Upgrade(); in UpdateRootComponent() local
[all …]
Djsi_view_register_impl_ng.cpp192 auto* view = static_cast<JSView*>(obj->GetNativePointerField(0)); in UpdateRootComponent() local
244 auto view = weak.Upgrade(); in UpdateRootComponent() local
250 auto view = weak.Upgrade(); in UpdateRootComponent() local
256 auto view = weak.Upgrade(); in UpdateRootComponent() local
/foundation/arkui/ui_lite/test/uitest/test_focus_manager/
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 …]
/foundation/arkui/ui_lite/test/unittest/animator/
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
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
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()
Dcomponent.cpp142 UIView *view = GetComponentRootView(); in Render() local
173 UIView *view = GetComponentRootView(); in SetViewExtraMsg() local
189 UIView *view = GetComponentRootView(); in ReleaseViewExtraMsg() local
295 bool Component::SetCommonAttribute(UIView &view, const uint16_t attrKeyId, const jerry_value_t attr… in SetCommonAttribute()
572 bool Component::ApplyCommonStyle(UIView &view, const AppStyleItem *style) in ApplyCommonStyle()
705 UIView *view = GetComponentRootView(); in Invalidate() local
736 void Component::SetAnimationKeyFrames(const UIView &view, const AppStyleItem *styleItem) in SetAnimationKeyFrames()
865 void Component::SetAnimationStyle(const UIView &view, const AppStyleItem *styleItem, const int16_t … in SetAnimationStyle()
1126 void Component::SetClickEventListener(UIView &view, const jerry_value_t eventFunc, bool isStopPropa… in SetClickEventListener()
1139 void Component::SetTouchCancelEventListener(UIView &view, jerry_value_t eventFunc, uint16_t eventTy… in SetTouchCancelEventListener()
[all …]
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()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
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
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
Devent_listener.h40 bool OnClick(UIView &view, const ClickEvent &event) override in OnClick()
48 bool OnLongPress(UIView &view, const LongPressEvent &event) override in OnLongPress()
/foundation/arkui/ui_lite/test/uitest/test_render/
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()
/foundation/arkui/ui_lite/frameworks/components/
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
Dui_tree_manager.cpp52 void UITreeManager::GetLastEvent(UIView*& view, ViewLifeEvent& event) in GetLastEvent()
58 void UITreeManager::OnLifeEvent(UIView* view, ViewLifeEvent event) in OnLifeEvent()
/foundation/arkui/ui_lite/test/uitest/test_view_group/
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
/foundation/arkui/ui_lite/test/uitest/test_video/
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()
/foundation/arkui/ui_lite/test/uitest/test_layout/
Dui_test_basic_layout.cpp175 void UITestBasicLayout::OnClickButton(UIView& view) in OnClickButton()
203 bool UITestBasicLayout::OnClick(UIView& view, const ClickEvent& event) in OnClick()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Devent_util.cpp61 JSValue EventUtil::CreateEvent(const char *type, UIView &view, const Event &event) in CreateEvent()
84 JSValue EventUtil::CreateSwipeEvent(UIView &view, const DragEvent &event) in CreateSwipeEvent()
120 JSValue EventUtil::CreateTouchEvent(UIView &view, const DragEvent &event) in CreateTouchEvent()
148 JSValue EventUtil::GetElementByUIView(UIView *view) in GetElementByUIView()

123456