Home
last modified time | relevance | path

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

123456

/third_party/jerryscript/targets/mbedos5/js/
H A Dflash_leds.js58 var button; variable
/third_party/toybox/kconfig/lxdialog/
H A Dyesno.c44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
H A Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; in dialog_inputbox() local
[all...]
H A Dchecklist.c115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
/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
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java27 protected Button button; field in InfoDialog
/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...]
/foundation/multimodalinput/input/frameworks/napi/joystick_event/src/
H A Djs_joystick_event.cpp79 napi_value button = nullptr; in HandleButtonPropertyArr() local
/third_party/libinput/test/
H A Dtest-touchpad-buttons.c952 unsigned int button; in START_TEST() local
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glut.cpp184 int button = -1; in ImGui_ImplGLUT_MouseFunc() local
195 void ImGui_ImplGLUT_MouseWheelFunc(int button, int dir, int x, int y) in ImGui_ImplGLUT_MouseWheelFunc() argument
[all...]
/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
/third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/
H A Dmain.c16 GtkWidget *button, *bbox; in activate() local
29 gtk_container_add(GTK_CONTAINER(bbox), button); in activate() local

Completed in 13 milliseconds

123456