Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.h38 NEARBY, // neighbor to FOCUS on watch enumerator
H A Dlist_watch_layout_manager.cpp155 listItem->SetCurrentState(ItemState::NEARBY); in HandleItemStateAndEffect()
H A Drender_list_item.cpp308 …if (needVibrate_ && lastState_ == ItemState::NEARBY && currentState_ == ItemState::FOCUS && vibrat… in ResetFocusEffect()