Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp535 JSRef<JSVal> dotLeftValue = obj->GetProperty("leftValue"); in GetDigitIndicatorInfo() local
550 digitalParameters.dimLeft = ParseIndicatorDimension(dotLeftValue); in GetDigitIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp372 …auto dotLeftValue = digitIndicatorInfo[DIGIT_INDICATOR_LEFT] == "-" ? "" : digitIndicatorInfo[DIGI… in GetDigitIndicatorInfo() local
401 digitalParameters.dimLeft = ParseIndicatorDimension(dotLeftValue); in GetDigitIndicatorInfo()