Home
last modified time | relevance | path

Searched refs:getParentRectHandler_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.h556 std::function<void(int32_t&, int32_t&)> getParentRectHandler_; variable
H A Djs_accessibility_manager.cpp5280 getParentRectHandler_ = std::move(callback); in SetAccessibilityGetParentRectHandler()
5968 if (getParentRectHandler_) { in GenerateCommonProperty()
5969 getParentRectHandler_(output.windowTop, output.windowLeft); in GenerateCommonProperty()