Home
last modified time | relevance | path

Searched defs:button (Results 1 – 25 of 97) sorted by relevance

1234

/foundation/multimodalinput/input/service/joystick/include/
Djoystick_event_processor.h163 inline void JoystickEventProcessor::PressButton(int32_t button) in PressButton()
168 inline void JoystickEventProcessor::LiftButton(int32_t button) in LiftButton()
173 inline bool JoystickEventProcessor::IsButtonPressed(int32_t button) const in IsButtonPressed()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
Dmouse_transform_processor_test.cpp642 uint32_t button = -1; variable
659 uint32_t button = 272; variable
883 uint32_t button = 0x118; variable
899 uint32_t button = MouseDeviceState::LIBINPUT_RIGHT_BUTTON_CODE; variable
1009 uint32_t button = MouseDeviceState::LIBINPUT_LEFT_BUTTON_CODE; variable
1025 uint32_t button = 0x118; variable
1041 uint32_t button = MouseDeviceState::LIBINPUT_RIGHT_BUTTON_CODE; variable
1057 uint32_t button = MouseDeviceState::LIBINPUT_RIGHT_BUTTON_CODE; variable
1073 uint32_t button = MouseDeviceState::LIBINPUT_LEFT_BUTTON_CODE; variable
1089 uint32_t button = MouseDeviceState::LIBINPUT_RIGHT_BUTTON_CODE; variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/button/
Drender_button.cpp62 auto button = wp.Upgrade(); in Initialize() local
68 auto button = wp.Upgrade(); in Initialize() local
74 auto button = wp.Upgrade(); in Initialize() local
80 auto button = wp.Upgrade(); in Initialize() local
88 auto button = wp.Upgrade(); in Initialize() local
99 auto button = wp.Upgrade(); in Initialize() local
121 auto button = weakPtr.Upgrade(); in InitAccessibilityEventListener() local
416 auto button = weakButton.Upgrade(); in CreateFloatAnimation() local
437 const RefPtr<ButtonComponent> button = AceType::DynamicCast<ButtonComponent>(component); in Update() local
635 void RenderButton::UpdateDownloadStyles(const RefPtr<ButtonComponent>& button) in UpdateDownloadStyles()
[all …]
Dbutton_element.cpp28 auto button = wp.Upgrade(); in CreateRenderNode() local
62 auto button = weak.Upgrade(); in Update() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dinput_tdd_test.cpp114 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable
162 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable
221 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable
324 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable
371 UILabelButton *button = reinterpret_cast<UILabelButton *>((component->GetComponentRootView())); in ComponentInputStyleTest07() local
409 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); in ComponentInputStyleTest07Extra() local
457 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable
697 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable
Dradio_switch_tdd_test.cpp335 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest007() local
391 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest008() local
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
Dui_test_arc_label.cpp169 UILabelButton* button = static_cast<UILabelButton*>(view_); in Finish() local
209 UILabelButton* button = GetTestUIButton("0-90点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible001() local
239 UILabelButton* button = GetTestUIButton("90-0点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible002() local
269 UILabelButton* button = GetTestUIButton("30-260点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible003() local
299 UILabelButton* button = GetTestUIButton("260-30点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible004() local
/foundation/multimodalinput/input/service/touch_event_normalize/src/
Djoystick_transform_processor.cpp59 uint32_t button = libinput_event_joystick_button_get_key(data); in OnEventJoystickButton() local
81 int32_t JoystickTransformProcessor::LibinputButtonToPointer(const uint32_t button) in LibinputButtonToPointer()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
Djoystick_transform_processor_test.cpp114 uint32_t button = 1; variable
130 uint32_t button = 312; variable
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
Dui_test_border_margin_padding.cpp434 UIButton* button = new UIButton(); in UIKitUITestBorderMarginPaddingTest005() local
503 UIButton* button = new UIButton(); in UIKitUITestBorderMarginPaddingTest008() local
587 UILabelButton* button = new UILabelButton(); in UIKitUITestBorderMarginPaddingTest012() local
667 UILabelButton* button = new UILabelButton(); in UIKitUITestBorderMarginPaddingTest016() local
/foundation/arkui/ui_lite/test/uitest/test_opacity/
Dui_test_opacity.cpp144 UIButton* button = new UIButton(); in UIKitOpacityTestUIButton001() local
160 UIButton* button = new UIButton(); in CreateTestCaseUIButton() local
176 UIButton* button = CreateTestCaseUIButton(200); // 200: opacity in UIKitOpacityTestUIButton002() local
343 UIButton* button = new UIButton(); in UIKitOpacityTestUIViewGroup001() local
/foundation/arkui/ui_lite/test/uitest/test_button/
Dui_test_button.cpp637 UILabelButton* GetTestUIButton(const char* buttonText, int16_t x, int16_t y, UIButton* button, cons… in GetTestUIButton()
658 void UITestBUTTON::UIKitButtonTest002(UIScrollView* container, UIButton* button) in UIKitButtonTest002()
710 void UITestBUTTON::InitButtonListeners002(UIButton* button) in InitButtonListeners002()
754 void UITestBUTTON::EnableAnimator(UIScrollView* container, UIButton* button) in EnableAnimator()
785 UIButton* button = new UIButton(); in UIKitButtonTest001() local
831 void UITestBUTTON::InitButtonListeners001(UIButton* button) in InitButtonListeners001()
/foundation/multimodalinput/input/service/joystick/src/
Djoystick_event_processor.cpp50 KeyEvent::KeyItem button {}; in OnButtonEvent() local
113 for (const auto &button : buttonEvents) { in CheckIntention() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
Dapp_bar_test_ng.cpp176 auto button = appBar->BuildButton(true); variable
292 auto button = appBar->BuildButton(true); variable
402 auto button = appBar->BuildButton(true); variable
424 auto button = appBar->BuildButton(true); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dtitle_bar_node.h40 void SetBackButton(const RefPtr<UINode>& button) in SetBackButton()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
Dmouse_transform_processor.cpp181 uint32_t button = libinput_event_pointer_get_button(data); in HandleButtonInner() local
257 …seTransformProcessor::HandleButtonValueInner(struct libinput_event_pointer *data, uint32_t& button, in HandleButtonValueInner()
853 uint32_t &button) in HandleTouchpadRightButton()
876 uint32_t &button) in HandleTouchpadLeftButton()
906 uint32_t &button) in HandleTouchpadTwoFingerButton()
930 uint32_t &button) in TransTouchpadRightButton()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
Djs_click_function.cpp162 for (const auto& button : pressedButtons) { in Execute() local
290 for (const auto& button : pressedButtons) { in Execute() local
/foundation/arkui/ui_lite/test/uitest/test_video/
Dui_test_video.cpp97 void UITestVideo::SetupTestButton(UILabelButton* button, const char* text) in SetupTestButton()
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
Dui_test_view_scale_rotate.cpp208 UILabelButton* button = new UILabelButton(); in UIKitViewScaleRotateTestGroup007() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
Dcalendar_component.cpp259 auto button = AceType::DynamicCast<RenderButton>(node->GetParent().Upgrade()); in SetButtonClickColor() local
388 auto button = AceType::MakeRefPtr<ButtonComponent>(children); in BuildCardCalendarTitle() local
460 auto button = AceType::MakeRefPtr<ButtonComponent>(children); in InitCardButton() local
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
Dnavigation_bar_component_base.cpp28 auto button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in BuildIconButton() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
Dselect_overlay_node.cpp230 auto button = BuildPasteButton(onPaste, overlayId, buttonWidth); in CreatePasteButtonForCreateMenu() local
238 …auto button = FrameNode::GetOrCreateFrameNode("SelectMenuButton", ElementRegister::GetInstance()->… in BuildButton() local
310 void BindButtonClickEvent(const RefPtr<FrameNode>& button, const MenuOptionsParam& menuOption, int3… in BindButtonClickEvent()
334 …auto button = FrameNode::GetOrCreateFrameNode("SelectMenuButton", ElementRegister::GetInstance()->… in BuildButton() local
382 void BindCreateMenuItemClickEvent(const RefPtr<FrameNode>& button, const MenuOptionsParam& menuOpti… in BindCreateMenuItemClickEvent()
446 …auto button = FrameNode::GetOrCreateFrameNode("SelectMenuButton", ElementRegister::GetInstance()->… in BuildCreateMenuItemButton() local
483 auto button = FrameNode::GetOrCreateFrameNode("SelectMoreOrBackButton", in BuildMoreOrBackButton() local
1788 auto button = BuildButton( in ShowCut() local
1809 auto button = BuildButton( in ShowCopy() local
1831 auto button = BuildPasteButton(info->menuCallback.onPaste, GetId(), buttonWidth); in ShowPaste() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
Dalert_dialog_component.cpp128 auto button = actions_.front(); in BuildActions() local
/foundation/multimodalinput/input/libudev/src/
Dudev_device.cpp376 … for (int button = BTN_JOYSTICK; button < BTN_DIGI && !hasJoystickAxesOrButtons; button++) { in HasJoystickAxesOrButtons() local
379 … for (int button = BTN_TRIGGER_HAPPY1; button <= BTN_TRIGGER_HAPPY40 && !hasJoystickAxesOrButtons; in HasJoystickAxesOrButtons() local
383 … for (int button = BTN_DPAD_UP; button <= BTN_DPAD_RIGHT && !hasJoystickAxesOrButtons; button++) { in HasJoystickAxesOrButtons() local
412 for (int button = BTN_MOUSE; button < BTN_JOYSTICK && !flag; button++) { in CheckMouseButton() local
/foundation/communication/bluetooth_service/test/unittest/avrcp/
Davrcp_ct_test.cpp205 uint8_t button = AVRC_KEY_OPERATION_VOLUME_UP; variable
223 uint8_t button = AVRC_KEY_OPERATION_VOLUME_UP; variable

1234