Home
last modified time | relevance | path

Searched refs:GetCurrentSystemBarStyle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_bar_style_ohos.h33 static RefPtr<SystemBarStyleOhos> GetCurrentSystemBarStyle(const sptr<Rosen::Window>& window);
H A Dsystem_bar_style_ohos.cpp64 RefPtr<SystemBarStyleOhos> SystemBarStyleOhos::GetCurrentSystemBarStyle(const sptr<Rosen::Window>& … in GetCurrentSystemBarStyle() function in OHOS::Ace::SystemBarStyleOhos
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2362 return SystemBarStyleOhos::GetCurrentSystemBarStyle(window); in InitWindowCallback()