Home
last modified time | relevance | path

Searched refs:curItem (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp255 int32_t curItem = GetNearestItem(position, true); in HandleTouchMove() local
256 if (curItem == INVALID_INDEX || curItem >= itemCount_ - 1) { in HandleTouchMove()
259 if (curItem != curHitItem_) { in HandleTouchMove()
260 curHitItem_ = curItem; in HandleTouchMove()
261 SetItemsFocused(curItem); in HandleTouchMove()
784 int32_t curItem = GetNearestItem(touchAngle); in TouchOnCollapseArc() local
785 curItem = GetActualItemIndex(curItem); in TouchOnCollapseArc()
787 if (curItem in TouchOnCollapseArc()
984 RefPtr<RenderIndexerItem> curItem = GetSpecificItem(index); SetItemsFocused() local
[all...]
H A Drender_indexer.cpp477 RefPtr<RenderIndexerItem> curItem = GetSpecificItem(curSection); in MoveSection() local
478 if (!curItem || !NeedProcess(curItem) || curItem->GetKeyCount() <= 0) { in MoveSection()
485 curItem->SetClicked(true); // Make cur clicked item focus. in MoveSection()
523 RefPtr<RenderIndexerItem> curItem = GetSpecificItem(curSection); in MoveSectionWithIndexer() local
524 if (!curItem || !NeedProcess(curItem) || curItem->GetKeyCount() <= 0) { in MoveSectionWithIndexer()
531 curItem in MoveSectionWithIndexer()
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H A Dtimer_mgr.cpp188 shared_ptr<TimerItem> curItem = *it; in KillTimer() local
189 if (curItem->timerId == timerId) { in KillTimer()
191 timerId, curItem->type, curItem->cookie); in KillTimer()
192 ReleaseId(curItem->timerId); in KillTimer()
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.cpp565 RefPtr<RenderIndexerItem> curItem = GetSpecificItem(curSection); in MoveSectionWithIndexer() local
566 if (!curItem || !NeedProcess(curItem)) { in MoveSectionWithIndexer()
573 curItem->SetClicked(true); // Make cur clicked item focus. in MoveSectionWithIndexer()
582 MoveList(curItem->GetSectionIndex()); in MoveSectionWithIndexer()
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp353 std::shared_ptr<ResActionItem> curItem = nullptr; in DoFreqActions() local
375 if (curItem) { in DoFreqActions()
376 curItem->next = resActionItem; in DoFreqActions()
380 curItem = resActionItem; in DoFreqActions()

Completed in 5 milliseconds