Searched refs:snapAlignValue (Results 1 – 2 of 2) sorted by relevance
501 auto snapAlignValue = obj->GetProperty("snapAlign"); in SetScrollSnap() local503 …if (snapAlignValue->IsNull() || snapAlignValue->IsUndefined() || !ParseJsInt32(snapAlignValue, sna… in SetScrollSnap()
154 …Local<JSValueRef> snapAlignValue = runtimeCallInfo->GetCallArgRef(1); // 1: index of snap … in SetScrollSnap() local160 if (snapAlignValue->IsNull() || snapAlignValue->IsUndefined() || in SetScrollSnap()161 !ArkTSUtils::ParseJsInteger(vm, snapAlignValue, snapAlign) || in SetScrollSnap()