Home
last modified time | relevance | path

Searched refs:ChangeMouseState (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_device_state_test.cpp109 * @tc.desc: Test ChangeMouseState
116 MouseState->ChangeMouseState(BUTTON_STATE_PRESSED, btnStateCount); in HWTEST_F()
119 MouseState->ChangeMouseState(BUTTON_STATE_RELEASED, btnStateCount); in HWTEST_F()
122 MouseState->ChangeMouseState(BUTTON_STATE_PRESSED, btnStateCount); in HWTEST_F()
125 MouseState->ChangeMouseState(BUTTON_STATE_RELEASED, btnStateCount); in HWTEST_F()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_device_state.cpp78 ChangeMouseState(btnState, iter->second); in MouseBtnStateCounts()
90 void MouseDeviceState::ChangeMouseState(const BUTTON_STATE btnState, int32_t &btnStateCount) in ChangeMouseState() function in OHOS::MMI::MouseDeviceState
/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_device_state.h69 void ChangeMouseState(const BUTTON_STATE btnState, int32_t& btnStateCount);
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_test.cpp2151 pattern->ChangeMouseState(offset1, pipeline, frameId, true); in HWTEST_F()
2154 pattern->ChangeMouseState(offset2, pipeline, frameId, true); in HWTEST_F()
2157 pattern->ChangeMouseState(offset3, pipeline, frameId, true); in HWTEST_F()
2160 pattern->ChangeMouseState(offset4, pipeline, frameId, true); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1607 void ChangeMouseState(
H A Dtext_field_pattern.cpp3551 void TextFieldPattern::ChangeMouseState( in ChangeMouseState() function in OHOS::Ace::NG::TextFieldPattern
3596 ChangeMouseState(info.GetLocalLocation(), pipeline, frameId, info.GetAction() == MouseAction::WINDOW_LEAVE); in HandleMouseEvent()

Completed in 21 milliseconds