Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dsequenced_recognizer.cpp28 if (activeIndex >= recognizers_.size()) { in OnAccepted()
34 recognizers_[activeIndex]->OnAccepted(touchId); in OnAccepted()
41 if (activeIndex >= recognizers_.size()) { in OnRejected()
50 recognizers_[activeIndex]->OnRejected(touchId); in OnRejected()
54 if (activeIndex != 0) { in OnRejected()
63 if (activeIndex >= recognizers_.size()) { in OnPending()
67 recognizers_[activeIndex]->OnAccepted(touchId); in OnPending()
70 recognizers_[activeIndex]->OnPending(touchId); in OnPending()
106 activeIndex++; in HandleEvent()
107 if (activeIndex >= recognizers_.size()) { in HandleEvent()
[all …]
H A Dsequenced_recognizer.h64 size_t activeIndex = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.cpp135 int32_t activeIndex = controller_ ? controller_->GetIndex() : 0; in BuildItems() local
142 if (currentIndex++ == activeIndex) { in BuildItems()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c316 static ModemReportErrorInfo GetLinkInformation(int32_t activeIndex, HRilDataCallResponse **ppDcr) in GetLinkInformation() argument
349 (*ppDcr)[activeIndex].address = strdup(readBuf); in GetLinkInformation()
352 (*ppDcr)[activeIndex].gateway = strdup(readBuf); in GetLinkInformation()
356 (*ppDcr)[activeIndex].dns = strdup(readBuf); in GetLinkInformation()
359 (*ppDcr)[activeIndex].reason = HRIL_PDP_ERR_NONE; in GetLinkInformation()