Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp975 bool isBindOverlayValue = frameNode->GetLayoutProperty()->GetIsBindOverlayValue(false); in SetFilter() local
976 … CHECK_NULL_VOID(isBindOverlayValue && SystemProperties::GetDeviceType() == DeviceType::PHONE); in SetFilter()
1855 bool isBindOverlayValue = frameNode->GetLayoutProperty()->GetIsBindOverlayValue(false); in GetIsBindOverlayValue() local
1856 return isBindOverlayValue; in GetIsBindOverlayValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp812 bool isBindOverlayValue = targetNode->GetLayoutProperty()->GetIsBindOverlayValue(false); in SetFilter() local
813 CHECK_NULL_VOID(isBindOverlayValue && menuTheme->GetHasFilter()); in SetFilter()