Home
last modified time | relevance | path

Searched refs:GetAvoidArea (Results 1 – 4 of 4) sorted by relevance

/foundation/windowmanager/wmserver/src/
Davoid_area_controller.cpp97 std::vector<Rect> avoidAreas = GetAvoidArea(); in AvoidControl()
103 std::vector<Rect> AvoidAreaController::GetAvoidArea() const in GetAvoidArea() function in OHOS::Rosen::AvoidAreaController
129 return GetAvoidArea(); in GetAvoidAreaByType()
/foundation/windowmanager/wmserver/include/
Davoid_area_controller.h48 std::vector<Rect> GetAvoidArea() const;
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window.h50 static NativeValue* GetAvoidArea(NativeEngine* engine, NativeCallbackInfo* info);
Djs_window.cpp183 NativeValue* JsWindow::GetAvoidArea(NativeEngine* engine, NativeCallbackInfo* info) in GetAvoidArea() function in OHOS::Rosen::JsWindow
1432 BindNativeFunction(engine, *object, "getAvoidArea", JsWindow::GetAvoidArea); in CreateJsWindowObject()