/foundation/arkui/ace_engine/frameworks/core/components/button/ |
D | render_button.cpp | 71 auto button = wp.Upgrade(); in Initialize() local 77 auto button = wp.Upgrade(); in Initialize() local 83 auto button = wp.Upgrade(); in Initialize() local 89 auto button = wp.Upgrade(); in Initialize() local 97 auto button = wp.Upgrade(); in Initialize() local 108 auto button = wp.Upgrade(); in Initialize() local 130 auto button = weakPtr.Upgrade(); in InitAccessibilityEventListener() local 425 auto button = weakButton.Upgrade(); in CreateFloatAnimation() local 446 const RefPtr<ButtonComponent> button = AceType::DynamicCast<ButtonComponent>(component); in Update() local 644 void RenderButton::UpdateDownloadStyles(const RefPtr<ButtonComponent>& button) in UpdateDownloadStyles() [all …]
|
D | button_element.cpp | 29 auto button = wp.Upgrade(); in CreateRenderNode() local 63 auto button = weak.Upgrade(); in Update() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
D | input_tdd_test.cpp | 114 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
|
D | radio_switch_tdd_test.cpp | 335 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest007() local 391 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest008() local
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
D | joystick_transform_processor.cpp | 58 uint32_t button = libinput_event_joystick_button_get_key(data); in OnEventJoystickButton() local 80 int32_t JoystickTransformProcessor::LibinputButtonToPointer(const uint32_t button) in LibinputButtonToPointer()
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/button/ |
D | button_creator_test.cpp | 93 RefPtr<ButtonComponent> button = AceType::DynamicCast<ButtonComponent>(component); variable 130 RefPtr<ButtonComponent> button = AceType::DynamicCast<ButtonComponent>(component); variable
|
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/ |
D | ui_test_border_margin_padding.cpp | 422 UIButton* button = new UIButton(); in UIKitUITestBorderMarginPaddingTest005() local 491 UIButton* button = new UIButton(); in UIKitUITestBorderMarginPaddingTest008() local 575 UILabelButton* button = new UILabelButton(); in UIKitUITestBorderMarginPaddingTest012() local 655 UILabelButton* button = new UILabelButton(); in UIKitUITestBorderMarginPaddingTest016() local
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/transform/ |
D | render_transform_test.cpp | 101 RefPtr<ButtonComponent> button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); variable 143 RefPtr<ButtonComponent> button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); variable 186 RefPtr<ButtonComponent> button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); variable 231 RefPtr<ButtonComponent> button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); variable
|
/foundation/arkui/ui_lite/test/uitest/test_opacity/ |
D | ui_test_opacity.cpp | 144 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/ace_engine/frameworks/core/components/test/json/ |
D | button_creator.cpp | 50 auto button = AceType::MakeRefPtr<ButtonComponent>(children); in CreateFromJson() local
|
D | dialog_creator.cpp | 71 auto button = AceType::DynamicCast<ButtonComponent>(component); in CreateFromJson() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
D | title_bar_node.h | 39 void SetBackButton(const RefPtr<UINode>& button) in SetBackButton()
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/padding/ |
D | render_padding_test.cpp | 77 RefPtr<ButtonComponent> button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); variable
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
D | mouse_transform_processor.cpp | 138 uint32_t button = libinput_event_pointer_get_button(data); in HandleButtonInner() local 189 …useTransformProcessor::HandleButtonValueInner(struct libinput_event_pointer *data, uint32_t button) in HandleButtonValueInner() 702 uint32_t &button) in HandleTouchpadRightButton() 729 uint32_t &button) in HandleTouchpadLeftButton() 763 uint32_t &button) in HandleTouchpadTwoFingerButton() 790 uint32_t &button) in TransTouchpadRightButton()
|
/foundation/arkui/ui_lite/test/uitest/test_video/ |
D | ui_test_video.cpp | 97 void UITestVideo::SetupTestButton(UILabelButton* button, const char* text) in SetupTestButton()
|
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/ |
D | ui_test_view_scale_rotate.cpp | 208 UILabelButton* button = new UILabelButton(); in UIKitViewScaleRotateTestGroup007() local
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
D | calendar_component.cpp | 266 auto button = AceType::DynamicCast<RenderButton>(node->GetParent().Upgrade()); in SetButtonClickColor() local 395 auto button = AceType::MakeRefPtr<ButtonComponent>(children); in BuildCardCalendarTitle() local 467 auto button = AceType::MakeRefPtr<ButtonComponent>(children); in InitCardButton() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
D | select_overlay_node.cpp | 80 …auto button = FrameNode::GetOrCreateFrameNode("SelectMenuButton", ElementRegister::GetInstance()->… in BuildButton() local 162 …auto button = FrameNode::GetOrCreateFrameNode("SelectMenuButton", ElementRegister::GetInstance()->… in BuildButton() local 230 auto button = FrameNode::GetOrCreateFrameNode("SelectMoreOrBackButton", in BuildMoreOrBackButton() local 879 auto button = BuildButton( in AddSystemDefaultOptions() local 893 auto button = BuildButton( in AddSystemDefaultOptions() local 908 auto button = BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_PASTE), in AddSystemDefaultOptions() local 923 auto button = BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_COPY_ALL), in AddSystemDefaultOptions() local 1000 …auto button = BuildButton(item.content.value_or("null"), item.action, GetId(), extensionOptionWidt… in UpdateToolBar() local
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
D | navigation_bar_component_base.cpp | 28 auto button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in BuildIconButton() local
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
D | alert_dialog_component.cpp | 129 auto button = actions_.front(); in BuildActions() local
|
/foundation/multimodalinput/input/libudev/src/ |
D | udev_device.cpp | 374 … for (int button = BTN_JOYSTICK; button < BTN_DIGI && !hasJoystickAxesOrButtons; button++) { in HasJoystickAxesOrButtons() local 377 … for (int button = BTN_TRIGGER_HAPPY1; button <= BTN_TRIGGER_HAPPY40 && !hasJoystickAxesOrButtons; in HasJoystickAxesOrButtons() local 381 … for (int button = BTN_DPAD_UP; button <= BTN_DPAD_RIGHT && !hasJoystickAxesOrButtons; button++) { in HasJoystickAxesOrButtons() local 410 for (int button = BTN_MOUSE; button < BTN_JOYSTICK && !flag; button++) { in CheckMouseButton() local
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
D | avrcp_ct_test.cpp | 205 uint8_t button = AVRC_KEY_OPERATION_VOLUME_UP; variable 223 uint8_t button = AVRC_KEY_OPERATION_VOLUME_UP; variable
|
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
D | event_adapter.cpp | 92 auto&& mouseButtonCbk = [this](int button, bool pressed, int mods) { in Initialize()
|
/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
D | counter_component.cpp | 102 RefPtr<ButtonComponent>& button, std::string content, bool isLeft) in BuildControl()
|
/foundation/arkui/ui_lite/test/uitest/test_view_group/ |
D | ui_test_view_group.cpp | 62 UILabelButton* button = new UILabelButton(); in CreateButton() local
|