/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | joystick_transform_processor_test.cpp | 114 uint32_t button = 1; in HWTEST_F() local 130 uint32_t button = 312; in HWTEST_F() local
|
H A D | touch_event_normalize_test.cpp | 84 uint32_t button = LIBINPUT_HOMEPAGE_BUTTON_CODE; in HWTEST_F() local
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | joystick_transform_processor.cpp | 60 uint32_t button = libinput_event_joystick_button_get_key(data); in OnEventJoystickButton() local 84 int32_t JoystickTransformProcessor::LibinputButtonToPointer(const uint32_t button) in LibinputButtonToPointer() argument
|
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_transform_processor_test_withmock.cpp | 218 uint32_t button = MouseDeviceState::LIBINPUT_BUTTON_CODE::LIBINPUT_RIGHT_BUTTON_CODE; in HWTEST_F() local 238 uint32_t button = MouseDeviceState::LIBINPUT_BUTTON_CODE::LIBINPUT_RIGHT_BUTTON_CODE; in HWTEST_F() local 258 uint32_t button = BTN_RIGHT_MENUE_CODE; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | alert_dialog_component.cpp | 128 auto button = actions_.front(); in BuildActions() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_node.h | 40 void SetBackButton(const RefPtr<UINode>& button) in SetBackButton() argument
|
/foundation/arkui/ui_lite/test/uitest/test_view_group/ |
H A D | ui_test_view_group.cpp | 62 UILabelButton* button = new UILabelButton(); in CreateButton() local
|
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/ |
H A D | ui_test_view_scale_rotate.cpp | 208 UILabelButton* button = new UILabelButton(); in UIKitViewScaleRotateTestGroup007() local
|
/foundation/arkui/ui_lite/test/uitest/test_video/ |
H A D | ui_test_video.cpp | 97 void UITestVideo::SetupTestButton(UILabelButton* button, const char* text) in SetupTestButton() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | radio_switch_tdd_test.cpp | 335 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest007() local 391 UIRadioButton *button in HeightSwitchValueTest008() local [all...] |
H A D | input_event_tdd_test.cpp | 884 UILabelButton *button = reinterpret_cast<UILabelButton *>(GetComponent(page, "button")); HWTEST_F() local 1227 UILabelButton *button = reinterpret_cast<UILabelButton *>(GetComponent(page, "button")); HWTEST_F() local [all...] |
H A D | input_tdd_test.cpp | 114 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); in HWTEST_F() local 162 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); HWTEST_F() local 221 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); HWTEST_F() local 324 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); HWTEST_F() local 371 UILabelButton *button = reinterpret_cast<UILabelButton *>((component->GetComponentRootView())); ComponentInputStyleTest07() local 409 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); ComponentInputStyleTest07Extra() local 457 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); HWTEST_F() local 697 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); HWTEST_F() local [all...] |
/foundation/multimodalinput/input/frameworks/napi/joystick_event/src/ |
H A D | js_joystick_event.cpp | 79 napi_value button = nullptr; in HandleButtonPropertyArr() local
|
/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_component.cpp | 93 BuildControl(const RefPtr<CounterTheme>& counterTheme, const RefPtr<RowComponent>& row, RefPtr<ButtonComponent>& button, std::string content, bool isLeft) BuildControl() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_base.cpp | 28 auto button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in BuildIconButton() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/ |
H A D | app_bar_test_ng.cpp | 177 auto button = appBar->BuildButton(true);
in HWTEST_F() local 293 auto button = appBar->BuildButton(true);
in HWTEST_F() local 403 auto button in HWTEST_F() local 425 auto button = appBar->BuildButton(true); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_pattern.cpp | 200 InitOnClick(RefPtr<FrameNode>& secCompNode, RefPtr<FrameNode>& icon, RefPtr<FrameNode>& text, RefPtr<FrameNode>& button) InitOnClick() argument
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_button.h | 462 ButtonAnimator(UIButton& button) ButtonAnimator() argument [all...] |
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 205 uint8_t button = AVRC_KEY_OPERATION_VOLUME_UP; in HWTEST_F() local 223 uint8_t button = AVRC_KEY_OPERATION_VOLUME_UP; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | atomic_service_pattern.cpp | 236 void AtomicServicePattern::UpdateButtonColor(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& button, bool isLight) in UpdateButtonColor() argument 328 void AtomicServicePattern::UpdateButtonLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& button, bool isLeft) in UpdateButtonLayout() argument [all...] |
H A D | app_bar_view.cpp | 144 auto button = FrameNode::CreateFrameNode( in BuildButton() local [all...] |
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 216 static void GetMouseEventButton(int32_t button, Ace::MouseEvent& mouseEvent) in GetMouseEventButton() argument [all...] |
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_button.cpp | 338 static inline void ScaleButton(UIButton& button, float scale) in ScaleButton() argument
|
/foundation/arkui/ui_lite/test/uitest/test_arc_label/ |
H A D | ui_test_arc_label.cpp | 169 UILabelButton* button = static_cast<UILabelButton*>(view_); variable 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); UIKitUIArcLabelTestIncompatible003() local 299 UILabelButton* button = GetTestUIButton("260-30点击旋转", positionX_, positionY_, nullptr); UIKitUIArcLabelTestIncompatible004() local [all...] |
/foundation/arkui/ui_lite/test/uitest/test_opacity/ |
H A 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 UIKitOpacityTestUIButton002() local 343 UIButton* button = new UIButton(); UIKitOpacityTestUIViewGroup001() local [all...] |