Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp192 auto dotIndicatorInfoSize = dotIndicatorInfo.size(); in GetInfoFromVectorByIndex()
195 : (dotIndicatorInfo[index] == "-" ? "" : dotIndicatorInfo[index]); in GetInfoFromVectorByIndex()
221 auto itemWidthValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_ITEM_WIDTH); in GetDotIndicatorInfo()
222 auto itemHeightValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_ITEM_HEIGHT); in GetDotIndicatorInfo()
225 auto maskValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_MASK); in GetDotIndicatorInfo()
226 auto colorValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_COLOR); in GetDotIndicatorInfo()
235 auto leftValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_LEFT); in GetDotIndicatorInfo()
236 auto topValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_TOP); in GetDotIndicatorInfo()
237 auto rightValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_RIGHT); in GetDotIndicatorInfo()
238 auto bottomValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_BOTTOM); in GetDotIndicatorInfo()
[all …]