Searched refs:ChangePointerStyle (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | mouse_style_ohos.cpp | 37 bool MouseStyleOhos::ChangePointerStyle(int32_t windowId, MouseFormat mouseFormat) const in ChangePointerStyle() function in OHOS::Ace::MouseStyleOhos
|
H A D | mouse_style_ohos.h | 31 bool ChangePointerStyle(int32_t windowId, MouseFormat mouseFormat) const override;
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_mouse_style.h | 33 MOCK_CONST_METHOD2(ChangePointerStyle, bool(int32_t, MouseFormat));
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | mouse_style_ohos.h | 31 bool ChangePointerStyle(int32_t windowId, MouseFormat mouseFormat) const override;
|
H A D | mouse_style_ohos.cpp | 117 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 D | mouse_style.h | 82 virtual bool ChangePointerStyle(int32_t windowId, MouseFormat mouseFormat) const = 0;
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 3666 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 D | pipeline_context_test_ng.cpp | 1650 * @tc.expected: ChangePointerStyle will be called. in HWTEST_F() 1657 EXPECT_CALL(*mouseStyle_, ChangePointerStyle(_, _)).Times(AnyNumber()); in HWTEST_F()
|
Completed in 13 milliseconds