Home
last modified time | relevance | path

Searched defs:pressed (Results 1 - 10 of 10) 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
/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
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h190 void SetPressed(bool pressed) in SetPressed() argument

Completed in 12 milliseconds