Searched refs:preViewOptions (Results 1 – 1 of 1) sorted by relevance
5178 struct ArkUIDragPreViewOptions preViewOptions = { 1, 0, 0, nullptr, false, true, false}; in SetDragPreviewOptions() local5181 preViewOptions.isModeArray = false; in SetDragPreviewOptions()5182 preViewOptions.mode = mode->Int32Value(vm); in SetDragPreviewOptions()5194 preViewOptions.isModeArray = true; in SetDragPreviewOptions()5195 preViewOptions.modeArray = modeIntArray; in SetDragPreviewOptions()5196 preViewOptions.modeArrayLength = static_cast<ArkUI_Int32>(arrLength); in SetDragPreviewOptions()5200 preViewOptions.isBadgeNumber = false; in SetDragPreviewOptions()5201 preViewOptions.isShowBadge = numberBadge->ToBoolean(vm)->Value(); in SetDragPreviewOptions()5203 preViewOptions.isBadgeNumber = true; in SetDragPreviewOptions()5204 preViewOptions.badgeNumber = numberBadge->Int32Value(vm); in SetDragPreviewOptions()[all …]