Home
last modified time | relevance | path

Searched refs:barArea (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8250 WSError SceneSessionManager::NotifyAINavigationBarShowStatus(bool isVisible, WSRect barArea, uint64_t displayId) in NotifyAINavigationBarShowStatus() argument
8254 isVisible, barArea.posX_, barArea.posY_, barArea.width_, barArea.height_, displayId); in NotifyAINavigationBarShowStatus()
8255 auto task = [this, isVisible, barArea, displayId]() { in NotifyAINavigationBarShowStatus()
8261 currAINavigationBarAreaMap_[displayId] != barArea; in NotifyAINavigationBarShowStatus()
8265 currAINavigationBarAreaMap_[displayId] = barArea; in NotifyAINavigationBarShowStatus()
8267 if (isNeedUpdate && !isVisible && !barArea.IsEmpty()) { in NotifyAINavigationBarShowStatus()
8268 WLOGFD("NotifyAINavigationBar: barArea shoul in NotifyAINavigationBarShowStatus()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp615 WSRect barArea = { 0, 0, 320, 240}; // width: 320, height: 240 in HWTEST_F() local
617 WSError result = ssm_->NotifyAINavigationBarShowStatus(isVisible, barArea, displayId); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2703 WSRect barArea; in OnNotifyAINavigationBarShowStatus() local
2704 if (argv[1] == nullptr || !ConvertRectInfoFromJs(env, argv[1], barArea)) { in OnNotifyAINavigationBarShowStatus()
2705 WLOGFE("[NAPI]Failed to convert parameter to barArea"); in OnNotifyAINavigationBarShowStatus()
2718 isVisible, barArea, static_cast<uint64_t>(displayId)); in OnNotifyAINavigationBarShowStatus()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1568 WSRect barArea; in GetAINavigationBarArea() local
1570 barArea = specificCallback_->onGetAINavigationBarArea_(sessionProperty->GetDisplayId()); in GetAINavigationBarArea()
1573 rect.ToString().c_str(), barArea.ToString().c_str()); in GetAINavigationBarArea()
1574 CalculateAvoidAreaRect(rect, barArea, avoidArea); in GetAINavigationBarArea()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h369 WSError NotifyAINavigationBarShowStatus(bool isVisible, WSRect barArea, uint64_t displayId);

Completed in 32 milliseconds