/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_button_theme.h | 83 static Color BackgroundColor(const std::optional<JSThemeColors>& themeColors, bool isPressed) in BackgroundColor() argument
|
/foundation/window/window_manager/wm/include/ |
H A D | gtx_input_event_sender.h | 36 bool isPressed = false; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_item_pattern.cpp | 203 void GridItemPattern::HandlePressEvent(bool isPressed) in HandlePressEvent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | state_style_manager.cpp | 244 bool isPressed = state == UI_STATE_PRESSED; in PostListItemPressStyleTask() local
|
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_transform_processor_test.cpp | 1133 bool isPressed; in HWTEST_F() local 1160 bool isPressed; in HWTEST_F() local
|
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_module.cpp | 86 bool isPressed = false; in GetInjectionEventDataNative() local [all...] |
/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 92 bool isPressed = false; in NetPacketToKeyEvent() local 102 pkt >> isPressed; in NetPacketToKeyEvent() local
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 90 bool isPressed = false; in NetPacketToKeyEvent() local 100 pkt >> isPressed; in NetPacketToKeyEvent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_pattern.h | 271 void SetItemPressed(bool isPressed, int32_t id) in SetItemPressed() argument
|
H A D | list_pattern.h | 319 void SetItemPressed(bool isPressed, int32_t id) in SetItemPressed() argument
|
H A D | list_item_group_layout_algorithm.h | 41 bool isPressed = false; member
|
H A D | list_item_pattern.cpp | 1040 void ListItemPattern::HandlePressEvent(bool isPressed, const RefPtr<NG::FrameNode>& itemNode) in HandlePressEvent() argument
|
H A D | list_layout_algorithm.h | 49 bool isPressed = false; member
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | pointer_event.h | 57 bool isPressed = false; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_paint_method.h | 105 void SetIsPressed(bool isPressed) in SetIsPressed() argument
|
H A D | dot_indicator_modifier.h | 230 void SetIsPressed(bool isPressed) in SetIsPressed() argument
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.h | 232 bool isPressed; member
|
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | oh_remote_control_event.h | 122 bool isPressed = false; // Whether the current point is pressed. member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/ |
H A D | calendar_month_pattern.cpp | 309 void CalendarMonthPattern::OnTouchEvent(const Offset& localLocation, bool isPressed) in OnTouchEvent() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/ |
H A D | calendar_picker_test_ng.cpp | 1866 bool isPressed = true; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 51 bool isPressed = false; member
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 59 bool isPressed = false; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_pattern.cpp | 325 void CalendarDialogPattern::HandleEntryNodeTouchEvent(bool isPressed, const Offset& globalLocation) in HandleEntryNodeTouchEvent() argument
|
H A D | calendar_picker_pattern.cpp | 278 void CalendarPickerPattern::HandleTouchEvent(bool isPressed, const Offset& globalLocation) in HandleTouchEvent() argument 936 void CalendarPickerPattern::HandleButtonTouchEvent(bool isPressed, int32_t index) in HandleButtonTouchEvent() argument
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_test.cpp | 1826 static bool SimulateInputEventInjectKeyTest(int32_t keyAction, int32_t keyCode, bool isPressed, int32_t downTime) in SimulateInputEventInjectKeyTest() argument
|