Home
last modified time | relevance | path

Searched defs:button (Results 1 - 25 of 86) sorted by relevance

1234

/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Djoystick_transform_processor_test.cpp114 uint32_t button = 1; in HWTEST_F() local
130 uint32_t button = 312; in HWTEST_F() local
H A Dtouch_event_normalize_test.cpp84 uint32_t button = LIBINPUT_HOMEPAGE_BUTTON_CODE; in HWTEST_F() local
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Djoystick_transform_processor.cpp60 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 Dmouse_transform_processor_test_withmock.cpp218 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 Dalert_dialog_component.cpp128 auto button = actions_.front(); in BuildActions() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_node.h40 void SetBackButton(const RefPtr<UINode>& button) in SetBackButton() argument
/foundation/arkui/ui_lite/test/uitest/test_view_group/
H A Dui_test_view_group.cpp62 UILabelButton* button = new UILabelButton(); in CreateButton() local
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H A Dui_test_view_scale_rotate.cpp208 UILabelButton* button = new UILabelButton(); in UIKitViewScaleRotateTestGroup007() local
/foundation/arkui/ui_lite/test/uitest/test_video/
H A Dui_test_video.cpp97 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 Dradio_switch_tdd_test.cpp335 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest007() local
391 UIRadioButton *button in HeightSwitchValueTest008() local
[all...]
H A Dinput_event_tdd_test.cpp884 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 Dinput_tdd_test.cpp114 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 Djs_joystick_event.cpp79 napi_value button = nullptr; in HandleButtonPropertyArr() local
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.cpp93 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 Dnavigation_bar_component_base.cpp28 auto button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in BuildIconButton() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp177 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 Dsecurity_component_pattern.cpp200 InitOnClick(RefPtr<FrameNode>& secCompNode, RefPtr<FrameNode>& icon, RefPtr<FrameNode>& text, RefPtr<FrameNode>& button) InitOnClick() argument
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_button.h462 ButtonAnimator(UIButton& button) ButtonAnimator() argument
[all...]
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp205 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 Datomic_service_pattern.cpp236 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 Dapp_bar_view.cpp144 auto button = FrameNode::CreateFrameNode( in BuildButton() local
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp216 static void GetMouseEventButton(int32_t button, Ace::MouseEvent& mouseEvent) in GetMouseEventButton() argument
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_button.cpp338 static inline void ScaleButton(UIButton& button, float scale) in ScaleButton() argument
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp169 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 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 UIKitOpacityTestUIButton002() local
343 UIButton* button = new UIButton(); UIKitOpacityTestUIViewGroup001() local
[all...]

Completed in 17 milliseconds

1234