/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_layout/ |
H A D | ui_test_basic_layout.cpp | 175 void UITestBasicLayout::OnClickButton(UIView& view) in OnClickButton() 203 bool UITestBasicLayout::OnClick(UIView& view, const ClickEvent& event) in OnClick()
|
H A D | ui_test_advanced_layout.cpp | 199 void UITestAdvancedLayout::OnClickButton(const UIView& view) in OnClickButton() 243 bool UITestAdvancedLayout::OnClick(UIView& view, const ClickEvent& event) in OnClick()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | event_util.cpp | 61 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()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_rotate_input/ |
H A 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()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_bitmap/ |
H A D | ui_test_view_bitmap.cpp | 42 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 81 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 119 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 157 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 194 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_texture_mapper.cpp | 19 void UITextureMapper::TextureMapperAnimatorCallback::Callback(UIView* view) in Callback() 28 void UITextureMapper::TextureMapperAnimatorCallback::OnStop(UIView& view) in OnStop()
|
H A D | ui_radio_button.cpp | 57 UIView* view = this; in OnClickEvent() local 144 void UIRadioButton::FindRadioButtonAndChangeState(UIView* view) in FindRadioButtonAndChangeState() 165 void UIRadioButton::Callback(UIView* view) in Callback()
|
H A D | ui_list.cpp | 112 UIView* view = GetView(index); in FillActiveView() local 128 UIView* view = GetView(index); in FillActiveView() local 183 UIView* view = GetChildrenHead(); in ~UIList() local 561 void UIList::PushBack(UIView* view) in PushBack() 581 void UIList::PushFront(UIView* view) in PushFront() 600 void UIList::PopItem(UIView* view) in PopItem() 616 void UIList::SetHead(UIView* view) in SetHead() 627 UIView* view = GetChildrenHead(); in MoveChildByOffset() local
|
H A D | ui_extend_image_view.cpp | 40 void UIExtendImageView::SetCanvas(UIView* view) in SetCanvas()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/ |
H A D | ui_test_border_margin_padding.cpp | 42 explicit MarginListener(UITestBorderMarginPadding* view) in MarginListener() 73 explicit BorderListener(UITestBorderMarginPadding* view) in BorderListener() 99 explicit PaddingListener(UITestBorderMarginPadding* view) in PaddingListener() 382 UIView* view = new UIView(); in UIKitUITestBorderMarginPaddingTest001() local 391 UILabel* view = new UILabel(); in UIKitUITestBorderMarginPaddingTest002() local 404 UIArcLabel* view = new UIArcLabel(); in UIKitUITestBorderMarginPaddingTest003() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | switch_tdd_test.cpp | 73 UIView* view = component->GetComponentRootView(); in ComponentSwitchAttributeSetTest001() local 139 UIView* view = component->GetComponentRootView(); in ComponentSwitchAttributeSetTest002() local 176 UIView* view = component->GetComponentRootView(); in ComponentSwitchAttributeSetTest003() local
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_chart/ |
H A D | ui_test_chart_polyline.cpp | 218 virtual void Callback(UIView* view) in Callback() 321 bool UITestChartPolyline::OnClick(UIView& view, const ClickEvent& event) in OnClick() 371 bool UITestChartPolyline::ClickExpand(UIView& view, UIChartDataSerial::PointStyle pointStyle) in ClickExpand() 408 void UITestChartPolyline::SetLastPos(UIView* view) in SetLastPos()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_slider/ |
H A D | ui_test_slider.cpp | 71 bool TestUISliderEventListener::OnClick(UIView& view, const ClickEvent& event) in OnClick() 99 bool TestUISliderEventListener::OnDrag(UIView& view, const DragEvent& event) in OnDrag() 425 bool UITestSlider::OnClick(UIView& view, const ClickEvent& event) in OnClick() 465 bool UITestSlider::ExpandClick1(UIView& view, const ClickEvent& event) in ExpandClick1() 523 bool UITestSlider::ExpandClick2(UIView& view, const ClickEvent& event) in ExpandClick2()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_dialog/ |
H A D | ui_test_dialog.cpp | 49 bool OnClick(UIView &view, const ClickEvent& event) override in OnClick() 91 bool OnClick(UIView &view, const ClickEvent& event) override in OnClick() 346 bool UITestDialog::OnClick(UIView &view, const ClickEvent& event) in OnClick() 470 bool UITestDialog::ClickExpand(UIView &view, const ClickEvent& event) in ClickExpand()
|
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/ |
H A D | root_view_helper.cpp | 20 void DeleteViewChildren(UIView *view) in DeleteViewChildren()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register_impl_ng.cpp | 236 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in AddCustomTitleBarComponent() local 311 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in UpdateRootComponent() local 354 auto view = weak.Upgrade(); in UpdateRootComponent() local 360 auto view = weak.Upgrade(); in UpdateRootComponent() local 366 auto view = weak.Upgrade(); in UpdateRootComponent() local
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/ |
H A D | event_bubble_unit_test.cpp | 72 bool OnKeyAct(UIView& view, const KeyEvent& event) override in OnKeyAct() 105 virtual bool OnClick(UIView& view, const ClickEvent& event) in OnClick() 119 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress() 133 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress() 212 void EventBubbleTest::DeleteChildren(UIView* view) in DeleteChildren() 246 TestEventBubbleView* view = new TestEventBubbleView(); variable
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | ui_test_edit_text.cpp | 115 bool UITestEditText::OnClick(UIView& view, const ClickEvent& event) in OnClick() 132 void UITestEditText::OnChange(UIView& view, const char* value) in OnChange()
|
H A D | custom_input_method.cpp | 282 bool CustomInputMethod::OnClick(UIView& view, const ClickEvent& event) in OnClick() 300 void CustomInputMethod::DealKeyEvent(UIView& view) in DealKeyEvent() 347 bool CustomInputMethod::OnLongPress(UIView &view, const LongPressEvent &event) in OnLongPress() 366 bool CustomInputMethod::OnRelease(UIView& view, const ReleaseEvent& event) in OnRelease()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_circle_progress_unit_test.cpp | 174 UIView* view = new UIView(); variable 197 UIView* view = new UIView(); variable
|
H A D | ui_view_group_unit_test.cpp | 63 UIView* view = new UIView(); variable 92 UIView* view = new UIView(); variable 114 UIView* view = new UIView(); variable 139 UIView* view = new UIView(); variable
|
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/ |
H A D | ui_auto_test.cpp | 54 UIView* view = RootView::GetInstance()->GetChildById(id); in EnterSubMenu() local 81 UIView* view = RootView::GetInstance()->GetChildById(id); in ClickViewById() local 97 UIView* view = RootView::GetInstance()->GetChildById(id); in DragViewToHead() local 117 UIView* view = RootView::GetInstance()->GetChildById(id); in DrageToView() local
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_zindex/ |
H A D | ui_test_view_zindex.cpp | 134 bool UITestViewZIndex::OnClick(UIView& view, const ClickEvent& event) in OnClick() 148 void UITestViewZIndex::ClickZIndexBtn(UIView& view) in ClickZIndexBtn() 162 void UITestViewZIndex::ClickModifyBtn(UIView& view) in ClickModifyBtn() 209 void UITestViewZIndex::Callback(UIView* view) in Callback() 230 void UITestViewZIndex::UpdateClickHint(UIView& view) in UpdateClickHint()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_label/ |
H A D | ui_test_label.cpp | 214 bool UITestLabel::OnClick(UIView& view, const ClickEvent& event) in OnClick() 256 void UITestLabel::ExpandClick(UIView& view, const ClickEvent& event) const in ExpandClick()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_picker/ |
H A D | ui_test_ui_picker.cpp | 221 bool UITestUIPicker::OnClick(UIView& view, const ClickEvent& event) in OnClick() 266 void UITestUIPicker::SetLastPos(UIView* view) in SetLastPos()
|