Home
last modified time | relevance | path

Searched defs:pressed (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.h25 ButtonConfiguration(const std::string& label, bool pressed, bool enabled) in ButtonConfiguration() argument
/third_party/ltp/testcases/kernel/input/
H A Dinput03.c109 int nb, rd, i, pressed = 0; in check_events() local
/foundation/arkui/ui_lite/interfaces/kits/themes/
H A Dtheme.h49 Style pressed; member
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_option.cpp53 void KeyOption::SetFinalKeyDown(bool pressed) in SetFinalKeyDown() argument
H A Dpointer_event.cpp74 void PointerEvent::PointerItem::SetPressed(bool pressed) in SetPressed() argument
H A Dkey_event.cpp901 void KeyEvent::KeyItem::SetPressed(bool pressed) in SetPressed() argument
999 int32_t pressed = keys_[i].IsPressed() ? 1 : 0; in ToString() local
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dpointer_event.h62 bool pressed = false; member
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_pointer_event.cpp51 void PointerEvent::PointerItem::SetPressed(bool pressed) in SetPressed() argument
H A Dmock_key_event.cpp92 void KeyEvent::KeyItem::SetPressed(bool pressed) in SetPressed() argument
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_inject_test.cpp77 void InputManagerInjectTest::SetKeyEvent(int32_t act, int32_t code, bool pressed, int32_t time) in SetKeyEvent() argument
93 void InputManagerInjectTest::SetPointerEvent(int32_t id, int32_t pressed, int32_t action, int32_t type) in SetPointerEvent() argument
106 void InputManagerInjectTest::SetItemPointerEvent(int32_t id, int32_t pressed, int32_t action, int32_t type) in SetItemPointerEvent() argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java121 private transient boolean pressed; field in DumbTextComponent
/third_party/libinput/src/
H A Devdev-fallback.h227 hw_set_key_down(struct fallback_dispatch *dispatch, int code, int pressed) in hw_set_key_down() argument
H A Devdev.c128 evdev_update_key_down_count(struct evdev_device *device, int code, int pressed) evdev_update_key_down_count() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h190 void SetPressed(bool pressed) in SetPressed() argument
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp414 bool pressed = false; in ButtonBehavior() local
568 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); ButtonEx() local
597 bool pressed = ButtonEx(label, ImVec2(0, 0), ImGuiButtonFlags_AlignTextBaseLine); SmallButton() local
621 bool pressed = ButtonBehavior(bb, id, &hovered, &held); InvisibleButton() local
644 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); ArrowButtonEx() local
673 bool pressed = ButtonBehavior(bb, id, &hovered, &held); CloseButton() local
699 bool pressed = ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_None); CollapseButton() local
893 bool pressed = ButtonBehavior(bb, id, &hovered, &held); ImageButton() local
925 bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); Checkbox() local
953 bool pressed = Checkbox(label, &v); CheckboxFlags() local
990 bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); RadioButton() local
1018 const bool pressed = RadioButton(label, *v == v_button); RadioButton() local
1306 bool pressed = ButtonBehavior(frame_bb, id, &hovered, &held); BeginCombo() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp1174 bool pressed = ButtonBehavior(hit_rect, column_id, &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_AllowItemOverlap | ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_PressedOnDoubleClick | ImGuiButtonFlags_NoNavFocus); in TableUpdateBorders() local
H A Dimgui_widgets.cpp514 bool pressed = false; in ButtonBehavior() local
695 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); ButtonEx() local
725 bool pressed = ButtonEx(label, ImVec2(0, 0), ImGuiButtonFlags_AlignTextBaseLine); SmallButton() local
749 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); InvisibleButton() local
772 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); ArrowButtonEx() local
809 bool pressed = ButtonBehavior(bb_interact, id, &hovered, &held); CloseButton() local
837 bool pressed = ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_None); CollapseButton() local
1038 bool pressed = ButtonBehavior(bb, id, &hovered, &held); ImageButtonEx() local
1092 bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); Checkbox() local
1132 bool pressed; CheckboxFlagsT() local
1201 bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); RadioButton() local
1232 const bool pressed = RadioButton(label, *v == v_button); RadioButton() local
1585 bool pressed = ButtonBehavior(bb, id, &hovered, &held); BeginCombo() local
[all...]
/third_party/glfw/deps/
H A Dnuklear.h4887 struct nk_style_item pressed; member
16928 int pressed, in_body, in_header; in nk_nonblock_begin() local
17266 {int pressed = nk_input_is_mouse_pressed(&ctx->input, NK_BUTTON_LEFT); nk_contextual_end() local
[all...]

Completed in 63 milliseconds