mirror of
https://github.com/openharmony/windowmanager.git
synced 2026-07-20 20:20:13 -04:00
@@ -19,8 +19,7 @@
|
||||
#include <cstdint>
|
||||
#include "wm_single_instance.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace Rosen {
|
||||
namespace OHOS::Rosen {
|
||||
class WindowAccessibilityController {
|
||||
WM_DECLARE_SINGLE_INSTANCE_BASE(WindowAccessibilityController);
|
||||
public:
|
||||
@@ -31,6 +30,5 @@ private:
|
||||
WindowAccessibilityController();
|
||||
~WindowAccessibilityController() = default;
|
||||
};
|
||||
} // namespace Rosen
|
||||
} // namespace OHOS
|
||||
} // namespace OHOS::Rosen
|
||||
#endif // OHOS_ROSEN_WINDOW_ACCESSIBILITY_CONTROLLER_H
|
||||
@@ -15,8 +15,7 @@
|
||||
|
||||
#include "window_accessibility_controller.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace Rosen {
|
||||
namespace OHOS::Rosen {
|
||||
WM_IMPLEMENT_SINGLE_INSTANCE(WindowAccessibilityController)
|
||||
WindowAccessibilityController::WindowAccessibilityController()
|
||||
{
|
||||
@@ -33,5 +32,4 @@ void WindowAccessibilityController::SetAnchorOffset(int32_t deltaX, int32_t delt
|
||||
void WindowAccessibilityController::OffWindowZoom()
|
||||
{
|
||||
}
|
||||
} // namespace Rosen
|
||||
} // namespace OHOS
|
||||
} // namespace OHOS::Rosen
|
||||
Reference in New Issue
Block a user