Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp892 …std::map<std::string, std::string> scrollValueMap = { {"halfScreen", HALF_VALUE}, {"fullScreen", F… in ConvertActionArgsJSToNAPI() local
955 if (scrollValueMap.find(str) != scrollValueMap.end()) { in ConvertActionArgsJSToNAPI()
956 scrollValue = scrollValueMap.find(str)->second; in ConvertActionArgsJSToNAPI()
968 if (scrollValueMap.find(str) != scrollValueMap.end()) { in ConvertActionArgsJSToNAPI()
969 scrollValue = scrollValueMap.find(str)->second; in ConvertActionArgsJSToNAPI()