/foundation/graphic/ui/test/uitest/test_draw_rect/ |
D | ui_test_draw_rect.cpp | 109 UIView* view = new UIView(); in CreateUIView() local 141 UIView* view = CreateUIView(); in UIKit_DrawRect_Test_RectNoBorder_001() local 167 UIView* view = CreateUIView(); in UIKit_DrawRect_Test_RectNoBorder_002() local 194 UIView* view = CreateUIView(); in UIKit_DrawRect_Test_RectNoBorder_003() local 221 UIView* view = CreateUIView(); in UIKit_DrawRect_Test_RectNoBorder_004() local 248 UIView* view = CreateUIView(); in UIKit_DrawRect_Test_RectNoBorder_005() local 275 UIView* view = CreateUIView(); in UIKit_DrawRect_Test_RectNoBorder_006() local 302 UIView* view = CreateUIView(); in UIKit_DrawRect_Test_RectNoBorder_007() local 329 UIView* view = CreateUIView(); in UIKit_DrawRect_Test_RectNoBorder_008() local 356 UIView* view = CreateUIView(); in UIKit_DrawRect_Test_RectNoBorder_009() local [all …]
|
/foundation/graphic/ui/frameworks/dfx/ |
D | ui_dump_dom_tree.cpp | 58 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/graphic/ui/interfaces/kits/components/ |
D | abstract_adapter.h | 91 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
|
D | ui_list.h | 81 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()
|
D | ui_view.h | 139 virtual bool OnClick(UIView& view, const ClickEvent& event) in OnClick() 171 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress() 202 virtual bool OnDragStart(UIView& view, const DragEvent& event) in OnDragStart() 217 virtual bool OnDrag(UIView& view, const DragEvent& event) in OnDrag() 232 virtual bool OnDragEnd(UIView& view, const DragEvent& event) in OnDragEnd() 264 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress() 279 virtual bool OnRelease(UIView& view, const ReleaseEvent& event) in OnRelease() 294 virtual bool OnCancel(UIView& view, const CancelEvent& event) in OnCancel() 323 virtual bool OnRotateStart(UIView& view, const RotateEvent& event) in OnRotateStart() 336 virtual bool OnRotate(UIView& view, const RotateEvent& event) in OnRotate() [all …]
|
/foundation/graphic/ui/test/unittest/components/ |
D | ui_view_group_unit_test.cpp | 60 UIView* view = new UIView(); variable 89 UIView* view = new UIView(); variable 111 UIView* view = new UIView(); variable 136 UIView* view = new UIView(); variable
|
D | ui_swipe_view_unit_test.cpp | 100 UIView* view = new UIView(); variable 129 UIView* view = new UIView(); variable 157 UIView* view = new UIView(); variable 193 UIViewGroup* view = new UIViewGroup(); variable 223 void OnSwipe(UISwipeView& view) override in OnSwipe() 291 UIView* view = swipeView_->GetViewByIndex(1); variable
|
/foundation/graphic/ui/test/framework/src/ |
D | ui_auto_test.cpp | 41 UIView* view = RootView::GetInstance()->GetChildById(id); in EnterSubMenu() local 43 UIView* view = RootView::GetInstance()->GetChildById(UI_TEST_MAIN_LIST_ID); in EnterSubMenu() local 67 UIView* view = RootView::GetInstance()->GetChildById(id); in ClickViewById() local 83 UIView* view = RootView::GetInstance()->GetChildById(id); in DragViewToHead() local
|
/foundation/graphic/ui/test/uitest/test_input_event/ |
D | ui_test_input_event.h | 31 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/graphic/ui/test/uitest/test_ui_list/ |
D | ui_test_ui_list.cpp | 354 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/graphic/ui/test/uitest/test_view_group/ |
D | ui_test_view_group.cpp | 193 bool UITestViewGroup::OnClick(UIView& view, const ClickEvent& event) in OnClick() 202 UIView* view = new UIView(); in OnClick() local 210 UIView* view = new UIView(); in OnClick() local 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/graphic/ui/frameworks/components/ |
D | ui_view_group.cpp | 40 void UIViewGroup::Add(UIView* view) in Add() 106 void UIViewGroup::Remove(UIView* view) in Remove() 183 UIView* view = childrenHead_; in GetTargetView() local 223 UIView* view = childrenHead_; in GetTargetView() local 241 UIView* view = childrenHead_; in GetAllChildRelativeRect() local 290 UIView* view = childrenHead_; in MoveChildByOffset() local
|
D | ui_texture_mapper.cpp | 19 void UITextureMapper::TextureMapperAnimatorCallback::Callback(UIView* view) in Callback() 28 void UITextureMapper::TextureMapperAnimatorCallback::OnStop(UIView& view) in OnStop()
|
/foundation/graphic/ui/test/uitest/test_focus_manager/ |
D | ui_test_focus_manager.cpp | 32 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() 123 SetFocusableOnClickListener(UIView* view, bool enable) : view_(view), enable_(enable) {} in SetFocusableOnClickListener() 127 bool OnClick(UIView& view, const ClickEvent& event) in OnClick() 139 explicit RequestFocusOnClickListener(UIView* view) : view_(view) {} in RequestFocusOnClickListener() 143 bool OnClick(UIView& view, const ClickEvent& event) in OnClick() [all …]
|
/foundation/graphic/ui/test/unittest/animator/ |
D | animator_unit_test.cpp | 33 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/ace/ace_engine_lite/frameworks/src/core/components/ |
D | event_listener.cpp | 35 bool KeyBoardEventListener::OnKeyAct(UIView &view, const KeyEvent &event) in OnKeyAct() 57 bool ViewOnTouchCancelListener::OnCancel(UIView &view, const CancelEvent &event) in OnCancel() 97 bool ViewOnTouchListener::OnDragStart(UIView& view, const DragEvent &event) in OnDragStart() 111 bool ViewOnTouchListener::OnDrag(UIView& view, const DragEvent& event) in OnDrag() 125 bool ViewOnTouchListener::OnDragEnd(UIView& view, const DragEvent &event) in OnDragEnd()
|
D | component.cpp | 142 UIView *view = GetComponentRootView(); in Render() local 173 UIView *view = GetComponentRootView(); in SetViewExtraMsg() local 189 UIView *view = GetComponentRootView(); in ReleaseViewExtraMsg() local 294 bool Component::SetCommonAttribute(UIView &view, const uint16_t attrKeyId, const jerry_value_t attr… in SetCommonAttribute() 571 bool Component::ApplyCommonStyle(UIView &view, const AppStyleItem *style) in ApplyCommonStyle() 704 UIView *view = GetComponentRootView(); in Invalidate() local 735 void Component::SetAnimationKeyFrames(const UIView &view, const AppStyleItem *styleItem) in SetAnimationKeyFrames() 864 void Component::SetAnimationStyle(const UIView &view, const AppStyleItem *styleItem, const int16_t … in SetAnimationStyle() 1124 void Component::SetClickEventListener(UIView &view, const jerry_value_t eventFunc, bool isStopPropa… in SetClickEventListener() 1137 void Component::SetTouchCancelEventListener(UIView &view, jerry_value_t eventFunc, uint16_t eventTy… in SetTouchCancelEventListener() [all …]
|
D | event_listener.h | 103 bool OnClick(UIView& view, const ClickEvent &event) override in OnClick() 143 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress() 279 void OnScrollStart(int16_t index, UIView *view) override in OnScrollStart() 283 void OnItemSelected(int16_t index, UIView *view) override in OnItemSelected() 301 void OnScrollEnd(int16_t index, UIView* view) override in OnScrollEnd() 313 void OnScrollTop(int16_t index, UIView* view) override in OnScrollTop() 325 void OnScrollBottom(int16_t index, UIView* view) override in OnScrollBottom()
|
/foundation/ace/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
D | swiper_tdd_test.cpp | 104 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/aafwk/aafwk_lite/frameworks/ability_lite/example/entry/src/main/cpp/ |
D | event_listener.h | 40 bool OnClick(UIView &view, const ClickEvent &event) override in OnClick() 48 bool OnLongPress(UIView &view, const LongPressEvent &event) override in OnLongPress()
|
/foundation/graphic/ui/test/uitest/test_render/ |
D | ui_test_render.cpp | 44 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 89 UIView* view = new UIView(); in UIKit_Render_Test_Render_001() local 149 bool UITestRender::OnClick(UIView& view, const ClickEvent& event) in OnClick()
|
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
D | js_view_abstract.inl | 24 std::function<void(T* view, std::string)> setterFunc, const char* debugInfo) 34 T* view = static_cast<T*>(UnwrapAny(this_value)); local
|
/foundation/graphic/ui/test/uitest/test_video/ |
D | ui_test_video.cpp | 230 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/ace/ace_engine_lite/frameworks/src/core/base/ |
D | event_util.cpp | 60 JSValue EventUtil::CreateEvent(const char *type, UIView &view, const Event &event) in CreateEvent() 83 JSValue EventUtil::CreateSwipeEvent(UIView &view, const DragEvent &event) in CreateSwipeEvent() 113 JSValue EventUtil::CreateTouchEvent(UIView &view, const DragEvent &event) in CreateTouchEvent() 141 JSValue EventUtil::GetElementByUIView(UIView *view) in GetElementByUIView()
|
/foundation/graphic/ui/test/uitest/test_rotate_input/ |
D | ui_test_rotate_input.cpp | 65 TestSetRotateFactorListener(UIView* view, float factor) : view_(view), factor_(factor) {} in TestSetRotateFactorListener() 68 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 386 bool UITestRotateInput::OnPress(UIView& view, const PressEvent& event) in OnPress() 418 void UITestRotateInput::SetLastPos(UIView* view) in SetLastPos() 438 void UITestRotateInput::SetTestLabelButton(UILabel* label, UIView* view) in SetTestLabelButton()
|