Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1913 const bool isAlphaZero = !(color & 0xff000000); in SetBackgroundColor() local
1915 if (isAlphaZero && WindowHelper::IsMainWindow(property_->GetWindowType())) { in SetBackgroundColor()
H A Dwindow_session_impl.cpp3830 const bool isAlphaZero = !(color & 0xff000000); in SetBackgroundColor() local
3838 if (isAlphaZero && WindowHelper::IsMainWindow(GetType())) { in SetBackgroundColor()