Home
last modified time | relevance | path

Searched refs:ChangePointerStyle (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dmouse_style_ohos.cpp37 bool MouseStyleOhos::ChangePointerStyle(int32_t windowId, MouseFormat mouseFormat) const in ChangePointerStyle() function in OHOS::Ace::MouseStyleOhos
H A Dmouse_style_ohos.h31 bool ChangePointerStyle(int32_t windowId, MouseFormat mouseFormat) const override;
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_mouse_style.h33 MOCK_CONST_METHOD2(ChangePointerStyle, bool(int32_t, MouseFormat));
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dmouse_style_ohos.h31 bool ChangePointerStyle(int32_t windowId, MouseFormat mouseFormat) const override;
H A Dmouse_style_ohos.cpp117 bool MouseStyleOhos::ChangePointerStyle(int32_t windowId, MouseFormat mouseFormat) const in ChangePointerStyle() function in OHOS::Ace::MouseStyleOhos
121 LOGW("ChangePointerStyle: GetPointerStyle return failed"); in ChangePointerStyle()
/foundation/arkui/ace_engine/frameworks/base/mousestyle/
H A Dmouse_style.h82 virtual bool ChangePointerStyle(int32_t windowId, MouseFormat mouseFormat) const = 0;
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3666 return mouseStyle->ChangePointerStyle(windowId, format); in ChangeMouseStyle()
3668 return mouseStyle->ChangePointerStyle(GetFocusWindowId(), format); in ChangeMouseStyle()
4879 mouseStyle->ChangePointerStyle(GetFocusWindowId(), cursor); in SetCursor()
4891 mouseStyle->ChangePointerStyle(windowId > 0 ? windowId : GetFocusWindowId(), MouseFormat::DEFAULT); in RestoreDefault()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1650 * @tc.expected: ChangePointerStyle will be called. in HWTEST_F()
1657 EXPECT_CALL(*mouseStyle_, ChangePointerStyle(_, _)).Times(AnyNumber()); in HWTEST_F()

Completed in 13 milliseconds