Home
last modified time | relevance | path

Searched refs:NeedVibrate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h64 bool NeedVibrate() const in NeedVibrate() function
H A Ddom_list_item.cpp282 listItemComponent_->MarkNeedVibrate(parentNodeTmp->NeedVibrate()); in OnMounted()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h234 bool NeedVibrate() const in NeedVibrate() function
H A Drender_list_item.cpp185 needVibrate_ = item->NeedVibrate(); in Update()