Home
last modified time | relevance | path

Searched defs:pressed (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/themes/
Dtheme.h49 Style pressed; member
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dkey_option.cpp50 void KeyOption::SetFinalKeyDown(bool pressed) in SetFinalKeyDown()
Dpointer_event.cpp70 void PointerEvent::PointerItem::SetPressed(bool pressed) in SetPressed()
Dkey_event.cpp894 void KeyEvent::KeyItem::SetPressed(bool pressed) in SetPressed()
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
Devent_adapter.cpp91 auto&& mouseButtonCbk = [this](int button, bool pressed, int mods) { in Initialize()
/foundation/arkui/ace_engine/frameworks/core/event/
Dpointer_event.h54 bool pressed = false; member
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
Dmock_key_event.cpp87 void KeyEvent::KeyItem::SetPressed(bool pressed) in SetPressed()
Dmock_pointer_event.cpp46 void PointerEvent::PointerItem::SetPressed(bool pressed) in SetPressed()
/foundation/arkui/ace_engine/frameworks/core/gestures/
Dgesture_event.h190 void SetPressed(bool pressed) in SetPressed()
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
Dchip.js138 opacity: { normal: 1, hover: .95, pressed: .9, disabled: .4 }, property